jekyll-theme-hydejack 6.0.0.pre.alpha

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.md +45 -0
  3. data/README.md +87 -0
  4. data/_includes/about-short.html +8 -0
  5. data/_includes/about.html +15 -0
  6. data/_includes/comments.html +11 -0
  7. data/_includes/copyright-header +15 -0
  8. data/_includes/footer.html +14 -0
  9. data/_includes/head.html +87 -0
  10. data/_includes/link.html +5 -0
  11. data/_includes/menu.html +6 -0
  12. data/_includes/message.html +9 -0
  13. data/_includes/nav.html +16 -0
  14. data/_includes/page-style.html +19 -0
  15. data/_includes/pagination.html +19 -0
  16. data/_includes/post-list-item.html +10 -0
  17. data/_includes/post.html +35 -0
  18. data/_includes/pro/project-card.html +17 -0
  19. data/_includes/pro/styles/projects.scss +4 -0
  20. data/_includes/pro/styles/resume.scss +4 -0
  21. data/_includes/related.html +42 -0
  22. data/_includes/scripts.html +36 -0
  23. data/_includes/scripts/cssrelpreload.min.js +2 -0
  24. data/_includes/scripts/load-disqus.js +42 -0
  25. data/_includes/scripts/load-disqus.min.js +1 -0
  26. data/_includes/scripts/load-js-deferred.js +49 -0
  27. data/_includes/scripts/load-js-deferred.min.js +1 -0
  28. data/_includes/scripts/loadCSS.min.js +2 -0
  29. data/_includes/sidebar.html +22 -0
  30. data/_includes/social-list-item.html +22 -0
  31. data/_includes/social.html +6 -0
  32. data/_includes/srcset-img.html +23 -0
  33. data/_includes/styles/inline.scss +51 -0
  34. data/_includes/styles/style.scss +71 -0
  35. data/_includes/tag-list.html +26 -0
  36. data/_layouts/about.html +27 -0
  37. data/_layouts/base.html +54 -0
  38. data/_layouts/blog.html +10 -0
  39. data/_layouts/compress.html +26 -0
  40. data/_layouts/default.html +25 -0
  41. data/_layouts/list.html +32 -0
  42. data/_layouts/not-found.html +8 -0
  43. data/_layouts/page.html +10 -0
  44. data/_layouts/post.html +9 -0
  45. data/_sass/_jekyll-github.scss +67 -0
  46. data/_sass/_mixins.scss +35 -0
  47. data/_sass/_spinner.scss +87 -0
  48. data/_sass/_variables.scss +43 -0
  49. data/_sass/hydejack/_base-inline.scss +128 -0
  50. data/_sass/hydejack/_base.scss +132 -0
  51. data/_sass/hydejack/_content-inline.scss +26 -0
  52. data/_sass/hydejack/_drawer-inline.scss +19 -0
  53. data/_sass/hydejack/_drawer.scss +19 -0
  54. data/_sass/hydejack/_footer-inline.scss +14 -0
  55. data/_sass/hydejack/_katex.scss +28 -0
  56. data/_sass/hydejack/_me-inline.scss +22 -0
  57. data/_sass/hydejack/_menu-inline.scss +35 -0
  58. data/_sass/hydejack/_menu.scss +35 -0
  59. data/_sass/hydejack/_sidebar-inline.scss +121 -0
  60. data/_sass/hydejack/_sidebar.scss +121 -0
  61. data/_sass/hydejack/_social-inline.scss +27 -0
  62. data/_sass/hydejack/_social.scss +27 -0
  63. data/_sass/hydejack/_toc.scss +6 -0
  64. data/_sass/pooleparty/_base-inline.scss +59 -0
  65. data/_sass/pooleparty/_base.scss +59 -0
  66. data/_sass/pooleparty/_code.scss +86 -0
  67. data/_sass/pooleparty/_footer-inline.scss +3 -0
  68. data/_sass/pooleparty/_footnotes.scss +33 -0
  69. data/_sass/pooleparty/_layout-inline.scss +11 -0
  70. data/_sass/pooleparty/_message-inline.scss +13 -0
  71. data/_sass/pooleparty/_pagination.scss +62 -0
  72. data/_sass/pooleparty/_posts-inline.scss +26 -0
  73. data/_sass/pooleparty/_related-inline.scss +19 -0
  74. data/_sass/pooleparty/_table.scss +22 -0
  75. data/_sass/pooleparty/_type-inline.scss +97 -0
  76. data/_sass/pooleparty/_type.scss +93 -0
  77. data/assets/css/hydejack.css +4 -0
  78. data/assets/icomoon/Read Me.txt +7 -0
  79. data/assets/icomoon/demo-files/demo.css +152 -0
  80. data/assets/icomoon/demo-files/demo.js +30 -0
  81. data/assets/icomoon/demo.html +1190 -0
  82. data/assets/icomoon/fonts/icomoon.eot +0 -0
  83. data/assets/icomoon/fonts/icomoon.svg +82 -0
  84. data/assets/icomoon/fonts/icomoon.ttf +0 -0
  85. data/assets/icomoon/fonts/icomoon.woff +0 -0
  86. data/assets/icomoon/selection.json +2047 -0
  87. data/assets/icomoon/style.css +243 -0
  88. data/assets/img/nap.jpg +0 -0
  89. data/assets/img/projects/hyde-v1.png +0 -0
  90. data/assets/img/projects/hyde-v1@0,25x.png +0 -0
  91. data/assets/img/projects/hyde-v1@0,5x.png +0 -0
  92. data/assets/img/projects/hyde-v2.png +0 -0
  93. data/assets/img/projects/hyde-v2@0,25x.png +0 -0
  94. data/assets/img/projects/hyde-v2@0,5x.png +0 -0
  95. data/assets/img/projects/hydejack-v3.jpg +0 -0
  96. data/assets/img/projects/hydejack-v3@0,25x.jpg +0 -0
  97. data/assets/img/projects/hydejack-v3@0,5x.jpg +0 -0
  98. data/assets/img/projects/hydejack-v4.jpg +0 -0
  99. data/assets/img/projects/hydejack-v4@0,25x.jpg +0 -0
  100. data/assets/img/projects/hydejack-v4@0,5x.jpg +0 -0
  101. data/assets/img/projects/hydejack-v5.jpg +0 -0
  102. data/assets/img/projects/hydejack-v5@0,25x.jpg +0 -0
  103. data/assets/img/projects/hydejack-v5@0,5x.jpg +0 -0
  104. data/assets/img/projects/hydejack-v6.jpg +0 -0
  105. data/assets/img/projects/hydejack-v6@0,25x.jpg +0 -0
  106. data/assets/img/projects/hydejack-v6@0,5x.jpg +0 -0
  107. data/assets/js/hydejack.js +26 -0
  108. data/assets/resume.json +3 -0
  109. data/assets/version.json +5 -0
  110. metadata +237 -0
@@ -0,0 +1,13 @@
1
+ // Messages
2
+ //
3
+ // Show alert messages to users. You may add it to single elements like a `<p>`,
4
+ // or to a parent if there are multiple elements to show.
5
+
6
+ .message {
7
+ margin-bottom: 1rem;
8
+ padding: 1rem;
9
+ color: #717171;
10
+ background-color: #f9f9f9;
11
+ margin-left: -1rem;
12
+ margin-right: -1rem;
13
+ }
@@ -0,0 +1,62 @@
1
+ // Pagination
2
+ //
3
+ // Super lightweight (HTML-wise) blog pagination. `span`s are provide for when
4
+ // there are no more previous or next posts to show.
5
+
6
+ .pagination {
7
+ margin: 0 -1.5rem 1rem;
8
+ color: #ccc;
9
+ text-align: center;
10
+ margin-left: -1rem;
11
+ margin-right: -1rem;
12
+
13
+ > ul {
14
+ list-style: none;
15
+ padding: 0;
16
+ }
17
+ }
18
+
19
+ // Pagination items can be `span`s or `a`s
20
+ .pagination-item {
21
+ > * {
22
+ display: block;
23
+ padding: 1rem;
24
+ border: solid #eee;
25
+ border-width: 1px 0;
26
+ }
27
+
28
+ &:first-child > * {
29
+ margin-bottom: -1px;
30
+ }
31
+
32
+ // Only provide a hover state for linked pagination items
33
+ > a:hover, a:focus {
34
+ background-color: #f5f5f5;
35
+ border-bottom: 1px solid #eee;
36
+ }
37
+ }
38
+
39
+ @media (min-width: 375px + 1px) {
40
+ .pagination {
41
+ margin: 3rem 0;
42
+ }
43
+
44
+ .pagination-item {
45
+ > * {
46
+ float: left;
47
+ width: 50%;
48
+ border-width: 1px;
49
+ }
50
+
51
+ &:first-child > * {
52
+ margin-bottom: 0;
53
+ border-top-left-radius: 4px;
54
+ border-bottom-left-radius: 4px;
55
+ }
56
+ &:last-child > * {
57
+ margin-left: -1px;
58
+ border-top-right-radius: 4px;
59
+ border-bottom-right-radius: 4px;
60
+ }
61
+ }
62
+ }
@@ -0,0 +1,26 @@
1
+ // Posts and pages
2
+ //
3
+ // Each post is wrapped in `.post` and is used on default and post layouts. Each
4
+ // page is wrapped in `.page` and is only used on the page layout.
5
+
6
+ .page, .post {
7
+ margin-bottom: 4em;
8
+
9
+ li + li {
10
+ margin-top: .25rem;
11
+ }
12
+ }
13
+
14
+ // Blog post or page title
15
+ .page-title, .post-title {
16
+ color: #303030;
17
+ margin-top: 0;
18
+ }
19
+
20
+ // Meta data line below post title
21
+ .post-date {
22
+ display: block;
23
+ margin-top: -0.5rem;
24
+ margin-bottom: 1rem;
25
+ color: #9a9a9a;
26
+ }
@@ -0,0 +1,19 @@
1
+ // Related posts
2
+
3
+ .related {
4
+ padding-top: 2rem;
5
+ padding-bottom: 2rem;
6
+ }
7
+
8
+ .related-posts {
9
+ padding-left: 0;
10
+ list-style: none;
11
+
12
+ > li, > li + li {
13
+ margin-top: 1rem;
14
+ > small {
15
+ font-size: 75%;
16
+ color: #9a9a9a;
17
+ }
18
+ }
19
+ }
@@ -0,0 +1,22 @@
1
+ table {
2
+ margin-bottom: 1rem;
3
+ width: 100%;
4
+ font-size: 85%;
5
+ border: 1px solid #e5e5e5;
6
+ border-collapse: collapse;
7
+ }
8
+
9
+ td,
10
+ th {
11
+ padding: .25rem .5rem;
12
+ border: 1px solid #e5e5e5;
13
+ }
14
+
15
+ th {
16
+ text-align: left;
17
+ }
18
+
19
+ tbody tr:nth-child(odd) td,
20
+ tbody tr:nth-child(odd) th {
21
+ background-color: #f9f9f9;
22
+ }
@@ -0,0 +1,97 @@
1
+ // Typography
2
+ //
3
+ // Headings, body text, lists, and other misc typographic elements.
4
+
5
+ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading {
6
+ font-weight: bold;
7
+ text-rendering: optimizeLegibility;
8
+ }
9
+
10
+ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
11
+ margin: 2rem 0 1rem;
12
+ line-height: 1.55;
13
+ }
14
+
15
+ h1, .h1 {
16
+ font-size: 2rem;
17
+ line-height: 1.25;
18
+ }
19
+
20
+ h2, .h2 {
21
+ font-size: 1.5rem;
22
+ }
23
+
24
+ h3, .h3 {
25
+ font-size: 1.17em;
26
+ }
27
+
28
+ p {
29
+ margin-top: 0;
30
+ margin-bottom: 1rem;
31
+
32
+ &.lead {
33
+ font-size: 1.25rem;
34
+ font-weight: 300;
35
+ padding: 0 1rem;
36
+ }
37
+ }
38
+
39
+ ul, ol, dl {
40
+ margin-top: 0;
41
+ margin-bottom: 1rem;
42
+ }
43
+
44
+ hr {
45
+ position: relative;
46
+ margin: 1.5rem 0;
47
+ border: 0;
48
+ border-top: 1px solid #eee;
49
+ border-bottom: 1px solid #fff;
50
+ }
51
+
52
+ h4, h5, h6, .h4, .h5, .h6 {
53
+ margin-bottom: 0.5rem;
54
+ font-size: 1rem;
55
+ }
56
+
57
+ // strong {
58
+ // color: #303030;
59
+ // }
60
+ //
61
+ // dt {
62
+ // font-weight: bold;
63
+ // }
64
+ //
65
+ // dd {
66
+ // margin-bottom: .5rem;
67
+ // }
68
+ //
69
+ // abbr {
70
+ // font-size: 85%;
71
+ // font-weight: bold;
72
+ // color: #555;
73
+ // text-transform: uppercase;
74
+ //
75
+ // &[title] {
76
+ // cursor: help;
77
+ // border-bottom: 1px dotted #e5e5e5;
78
+ // }
79
+ // }
80
+ //
81
+ // blockquote {
82
+ // padding: .5rem 1rem;
83
+ // margin: .8rem 0;
84
+ // color: #7a7a7a;
85
+ // border-left: .25rem solid #e5e5e5;
86
+ //
87
+ // &.lead {
88
+ // font-size: 1.25rem;
89
+ // font-weight: 300;
90
+ // margin-top: 1.5rem;
91
+ // margin-bottom: 1.5rem;
92
+ // }
93
+ //
94
+ // p:last-child {
95
+ // margin-bottom: 0;
96
+ // }
97
+ // }
@@ -0,0 +1,93 @@
1
+ // Typography
2
+ //
3
+ // Headings, body text, lists, and other misc typographic elements.
4
+
5
+ // h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading {
6
+ // font-weight: bold;
7
+ // text-rendering: optimizeLegibility;
8
+ // }
9
+ //
10
+ // h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
11
+ // margin: 2rem 0 1rem;
12
+ // line-height: 1.55;
13
+ // }
14
+ //
15
+ // h1, .h1 {
16
+ // font-size: 2rem;
17
+ // line-height: 1.25;
18
+ // }
19
+ //
20
+ // h2, .h2 {
21
+ // font-size: 1.5rem;
22
+ // }
23
+ //
24
+ // h3, .h3 {
25
+ // font-size: 1.17em;
26
+ // }
27
+ //
28
+ // p {
29
+ // margin-top: 0;
30
+ // margin-bottom: 1rem;
31
+ //
32
+ // &.lead {
33
+ // font-size: 1.25rem;
34
+ // font-weight: 300;
35
+ // padding: 0 1rem;
36
+ // }
37
+ // }
38
+ //
39
+ // ul, ol, dl {
40
+ // margin-top: 0;
41
+ // margin-bottom: 1rem;
42
+ // }
43
+ //
44
+ // hr {
45
+ // position: relative;
46
+ // margin: 1.5rem 0;
47
+ // border: 0;
48
+ // border-top: 1px solid #eee;
49
+ // border-bottom: 1px solid #fff;
50
+ // }
51
+ //
52
+ // h4, h5, h6, .h4, .h5, .h6 {
53
+ // margin-bottom: 0.5rem;
54
+ // font-size: 1rem;
55
+ // }
56
+
57
+ dt {
58
+ font-weight: bold;
59
+ }
60
+
61
+ dd {
62
+ margin-bottom: .5rem;
63
+ }
64
+
65
+ abbr {
66
+ font-size: 85%;
67
+ font-weight: bold;
68
+ color: #555;
69
+ text-transform: uppercase;
70
+
71
+ &[title] {
72
+ cursor: help;
73
+ border-bottom: 1px dotted #e5e5e5;
74
+ }
75
+ }
76
+
77
+ blockquote {
78
+ padding: .5rem 1rem;
79
+ margin: .8rem 0;
80
+ color: #7a7a7a;
81
+ border-left: .25rem solid #e5e5e5;
82
+
83
+ &.lead {
84
+ font-size: 1.25rem;
85
+ font-weight: 300;
86
+ margin-top: 1.5rem;
87
+ margin-bottom: 1.5rem;
88
+ }
89
+
90
+ p:last-child {
91
+ margin-bottom: 0;
92
+ }
93
+ }
@@ -0,0 +1,4 @@
1
+ ---
2
+ ---
3
+ {% capture include_to_scssify %}{% include styles/style.scss %}{% endcapture %}
4
+ {% include copyright-header %}{{ include_to_scssify | scssify }}
@@ -0,0 +1,7 @@
1
+ Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
2
+
3
+ To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts
4
+
5
+ You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.
6
+
7
+ You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection.
@@ -0,0 +1,152 @@
1
+ body {
2
+ padding: 0;
3
+ margin: 0;
4
+ font-family: sans-serif;
5
+ font-size: 1em;
6
+ line-height: 1.5;
7
+ color: #555;
8
+ background: #fff;
9
+ }
10
+ h1 {
11
+ font-size: 1.5em;
12
+ font-weight: normal;
13
+ }
14
+ small {
15
+ font-size: .66666667em;
16
+ }
17
+ a {
18
+ color: #e74c3c;
19
+ text-decoration: none;
20
+ }
21
+ a:hover, a:focus {
22
+ box-shadow: 0 1px #e74c3c;
23
+ }
24
+ .bshadow0, input {
25
+ box-shadow: inset 0 -2px #e7e7e7;
26
+ }
27
+ input:hover {
28
+ box-shadow: inset 0 -2px #ccc;
29
+ }
30
+ input, fieldset {
31
+ font-family: sans-serif;
32
+ font-size: 1em;
33
+ margin: 0;
34
+ padding: 0;
35
+ border: 0;
36
+ }
37
+ input {
38
+ color: inherit;
39
+ line-height: 1.5;
40
+ height: 1.5em;
41
+ padding: .25em 0;
42
+ }
43
+ input:focus {
44
+ outline: none;
45
+ box-shadow: inset 0 -2px #449fdb;
46
+ }
47
+ .glyph {
48
+ font-size: 16px;
49
+ width: 15em;
50
+ padding-bottom: 1em;
51
+ margin-right: 4em;
52
+ margin-bottom: 1em;
53
+ float: left;
54
+ overflow: hidden;
55
+ }
56
+ .liga {
57
+ width: 80%;
58
+ width: calc(100% - 2.5em);
59
+ }
60
+ .talign-right {
61
+ text-align: right;
62
+ }
63
+ .talign-center {
64
+ text-align: center;
65
+ }
66
+ .bgc1 {
67
+ background: #f1f1f1;
68
+ }
69
+ .fgc1 {
70
+ color: #999;
71
+ }
72
+ .fgc0 {
73
+ color: #000;
74
+ }
75
+ p {
76
+ margin-top: 1em;
77
+ margin-bottom: 1em;
78
+ }
79
+ .mvm {
80
+ margin-top: .75em;
81
+ margin-bottom: .75em;
82
+ }
83
+ .mtn {
84
+ margin-top: 0;
85
+ }
86
+ .mtl, .mal {
87
+ margin-top: 1.5em;
88
+ }
89
+ .mbl, .mal {
90
+ margin-bottom: 1.5em;
91
+ }
92
+ .mal, .mhl {
93
+ margin-left: 1.5em;
94
+ margin-right: 1.5em;
95
+ }
96
+ .mhmm {
97
+ margin-left: 1em;
98
+ margin-right: 1em;
99
+ }
100
+ .mls {
101
+ margin-left: .25em;
102
+ }
103
+ .ptl {
104
+ padding-top: 1.5em;
105
+ }
106
+ .pbs, .pvs {
107
+ padding-bottom: .25em;
108
+ }
109
+ .pvs, .pts {
110
+ padding-top: .25em;
111
+ }
112
+ .unit {
113
+ float: left;
114
+ }
115
+ .unitRight {
116
+ float: right;
117
+ }
118
+ .size1of2 {
119
+ width: 50%;
120
+ }
121
+ .size1of1 {
122
+ width: 100%;
123
+ }
124
+ .clearfix:before, .clearfix:after {
125
+ content: " ";
126
+ display: table;
127
+ }
128
+ .clearfix:after {
129
+ clear: both;
130
+ }
131
+ .hidden-true {
132
+ display: none;
133
+ }
134
+ .textbox0 {
135
+ width: 3em;
136
+ background: #f1f1f1;
137
+ padding: .25em .5em;
138
+ line-height: 1.5;
139
+ height: 1.5em;
140
+ }
141
+ #testDrive {
142
+ display: block;
143
+ padding-top: 24px;
144
+ line-height: 1.5;
145
+ }
146
+ .fs0 {
147
+ font-size: 16px;
148
+ }
149
+ .fs1 {
150
+ font-size: 32px;
151
+ }
152
+