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,121 @@
1
+ /*
2
+ * Sidebar
3
+ *
4
+ * Flexible banner for housing site name, intro, and "footer" content. Starts
5
+ * out above content in mobile and later moves to the side with wider viewports.
6
+ */
7
+
8
+ .sidebar {
9
+ // color: rgba(255,255,255,.75);
10
+ // text-align: left;
11
+
12
+ &::before {
13
+ /* make sidebar slightly darker to increase text readability (when using a background image) */
14
+ // content: "";
15
+ // position: absolute;
16
+ // z-index: 2;
17
+ // top: 0;
18
+ // left: 0;
19
+ // bottom: 0;
20
+ // right: 0;
21
+ /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#202020+0,202020+100&0+0,0.5+100 */
22
+ background: -moz-linear-gradient(top, rgba(32,32,32,0) 0%, rgba(32,32,32,0.5) 100%); /* FF3.6-15 */
23
+ background: -webkit-linear-gradient(top, rgba(32,32,32,0) 0%,rgba(32,32,32,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
24
+ background: linear-gradient(to bottom, rgba(32,32,32,0) 0%,rgba(32,32,32,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
25
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00202020', endColorstr='#80202020',GradientType=0 ); /* IE6-9 */
26
+ }
27
+
28
+ // /* Sidebar links */
29
+ // a {
30
+ // color: #fff;
31
+ // }
32
+ }
33
+
34
+ // #_yDrawer {
35
+ // position: relative;
36
+ //
37
+ // @media screen {
38
+ // padding: 2rem 1rem;
39
+ // min-height: 640px; // fallback
40
+ // min-height: 100vh;
41
+ // }
42
+ //
43
+ // @media screen and (min-width: $break-point-1) {
44
+ // position: fixed;
45
+ // top: 0;
46
+ // left: 0;
47
+ // bottom: 0;
48
+ // width: 18rem; // duplicate!
49
+ // margin-left: 0;
50
+ // }
51
+ //
52
+ // @media screen and (min-width: $break-point-dynamic) {
53
+ // width: $dynamic-width;
54
+ // }
55
+ //
56
+ // &.loaded {
57
+ // min-height: 0;
58
+ // padding: 0;
59
+ // }
60
+ // }
61
+ //
62
+ // .sidebar-bg {
63
+ // position: absolute;
64
+ // top: 0;
65
+ // right: 0;
66
+ // bottom: 0;
67
+ // left: 0;
68
+ // background: #202020 center / cover;
69
+ // }
70
+ //
71
+ // .sidebar-sticky {
72
+ // position: relative;
73
+ // z-index: 3;
74
+ //
75
+ // @media screen {
76
+ // position: absolute;
77
+ // right: 1rem;
78
+ // bottom: 1rem;
79
+ // left: 1rem;
80
+ // }
81
+ // }
82
+ //
83
+ // /* About section */
84
+ // .sidebar-about > h1 {
85
+ // color: #fff;
86
+ // font-size: 2rem;
87
+ // }
88
+ //
89
+ // .sidebar-nav > ul {
90
+ // list-style: none;
91
+ // padding-left: 0;
92
+ //
93
+ // > li:last-child > .sidebar-nav-item {
94
+ // border-bottom: 1px solid rgba(255, 255, 255, 0.2);
95
+ // }
96
+ // }
97
+ //
98
+ .sidebar-nav-item {
99
+ // font-weight: bold;
100
+ // display: block;
101
+ // line-height: 1.75;
102
+ // margin: 0 -2rem;
103
+ // padding: .25rem 2rem;
104
+ // border-top: 1px solid rgba(255, 255, 255, 0.2);
105
+ // border-bottom: none;
106
+
107
+ &:hover, &:focus {
108
+ border-bottom: none;
109
+ background-color: rgba(255, 255, 255, 0.1);
110
+ }
111
+ }
112
+
113
+ @media print {
114
+ .sidebar {
115
+ page-break-inside: avoid;
116
+ }
117
+
118
+ .sidebar-nav, .sidebar-social {
119
+ display: none;
120
+ }
121
+ }
@@ -0,0 +1,27 @@
1
+ .sidebar-social > ul {
2
+ list-style: none;
3
+ padding-left: 0;
4
+ // margin-left: -0.5rem;
5
+ // margin-right: -0.5rem;
6
+
7
+ > li {
8
+ display: inline-block;
9
+
10
+ > a {
11
+ display: inline-block;
12
+ text-align: center;
13
+ font-size: 1.6rem;
14
+ line-height: 3rem;
15
+ width: 3rem;
16
+ height: 3rem;
17
+
18
+ // &::after {
19
+ // display: none;
20
+ // }
21
+ }
22
+ }
23
+
24
+ li + li {
25
+ margin-top: 0;
26
+ }
27
+ }
@@ -0,0 +1,27 @@
1
+ .sidebar-social > ul {
2
+ // list-style: none;
3
+ // padding-left: 0;
4
+ margin-left: -0.5rem;
5
+ margin-right: -0.5rem;
6
+
7
+ > li {
8
+ // display: inline-block;
9
+
10
+ > a {
11
+ // display: inline-block;
12
+ // text-align: center;
13
+ // font-size: 1.6rem;
14
+ // line-height: 3rem;
15
+ // width: 3rem;
16
+ // height: 3rem;
17
+
18
+ &::after {
19
+ display: none;
20
+ }
21
+ }
22
+ }
23
+
24
+ // li + li {
25
+ // margin-top: 0;
26
+ // }
27
+ }
@@ -0,0 +1,6 @@
1
+ #markdown-toc {
2
+ @extend .faded;
3
+ padding-bottom: 1rem;
4
+ margin-left: -1rem;
5
+ margin-right: -1rem;
6
+ }
@@ -0,0 +1,59 @@
1
+ // Body resets
2
+ //
3
+ // Update the foundational and global aspects of the page.
4
+
5
+ article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}
6
+ mark{background:#FF0;color:#000}
7
+
8
+ * {
9
+ // -webkit-box-sizing: border-box;
10
+ // -moz-box-sizing: border-box;
11
+ box-sizing: border-box;
12
+
13
+ // -webkit-tap-highlight-color: transparent;
14
+ }
15
+
16
+ html,
17
+ body {
18
+ margin: 0;
19
+ padding: 0;
20
+ }
21
+
22
+ html {
23
+ // font-size: $root-font-size;
24
+ line-height: $root-line-height;
25
+ }
26
+
27
+ body {
28
+ color: $body-color;
29
+ background-color: $body-bg;
30
+ }
31
+
32
+ // No `:visited` state is required by default (browsers will use `a`)
33
+ a {
34
+ text-decoration: none;
35
+ }
36
+
37
+ .lead {
38
+ margin-left: -1rem;
39
+ margin-right: -1rem;
40
+ }
41
+
42
+ img, .img {
43
+ display: block;
44
+ max-width: 100%;
45
+ margin-bottom: 1rem;
46
+ border: none;
47
+
48
+ &.lead {
49
+ max-width: calc(100% + 2rem);
50
+ width: calc(100% + 2rem);
51
+ }
52
+ }
53
+
54
+ // @media print {
55
+ // a::after {
56
+ // content: " (" attr(href) ") ";
57
+ // font-size: smaller;
58
+ // }
59
+ // }
@@ -0,0 +1,59 @@
1
+ // Body resets
2
+ //
3
+ // Update the foundational and global aspects of the page.
4
+
5
+ // article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}
6
+ // mark{background:#FF0;color:#000}
7
+
8
+ * {
9
+ -webkit-box-sizing: border-box;
10
+ -moz-box-sizing: border-box;
11
+ box-sizing: border-box;
12
+
13
+ -webkit-tap-highlight-color: transparent;
14
+ }
15
+
16
+ // html,
17
+ // body {
18
+ // margin: 0;
19
+ // padding: 0;
20
+ // }
21
+ //
22
+ // html {
23
+ // // font-size: $root-font-size;
24
+ // line-height: $root-line-height;
25
+ // }
26
+ //
27
+ // body {
28
+ // color: $body-color;
29
+ // background-color: $body-bg;
30
+ // }
31
+ //
32
+ // // No `:visited` state is required by default (browsers will use `a`)
33
+ // a {
34
+ // text-decoration: none;
35
+ // }
36
+ //
37
+ // .lead {
38
+ // margin-left: -1rem;
39
+ // margin-right: -1rem;
40
+ // }
41
+ //
42
+ // img, .img {
43
+ // display: block;
44
+ // max-width: 100%;
45
+ // margin: 0 0 1rem;
46
+ // border: none;
47
+ //
48
+ // &.lead {
49
+ // max-width: calc(100% + 2rem);
50
+ // width: calc(100% + 2rem);
51
+ // }
52
+ // }
53
+
54
+ @media print {
55
+ a::after {
56
+ content: " (" attr(href) ") ";
57
+ font-size: smaller;
58
+ }
59
+ }
@@ -0,0 +1,86 @@
1
+ // Code
2
+ //
3
+ // Inline and block-level code snippets. Includes tweaks to syntax highlighted
4
+ // snippets from Pygments/Rouge and Gist embeds.
5
+
6
+ code, pre, .code {
7
+ font-family: $code-font-family;
8
+ }
9
+
10
+ code, .code {
11
+ padding: .25em .5em;
12
+ font-size: .85em;
13
+ // Could be mistaken for a link if the user choses a similar link-color, so better no colored inline code.
14
+ // color: $code-color;
15
+ background-color: #f9f9f9;
16
+ // No border radius to prevent repaint on code scroll
17
+ // border-radius: 3px;
18
+ }
19
+
20
+ pre {
21
+ margin-top: 0;
22
+ margin-bottom: 1rem;
23
+ display: block;
24
+ line-height: 1.1;
25
+
26
+ /* Prevent code linebreaks and allow side-scrolling (much better readability on mobile) */
27
+ overflow-x: auto;
28
+ -webkit-overflow-scrolling: touch;
29
+
30
+ /* Make code same width as regular text, and scroll the full page width on mobile */
31
+ @include figure();
32
+
33
+ backface-visibility: hidden; // wat?
34
+ }
35
+
36
+ pre code {
37
+ padding: 0;
38
+ font-size: .75em;
39
+ color: inherit;
40
+ background-color: transparent;
41
+ }
42
+
43
+ figure, .figure {
44
+ margin-left: 0;
45
+ margin-right: 0;
46
+
47
+ > *:first-child {
48
+ padding: 1rem;
49
+ background: #f9f9f9;
50
+ }
51
+
52
+ > figcaption, > .figcaption {
53
+ font-size: smaller;
54
+ color: #9a9a9a;
55
+ text-align: center;
56
+ font-style: italic;
57
+ margin-top: 0.5rem;
58
+ padding: 0 1rem;
59
+ }
60
+ }
61
+
62
+ .highlight {
63
+ margin-bottom: 1rem;
64
+ }
65
+
66
+ // Gist via GitHub Pages
67
+ // .gist .gist-file {
68
+ // font-family: Menlo, Monaco, "Courier New", monospace !important;
69
+ // }
70
+ // .gist .markdown-body {
71
+ // padding: 15px;
72
+ // }
73
+ // .gist pre {
74
+ // padding: 0;
75
+ // background-color: transparent;
76
+ // }
77
+ // .gist .gist-file .gist-data {
78
+ // font-size: .8rem !important;
79
+ // line-height: 1.4;
80
+ // }
81
+ // .gist code {
82
+ // padding: 0;
83
+ // color: inherit;
84
+ // background-color: transparent;
85
+ // border-radius: 0;
86
+ // }
@@ -0,0 +1,3 @@
1
+ footer {
2
+ margin-bottom: 2rem;
3
+ }
@@ -0,0 +1,33 @@
1
+ // Markdown footnotes
2
+ //
3
+ // See the example content post for an example.
4
+
5
+ // Footnote number within body text
6
+ a[href^="#fn:"],
7
+ // Back to footnote link
8
+ a[href^="#fnref:"] {
9
+ display: inline-block;
10
+ margin-left: .1rem;
11
+ font-weight: bold;
12
+ }
13
+
14
+ // List of footnotes
15
+ .footnotes {
16
+ > ol {
17
+ color: #7a7a7a;
18
+ }
19
+
20
+ &::before {
21
+ content: "";
22
+ display: block;
23
+ margin: 1.5rem 0;
24
+ border: 0;
25
+ border-top: 1px solid #eee;
26
+ border-bottom: 1px solid #fff;
27
+ }
28
+ }
29
+
30
+ // Prevent supscripts from increasing the line height
31
+ sup {
32
+ line-height: 1;
33
+ }
@@ -0,0 +1,11 @@
1
+ // Layout
2
+ //
3
+ // Styles for managing the structural hierarchy of the site.
4
+
5
+ .container {
6
+ // max-width: 38rem;
7
+ padding-left: 1rem;
8
+ padding-right: 1rem;
9
+ margin-left: auto;
10
+ margin-right: auto;
11
+ }