jekyll-theme-hydejack 8.5.2 → 9.0.0

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 (293) hide show
  1. checksums.yaml +5 -5
  2. data/CHANGELOG.md +1208 -0
  3. data/LICENSE.md +9 -3
  4. data/NOTICE.md +290 -0
  5. data/README.md +126 -85
  6. data/_config.yml +73 -0
  7. data/_includes/base-classes +9 -0
  8. data/_includes/body/analytics.html +1 -1
  9. data/_includes/body/comments.html +1 -1
  10. data/_includes/body/footer.html +3 -3
  11. data/_includes/body/index.html +17 -16
  12. data/_includes/body/main.html +3 -13
  13. data/_includes/body/menu.html +3 -14
  14. data/_includes/body/nav.html +4 -4
  15. data/_includes/body/scripts.html +2 -4
  16. data/_includes/body/sidebar-bg.html +13 -0
  17. data/_includes/body/sidebar-sticky.html +25 -0
  18. data/_includes/body/sidebar.html +7 -40
  19. data/_includes/components/about.html +1 -1
  20. data/_includes/components/author.html +3 -3
  21. data/_includes/components/hy-img.html +15 -26
  22. data/_includes/components/link.html +1 -1
  23. data/_includes/components/message.html +1 -1
  24. data/_includes/components/post-list-item.html +3 -3
  25. data/_includes/components/post.html +14 -11
  26. data/_includes/components/related-posts.html +14 -4
  27. data/_includes/components/tag-list.html +5 -1
  28. data/_includes/head/css/inline +1 -0
  29. data/_includes/head/index.html +14 -8
  30. data/_includes/head/links-static.html +27 -0
  31. data/_includes/head/links.html +1 -32
  32. data/_includes/head/meta-static.html +18 -0
  33. data/_includes/head/meta.html +8 -24
  34. data/_includes/head/page-style.html +1 -3
  35. data/_includes/head/scripts.html +12 -7
  36. data/_includes/head/styles-inline.html +19 -0
  37. data/_includes/head/styles-layout.html +4 -0
  38. data/_includes/head/styles-no-inline.html +8 -0
  39. data/_includes/head/styles.html +5 -34
  40. data/_includes/header.txt +1 -1
  41. data/_includes/if-non-null +7 -0
  42. data/_includes/my-body.html +1 -1
  43. data/_includes/my-scripts.html +1 -1
  44. data/_includes/smart-url +1 -0
  45. data/_includes/smart-url.txt +1 -1
  46. data/_includes/styles/common.scss +18 -0
  47. data/_includes/styles/inline.scss +16 -28
  48. data/_includes/styles/page-style.scss +5 -60
  49. data/_includes/styles/style.scss +25 -36
  50. data/_includes/styles/variables.scss +62 -0
  51. data/_includes/templates/animation.html +1 -1
  52. data/_includes/templates/back.html +2 -2
  53. data/_includes/templates/error.html +1 -1
  54. data/_includes/templates/forward.html +2 -2
  55. data/_includes/templates/index.html +10 -11
  56. data/_includes/templates/loading.html +1 -1
  57. data/_includes/templates/permalink.html +2 -2
  58. data/_layouts/about.html +1 -1
  59. data/_layouts/base.html +6 -1
  60. data/_layouts/blog.html +9 -7
  61. data/_layouts/compress.html +1 -1
  62. data/_layouts/default.html +4 -4
  63. data/_layouts/list.html +11 -17
  64. data/_layouts/page.html +1 -0
  65. data/_layouts/post.html +5 -3
  66. data/_sass/_mixins.scss +6 -20
  67. data/_sass/_syntax.scss +142 -130
  68. data/_sass/_variables.scss +1 -42
  69. data/_sass/html.scss +42 -0
  70. data/_sass/hydejack/__inline__/_avatar.scss +10 -10
  71. data/_sass/hydejack/__inline__/_base.scss +7 -21
  72. data/_sass/hydejack/__inline__/_content.scss +9 -2
  73. data/_sass/hydejack/__inline__/_images.scss +1 -3
  74. data/_sass/hydejack/__inline__/_links.scss +28 -13
  75. data/_sass/hydejack/__inline__/_menu.scss +42 -13
  76. data/_sass/hydejack/__inline__/_sidebar.scss +40 -14
  77. data/_sass/hydejack/__inline__/_social.scss +3 -0
  78. data/_sass/hydejack/__inline__/_toc.scss +55 -0
  79. data/_sass/hydejack/__inline__/_utilities.scss +3 -0
  80. data/_sass/hydejack/__link__/_avatar.scss +0 -4
  81. data/_sass/hydejack/__link__/_base.scss +1 -2
  82. data/_sass/hydejack/__link__/_break-layout.scss +17 -8
  83. data/_sass/hydejack/__link__/_content.scss +1 -0
  84. data/_sass/hydejack/__link__/_footer.scss +6 -8
  85. data/_sass/hydejack/__link__/_images.scss +5 -40
  86. data/_sass/hydejack/__link__/_katex.scss +1 -26
  87. data/_sass/hydejack/__link__/_links.scss +29 -20
  88. data/_sass/hydejack/__link__/_mark-external.scss +2 -7
  89. data/_sass/hydejack/__link__/_menu.scss +63 -8
  90. data/_sass/hydejack/__link__/_sidebar.scss +12 -9
  91. data/_sass/hydejack/__link__/_toc.scss +53 -0
  92. data/_sass/hydejack/__link__/_utilities.scss +3 -0
  93. data/_sass/hydejack/_avatar.pre.scss +10 -12
  94. data/_sass/hydejack/_base.pre.scss +7 -23
  95. data/_sass/hydejack/_break-layout.pre.scss +19 -10
  96. data/_sass/hydejack/_content.pre.scss +10 -2
  97. data/_sass/hydejack/_footer.pre.scss +6 -8
  98. data/_sass/hydejack/_images.pre.scss +6 -42
  99. data/_sass/hydejack/_katex.pre.scss +3 -28
  100. data/_sass/hydejack/_links.pre.scss +49 -19
  101. data/_sass/hydejack/_mark-external.pre.scss +2 -7
  102. data/_sass/hydejack/_menu.pre.scss +91 -22
  103. data/_sass/hydejack/_sidebar.pre.scss +48 -22
  104. data/_sass/hydejack/_social.pre.scss +3 -0
  105. data/_sass/hydejack/_toc.pre.scss +65 -0
  106. data/_sass/hydejack/_utilities.pre.scss +3 -0
  107. data/_sass/my-inline.scss +2 -16
  108. data/_sass/my-style.scss +0 -9
  109. data/_sass/pooleparty/__inline__/_base.scss +10 -9
  110. data/_sass/pooleparty/__inline__/_message.scss +31 -0
  111. data/_sass/pooleparty/__inline__/_posts.scss +19 -2
  112. data/_sass/pooleparty/__inline__/_table.scss +0 -28
  113. data/_sass/pooleparty/__inline__/_type.scss +81 -15
  114. data/_sass/pooleparty/__link__/_base.scss +11 -5
  115. data/_sass/pooleparty/__link__/_code.scss +40 -7
  116. data/_sass/pooleparty/__link__/_footnotes.scss +4 -5
  117. data/_sass/pooleparty/__link__/_pagination.scss +3 -2
  118. data/_sass/pooleparty/__link__/_posts.scss +11 -6
  119. data/_sass/pooleparty/__link__/_read-more.scss +1 -1
  120. data/_sass/pooleparty/__link__/_table.scss +27 -16
  121. data/_sass/pooleparty/__link__/_type.scss +56 -19
  122. data/_sass/pooleparty/_base.pre.scss +25 -18
  123. data/_sass/pooleparty/_code.pre.scss +40 -7
  124. data/_sass/pooleparty/_footnotes.pre.scss +4 -5
  125. data/_sass/pooleparty/_message.pre.scss +33 -2
  126. data/_sass/pooleparty/_pagination.pre.scss +5 -4
  127. data/_sass/pooleparty/_posts.pre.scss +34 -12
  128. data/_sass/pooleparty/_read-more.pre.scss +1 -1
  129. data/_sass/pooleparty/_table.pre.scss +13 -20
  130. data/_sass/pooleparty/_type.pre.scss +100 -35
  131. data/assets/bower_components/MathJax/.bower.json +28 -0
  132. data/assets/bower_components/MathJax/LICENSE +202 -0
  133. data/assets/bower_components/MathJax/bower.json +11 -0
  134. data/assets/bower_components/MathJax/composer.json +14 -0
  135. data/assets/bower_components/MathJax/es5/a11y/assistive-mml.js +1 -0
  136. data/assets/bower_components/MathJax/es5/a11y/complexity.js +1 -0
  137. data/assets/bower_components/MathJax/es5/a11y/explorer.js +1 -0
  138. data/assets/bower_components/MathJax/es5/a11y/semantic-enrich.js +1 -0
  139. data/assets/bower_components/MathJax/es5/adaptors/liteDOM.js +1 -0
  140. data/assets/bower_components/MathJax/es5/core.js +1 -0
  141. data/assets/bower_components/MathJax/es5/input/asciimath.js +1 -0
  142. data/assets/bower_components/MathJax/es5/input/mml.js +1 -0
  143. data/assets/bower_components/MathJax/es5/input/mml/entities.js +1 -0
  144. data/assets/bower_components/MathJax/es5/input/tex-base.js +1 -0
  145. data/assets/bower_components/MathJax/es5/input/tex-full.js +1 -0
  146. data/assets/bower_components/MathJax/es5/input/tex.js +1 -0
  147. data/assets/bower_components/MathJax/es5/input/tex/extensions/action.js +1 -0
  148. data/assets/bower_components/MathJax/es5/input/tex/extensions/all-packages.js +1 -0
  149. data/assets/bower_components/MathJax/es5/input/tex/extensions/ams.js +1 -0
  150. data/assets/bower_components/MathJax/es5/input/tex/extensions/amscd.js +1 -0
  151. data/assets/bower_components/MathJax/es5/input/tex/extensions/autoload.js +1 -0
  152. data/assets/bower_components/MathJax/es5/input/tex/extensions/bbox.js +1 -0
  153. data/assets/bower_components/MathJax/es5/input/tex/extensions/boldsymbol.js +1 -0
  154. data/assets/bower_components/MathJax/es5/input/tex/extensions/braket.js +1 -0
  155. data/assets/bower_components/MathJax/es5/input/tex/extensions/bussproofs.js +1 -0
  156. data/assets/bower_components/MathJax/es5/input/tex/extensions/cancel.js +1 -0
  157. data/assets/bower_components/MathJax/es5/input/tex/extensions/color.js +1 -0
  158. data/assets/bower_components/MathJax/es5/input/tex/extensions/colorV2.js +1 -0
  159. data/assets/bower_components/MathJax/es5/input/tex/extensions/configMacros.js +1 -0
  160. data/assets/bower_components/MathJax/es5/input/tex/extensions/enclose.js +1 -0
  161. data/assets/bower_components/MathJax/es5/input/tex/extensions/extpfeil.js +1 -0
  162. data/assets/bower_components/MathJax/es5/input/tex/extensions/html.js +1 -0
  163. data/assets/bower_components/MathJax/es5/input/tex/extensions/mhchem.js +1 -0
  164. data/assets/bower_components/MathJax/es5/input/tex/extensions/newcommand.js +1 -0
  165. data/assets/bower_components/MathJax/es5/input/tex/extensions/noerrors.js +1 -0
  166. data/assets/bower_components/MathJax/es5/input/tex/extensions/noundefined.js +1 -0
  167. data/assets/bower_components/MathJax/es5/input/tex/extensions/physics.js +1 -0
  168. data/assets/bower_components/MathJax/es5/input/tex/extensions/require.js +1 -0
  169. data/assets/bower_components/MathJax/es5/input/tex/extensions/tagFormat.js +1 -0
  170. data/assets/bower_components/MathJax/es5/input/tex/extensions/unicode.js +1 -0
  171. data/assets/bower_components/MathJax/es5/input/tex/extensions/verb.js +1 -0
  172. data/assets/bower_components/MathJax/es5/latest.js +1 -0
  173. data/assets/bower_components/MathJax/es5/loader.js +1 -0
  174. data/assets/bower_components/MathJax/es5/mml-chtml.js +1 -0
  175. data/assets/bower_components/MathJax/es5/mml-svg.js +1 -0
  176. data/assets/bower_components/MathJax/es5/node-main.js +1 -0
  177. data/assets/bower_components/MathJax/es5/output/chtml.js +1 -0
  178. data/assets/bower_components/MathJax/es5/output/chtml/fonts/tex.js +1 -0
  179. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_AMS-Regular.woff +0 -0
  180. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Calligraphic-Bold.woff +0 -0
  181. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Calligraphic-Regular.woff +0 -0
  182. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Fraktur-Bold.woff +0 -0
  183. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Fraktur-Regular.woff +0 -0
  184. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Main-Bold.woff +0 -0
  185. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Main-Italic.woff +0 -0
  186. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Main-Regular.woff +0 -0
  187. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Math-BoldItalic.woff +0 -0
  188. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Math-Italic.woff +0 -0
  189. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Math-Regular.woff +0 -0
  190. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_SansSerif-Bold.woff +0 -0
  191. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_SansSerif-Italic.woff +0 -0
  192. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_SansSerif-Regular.woff +0 -0
  193. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Script-Regular.woff +0 -0
  194. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Size1-Regular.woff +0 -0
  195. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Size2-Regular.woff +0 -0
  196. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Size3-Regular.woff +0 -0
  197. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Size4-Regular.woff +0 -0
  198. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Typewriter-Regular.woff +0 -0
  199. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Vector-Bold.woff +0 -0
  200. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Vector-Regular.woff +0 -0
  201. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Zero.woff +0 -0
  202. data/assets/bower_components/MathJax/es5/output/svg.js +1 -0
  203. data/assets/bower_components/MathJax/es5/output/svg/fonts/tex.js +1 -0
  204. data/assets/bower_components/MathJax/es5/sre/mathmaps/en.js +104 -0
  205. data/assets/bower_components/MathJax/es5/sre/mathmaps/es.js +104 -0
  206. data/assets/bower_components/MathJax/es5/sre/mathmaps/fr.js +104 -0
  207. data/assets/bower_components/MathJax/es5/sre/mathmaps/mathmaps_ie.js +410 -0
  208. data/assets/bower_components/MathJax/es5/sre/mathmaps/nemeth.js +104 -0
  209. data/assets/bower_components/MathJax/es5/sre/sre_browser.js +1709 -0
  210. data/assets/bower_components/MathJax/es5/startup.js +1 -0
  211. data/assets/bower_components/MathJax/es5/tex-chtml-full.js +1 -0
  212. data/assets/bower_components/MathJax/es5/tex-chtml.js +1 -0
  213. data/assets/bower_components/MathJax/es5/tex-mml-chtml.js +1 -0
  214. data/assets/bower_components/MathJax/es5/tex-mml-svg.js +1 -0
  215. data/assets/bower_components/MathJax/es5/tex-svg-full.js +1 -0
  216. data/assets/bower_components/MathJax/es5/tex-svg.js +1 -0
  217. data/assets/bower_components/MathJax/es5/ui/menu.js +1 -0
  218. data/assets/bower_components/MathJax/package.json +59 -0
  219. data/assets/bower_components/katex/.bower.json +2 -3
  220. data/assets/css/{hydejack-7.5.2.css → hydejack-9.0.0.css} +0 -0
  221. data/assets/icomoon/fonts/icomoon.eot +0 -0
  222. data/assets/icomoon/fonts/icomoon.svg +8 -2
  223. data/assets/icomoon/fonts/icomoon.ttf +0 -0
  224. data/assets/icomoon/fonts/icomoon.woff +0 -0
  225. data/assets/icomoon/selection.json +1 -1
  226. data/assets/icomoon/style.css +31 -12
  227. data/assets/js/.gitkeep +0 -0
  228. data/assets/js/LEGACY-drawer-hydejack-9.0.0.js +14 -0
  229. data/assets/js/LEGACY-fetch-hydejack-9.0.0.js +14 -0
  230. data/assets/js/LEGACY-hydejack-9.0.0.js +28 -0
  231. data/assets/js/LEGACY-navbar-hydejack-9.0.0.js +14 -0
  232. data/assets/js/LEGACY-push-state-hydejack-9.0.0.js +14 -0
  233. data/assets/js/LEGACY-resize-observer-hydejack-9.0.0.js +14 -0
  234. data/assets/js/LEGACY-shadydom-hydejack-9.0.0.js +14 -0
  235. data/assets/js/LEGACY-vendors~drawer-hydejack-9.0.0.js +47 -0
  236. data/assets/js/LEGACY-vendors~drawer~push-state-hydejack-9.0.0.js +215 -0
  237. data/assets/js/LEGACY-vendors~fetch-hydejack-9.0.0.js +14 -0
  238. data/assets/js/LEGACY-vendors~intersection-observer-hydejack-9.0.0.js +14 -0
  239. data/assets/js/LEGACY-vendors~push-state-hydejack-9.0.0.js +33 -0
  240. data/assets/js/LEGACY-vendors~shadydom-hydejack-9.0.0.js +155 -0
  241. data/assets/js/LEGACY-vendors~webanimations-hydejack-9.0.0.js +14 -0
  242. data/assets/js/LEGACY-vendors~webcomponents-hydejack-9.0.0.js +34 -0
  243. data/assets/js/LEGACY-webcomponents-hydejack-9.0.0.js +14 -0
  244. data/assets/js/drawer-hydejack-9.0.0.js +14 -0
  245. data/assets/js/fetch-hydejack-9.0.0.js +14 -0
  246. data/assets/js/hydejack-9.0.0.js +28 -0
  247. data/assets/js/navbar-hydejack-9.0.0.js +14 -0
  248. data/assets/js/push-state-hydejack-9.0.0.js +14 -0
  249. data/assets/js/resize-observer-hydejack-9.0.0.js +14 -0
  250. data/assets/js/shadydom-hydejack-9.0.0.js +14 -0
  251. data/assets/js/vendors~drawer-hydejack-9.0.0.js +47 -0
  252. data/assets/js/vendors~drawer~push-state-hydejack-9.0.0.js +163 -0
  253. data/assets/js/vendors~intersection-observer-hydejack-9.0.0.js +14 -0
  254. data/assets/js/vendors~push-state-hydejack-9.0.0.js +33 -0
  255. data/assets/js/vendors~shadydom-hydejack-9.0.0.js +146 -0
  256. data/assets/js/vendors~webanimations-hydejack-9.0.0.js +14 -0
  257. data/assets/js/webcomponents-hydejack-9.0.0.js +14 -0
  258. data/assets/version.json +3 -2
  259. data/licenses/PRO.md +4 -0
  260. data/licenses/README.md +1 -1
  261. data/licenses/{W3C.md → W3C-20150513.md} +0 -0
  262. metadata +161 -40
  263. data/_includes/scripts.html +0 -33
  264. data/assets/Resume.pdf +0 -0
  265. data/assets/css/hydejack-8.5.2.css +0 -3
  266. data/assets/img/blog/COLOURlovers.com-Hydejack.png +0 -0
  267. data/assets/img/blog/blog-layout.jpg +0 -0
  268. data/assets/img/blog/caleb-george-old.jpg +0 -0
  269. data/assets/img/blog/caleb-george.jpg +0 -0
  270. data/assets/img/blog/cover-page.jpg +0 -0
  271. data/assets/img/blog/dark-mode-ii.jpg +0 -0
  272. data/assets/img/blog/dark-mode.jpg +0 -0
  273. data/assets/img/blog/example-content-ii.jpg +0 -0
  274. data/assets/img/blog/example-content-iii.jpg +0 -0
  275. data/assets/img/blog/hydejack-8.png +0 -0
  276. data/assets/img/blog/hydejack-8@0,25x.png +0 -0
  277. data/assets/img/blog/hydejack-8@0,5x.png +0 -0
  278. data/assets/img/blog/lazy-images.jpg +0 -0
  279. data/assets/img/blog/louis-hansel.jpg +0 -0
  280. data/assets/img/blog/resume.png +0 -0
  281. data/assets/img/blog/steve-harvey.jpg +0 -0
  282. data/assets/img/blog/w3m.png +0 -0
  283. data/assets/img/blog/wade-lambert.jpg +0 -0
  284. data/assets/img/docs/google-fonts.png +0 -0
  285. data/assets/img/projects/hy-drawer.svg +0 -12
  286. data/assets/img/projects/hy-img.svg +0 -17
  287. data/assets/img/projects/hy-push-state.svg +0 -13
  288. data/assets/js/hydejack-8.5.2.js +0 -161
  289. data/assets/js/hydejack-legacy-8.5.2.js +0 -190
  290. data/assets/video/blog-layout.mp4 +0 -0
  291. data/assets/video/cover-page.mp4 +0 -0
  292. data/assets/video/dark-mode.mp4 +0 -0
  293. data/assets/video/lazy-images.mp4 +0 -0
@@ -1,7 +1,7 @@
1
1
  {% assign post = include.post %}
2
2
  {% assign format = include.format | default:site.data.strings.date_formats.related_post | default:"%d %b %Y" %}
3
3
 
4
- <li>
5
- <a href="{{ post.url | relative_url }}" class="h4 flip-title"><span>{{ post.title }}</span></a>
6
- <time class="heading faded fine" datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date:format }}</time>
4
+ <li class="h4">
5
+ <a href="{{ post.url | relative_url }}" class="flip-title"><span>{{ post.title }}</span></a>
6
+ <time class="faded fine" datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date:format }}</time>
7
7
  </li>
@@ -1,17 +1,18 @@
1
- {% assign post = include.post %}
2
- {% assign no_link_title = include.no_link_title %}
3
- {% assign no_excerpt = include.no_excerpt %}
4
- {% assign hide_image = include.hide_image %}
1
+ {% assign post = include.post %}
2
+ {% assign no_link_title = include.no_link_title %}
3
+ {% assign no_excerpt = include.no_excerpt %}
4
+ {% assign hide_image = include.hide_image %}
5
+ {% assign hide_description = include.hide_description %}
5
6
 
6
7
  <article id="post{{ post.id | replace:'/','-' }}" class="page post mb6" role="article">
7
8
  <header>
8
- <h1 class="post-title">
9
+ <h1 class="post-title flip-project-title">
9
10
  {% unless no_link_title %}<a href="{{ post.url | relative_url }}" class="flip-title">{% endunless %}
10
11
  {{ post.title }}
11
12
  {% unless no_link_title %}</a>{% endunless %}
12
13
  </h1>
13
14
 
14
- <p class="post-date heading">
15
+ <div class="post-date">
15
16
  {% assign post_format = site.data.strings.date_formats.post | default:"%d %b %Y" %}
16
17
  <time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date:post_format }}</time>
17
18
  {% assign category_start = site.data.strings.category_start | default:"in " %}
@@ -20,17 +21,19 @@
20
21
  {% assign tag_separator = site.data.strings.tag_separator | default:", " %}
21
22
  {% include components/tag-list.html tags=post.categories meta=site.featured_categories start_with=category_start separator=category_separator %}
22
23
  {% include components/tag-list.html tags=post.tags meta=site.featured_tags start_with=tag_start separator=tag_separator %}
23
- </p>
24
+ </div>
24
25
 
25
26
  {% assign alt = false %}
26
27
  {% unless hide_image %}{% if post.image %}
27
- <div class="img lead sixteen-nine">
28
- {% include components/hy-img.html img=post.image alt=post.title %}
29
- </div>
28
+ {% unless no_link_title %}<a href="{{ post.url | relative_url }}" class="no-hover no-print-link {% unless post.hide_image %}flip-project{% endunless %}" tabindex="-1">{% endunless %}
29
+ <div class="lead aspect-ratio sixteen-nine flip-project-img">
30
+ {% include_cached components/hy-img.html img=post.image alt=post.title width=864 height=486 %}
31
+ </div>
32
+ {% unless no_link_title %}</a>{% endunless %}
30
33
  {% assign alt = '' %}
31
34
  {% endif %}{% endunless %}
32
35
 
33
- {% include components/message.html text=post.description hide=page.hide_description alt=alt %}
36
+ {% include components/message.html text=post.description hide=hide_description alt=alt %}
34
37
  </header>
35
38
 
36
39
  {% if no_excerpt %}
@@ -1,7 +1,13 @@
1
- {% assign post = include.post %}
1
+ {% assign post = page %}
2
2
 
3
3
  {% if page.related_posts %}
4
- {% assign related_posts = site.posts | where_exp:"post", "page.related_posts contains post.path" %}
4
+ {% if major >= 4 and minor >= 1 %}
5
+ {% assign related_posts = site.posts | where_exp:"post", "page.related_posts contains post.path or page.related_posts contains post.url" %}
6
+ {% else %}
7
+ {% assign related_posts_1 = site.posts | where_exp:"post", "page.related_posts contains post.path" %}
8
+ {% assign related_posts_2 = site.posts | where_exp:"post", "page.related_posts contains post.url" %}
9
+ {% assign related_posts = related_posts_1 | concat:related_posts_2 %}
10
+ {% endif %}
5
11
  {% elsif site.hydejack.use_lsi or site.use_lsi %}
6
12
  {% assign related_posts = site.related_posts %}
7
13
  {% elsif post.categories.first %}
@@ -14,11 +20,15 @@
14
20
 
15
21
  {% if related_posts.size > 0 %}
16
22
  <aside class="related mb4" role="complementary">
17
- <h2 class="hr">{{ site.data.strings.related_posts | default:"Related Posts" }}</h2>
23
+ <h2 class="hr-bottom">{{ site.data.strings.related_posts | default:"Related Posts" }}</h2>
18
24
 
19
25
  <ul class="related-posts">
20
26
  {% for post in related_posts limit:3 %}
21
- {% include components/post-list-item.html post=post %}
27
+ {% if post %}
28
+ {% include_cached components/post-list-item.html post=post %}
29
+ {% else %}
30
+ <li>Post with path <code>{{ post_path }}</code> not found.</li>
31
+ {% endif %}
22
32
  {% endfor %}
23
33
  </ul>
24
34
  </aside>
@@ -11,7 +11,11 @@
11
11
  {% for tag_slug in tags %}
12
12
  {% capture iter_separator %}{% if forloop.last %}{{ end_with }}{% else %}{{ separator }}{% endif %}{% endcapture %}
13
13
 
14
- {% assign tag = meta | where: "slug", tag_slug | first %}
14
+ {% if major >= 4 and minor >= 1 %}
15
+ {% assign tag = meta | find: "slug", tag_slug %}
16
+ {% else %}
17
+ {% assign tag = meta | where: "slug", tag_slug | first %}
18
+ {% endif %}
15
19
 
16
20
  {% if tag %}
17
21
  {% capture content_temp %}{{ content }}<a href="{{ tag.url | relative_url }}" class="flip-title">{{ tag.title }}</a>{{ iter_separator }}{% endcapture %}
@@ -0,0 +1 @@
1
+ {% capture to_scssify %}{% include styles/inline.scss %}{% endcapture %}{{ to_scssify | scssify }}
@@ -1,9 +1,15 @@
1
- {% assign google_fonts = site.google_fonts | default:"Roboto+Slab:400|Noto+Sans:400,400i,700,700i" %}
2
- {% assign font_heading = site.font_heading | default:"Roboto Slab, Helvetica, Arial, sans-serif" %}
3
- {% assign font = site.font | default:"Noto Sans, Helvetica, Arial, sans-serif" %}
4
-
5
- {% include head/meta.html %}
6
- {% include head/links.html %}
7
- {% include head/scripts.html %}
8
- {% include head/styles.html %}
1
+ {% assign google_fonts = site.google_fonts %}
2
+ {% assign font_heading = site.font_heading %}
3
+ {% assign font = site.font %}
4
+
5
+ {% include head/meta.html %}
6
+ {% include_cached head/meta-static.html %}
7
+
8
+ {% include_cached head/links.html lang=page.lang %}
9
+ {% include_cached head/links-static.html %}
10
+
11
+ {% include_cached head/scripts.html %}
12
+
13
+ {% include_cached head/styles.html layout=page.layout color=color theme_color=theme_color %}
14
+
9
15
  {% include my-head.html %}
@@ -0,0 +1,27 @@
1
+ {% if plugins contains 'jekyll-feed' %}{% include head/feed-tag.html %}{% endif %}
2
+
3
+ <link rel="shortcut icon" href="{{ '/assets/icons/favicon.ico' | relative_url }}">
4
+ <link rel="apple-touch-icon" href="{{ '/assets/icons/icon.png' | relative_url }}">
5
+
6
+ <link rel="manifest" href="{{ '/assets/manifest.json' | relative_url }}">
7
+
8
+ {% if site.google_fonts %}
9
+ <link rel="dns-prefetch" href="https://fonts.googleapis.com">
10
+ <link rel="dns-prefetch" href="https://fonts.gstatic.com">
11
+ {% endif %}
12
+
13
+ {% if site.google_analytics %}
14
+ <link rel="dns-prefetch" href="https://www.google-analytics.com">
15
+ {% endif %}
16
+
17
+ <link rel="preload" href="{{ '/assets/img/swipe.svg' | relative_url }}" as="image" id="_hrefSwipeSVG">
18
+
19
+ {% if site.kramdown.math_engine == 'katex' %}
20
+ {% capture katex_url %}{{ 'assets/bower_components/katex/dist/katex.min.css' | relative_url }}{% endcapture %}
21
+ <link rel="dns-prefetch" href="{{ katex_url }}" id="_katexPreload">
22
+ {% endif %}
23
+
24
+ {% assign disqus = site.disqus | default:site.disqus_shortname %}
25
+ {% if disqus %}
26
+ <link rel="dns-prefetch" href="https://{{ disqus }}.disqus.com" id="_hrefDisqus">
27
+ {% endif %}
@@ -1,33 +1,2 @@
1
- {% if plugins contains 'jekyll-feed' %}{% include head/feed-tag.html %}{% endif %}
2
-
3
- {% assign lang = page.lang | default:site.lang | default:'en' %}
1
+ {% assign lang = include.lang | default:site.lang | default:'en' %}
4
2
  <link rel="alternate" href="{{ page.url | absolute_url }}" hreflang="{{ lang | downcase | replace:'_','-' }}">
5
-
6
- <link rel="shortcut icon" href="{{ '/assets/icons/favicon.ico' | relative_url }}">
7
- <link rel="apple-touch-icon" href="{{ '/assets/icons/icon.png' | relative_url }}">
8
-
9
- <link rel="manifest" href="{{ '/assets/manifest.json' | relative_url }}">
10
-
11
- {% unless site.hydejack.no_google_fonts or site.no_google_fonts %}
12
- <link rel="dns-prefetch" href="https://fonts.googleapis.com">
13
- <link rel="dns-prefetch" href="https://fonts.gstatic.com">
14
- {% endunless %}
15
- {% if site.google_analytics %}
16
- <link rel="dns-prefetch" href="https://www.google-analytics.com">
17
- {% endif %}
18
-
19
- {% comment %}<!--
20
- This is to avoid hard-coding URLs in JS (where they can't be discovered by automated tools).
21
- -->{% endcomment %}
22
- <link rel="dns-prefetch" href="{{ '/' | relative_url }}" id="_baseURL">
23
- <link rel="dns-prefetch" href="{{ '/sw.js' | relative_url }}" id="_hrefSW">
24
- <link rel="dns-prefetch" href="{{ '/assets/bower_components/katex/dist/katex.min.js' | relative_url }}" id="_hrefKatexJS">
25
- <link rel="dns-prefetch" href="{{ '/assets/bower_components/katex/dist/katex.min.css' | relative_url }}" id="_hrefKatexCSS">
26
- <link rel="dns-prefetch" href="{{ '/assets/bower_components/katex/dist/contrib/copy-tex.min.js' | relative_url }}" id="_hrefKatexCopyJS">
27
- <link rel="dns-prefetch" href="{{ '/assets/bower_components/katex/dist/contrib/copy-tex.min.css' | relative_url }}" id="_hrefKatexCopyCSS">
28
- <link rel="dns-prefetch" href="{{ '/assets/img/swipe.svg' | relative_url }}" id="_hrefSwipeSVG">
29
-
30
- {% assign disqus = site.disqus | default:site.disqus_shortname %}
31
- {% if disqus %}
32
- <link rel="dns-prefetch" href="https://{{ disqus }}.disqus.com" id="_hrefDisqus">
33
- {% endif %}
@@ -0,0 +1,18 @@
1
+ <meta charset="utf-8">
2
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
3
+ <meta http-equiv="x-ua-compatible" content="ie=edge">
4
+
5
+ <meta name="mobile-web-app-capable" content="yes">
6
+
7
+ <meta name="apple-mobile-web-app-capable" content="yes">
8
+ <meta name="apple-mobile-web-app-title" content="{{ site.title }}">
9
+ <meta name="apple-mobile-web-app-status-bar-style" content="default">
10
+
11
+ <meta name="application-name" content="{{ site.title }}">
12
+ <meta name="msapplication-config" content="{{ '/assets/ieconfig.xml' | relative_url }}">
13
+
14
+ {% unless site.hydejack.no_theme_color %}
15
+ <meta name="theme-color" content="{{ theme_color | default:'#193747' }}">
16
+ {% endunless %}
17
+
18
+ <meta name="generator" content="Hydejack v9.0.0" />
@@ -1,14 +1,13 @@
1
- <meta charset="utf-8">
2
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
3
- <meta http-equiv="x-ua-compatible" content="ie=edge">
4
-
5
- {% if page.noindex %}
6
- <meta name="robots" content="noindex">
1
+ {% if page.noindex or page.no_index or page.sitemap == false %}
2
+ <meta name="robots" content="noindex">
7
3
  {% endif %}
8
4
 
9
5
  {% unless page.redirect %}
10
- {% if plugins contains 'jekyll-seo-tag' %}{% include head/seo-tag.html %}
11
- {% else %}{% include head/seo-fallback.html %}{% endif %}
6
+ {% if plugins contains 'jekyll-seo-tag' %}
7
+ {% include head/seo-tag.html %}
8
+ {% else %}
9
+ {% include head/seo-fallback.html %}
10
+ {% endif %}
12
11
 
13
12
  {% if site.keywords.size > 0 or page.keywords.size > 0 %}
14
13
  <meta name="keywords" content="{{ page.keywords | default:site.keywords | join:',' }}">
@@ -16,19 +15,4 @@
16
15
  {% else %}
17
16
  <meta http-equiv="refresh" content="0; url={{ page.redirect.to }}">
18
17
  <title>{{ site.data.strings.redirecting | default:"Redirecting..." }}</title>
19
- {% endunless %}
20
-
21
- <meta name="mobile-web-app-capable" content="yes">
22
-
23
- <meta name="apple-mobile-web-app-capable" content="yes">
24
- <meta name="apple-mobile-web-app-title" content="{{ site.title }}">
25
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
26
-
27
- <meta name="application-name" content="{{ site.title }}">
28
- <meta name="msapplication-config" content="{{ '/assets/ieconfig.xml' | relative_url }}">
29
-
30
- {% unless site.hydejack.no_theme_color %}
31
- <meta name="theme-color" content="{{ theme_color | default:'#193747' }}">
32
- {% endunless %}
33
-
34
- <meta name="generator" content="Hydejack v8.5.2" />
18
+ {% endunless %}
@@ -1,6 +1,4 @@
1
1
  <style id="_pageStyle">
2
- {% capture page_style %}
3
- {% include styles/page-style.scss color=color theme_color=theme_color %}
4
- {% endcapture %}
2
+ {% capture page_style %}{% include_cached styles/page-style.scss color=include.color theme_color=include.theme_color %}{% endcapture %}
5
3
  {{ page_style | scssify }}
6
4
  </style>
@@ -1,9 +1,14 @@
1
- <script>
2
- {% include scripts/load-js.min.js %};
3
- {% include scripts/loadCSS.min.js %};
4
- {% include scripts/cssrelpreload.min.js %};
5
- !function(w, d) {
1
+ <script>{% include scripts/load-js.min.js %}{% include scripts/loadCSS.min.js %}{% include scripts/cssrelpreload.min.js %}!function(w) {
2
+ w._baseURL = '{{ "/" | relative_url }}';
3
+ w._publicPath = '{{ "/assets/js/" | relative_url }}';
6
4
  w._noPushState = {{ site.hydejack.no_push_state | default:site.disable_push_state | default:false }};
7
- w._noDrawer = {{ site.hydejack.no_drawer | default:site.disable_drawer | default:false }};
8
- }(window, document);
5
+ w._noDrawer = {{ site.hydejack.no_drawer | default:site.disable_drawer | default:false }};
6
+ w._noNavbar = {{ site.hydejack.no_navbar | default:false }};
7
+ w._noToc = {{ site.hydejack.no_toc | default:false }};
8
+ w._noSearch = {{ site.hydejack.no_search | default:false }};
9
+ }(window);
9
10
  </script>
11
+
12
+ {% if site.kramdown.math_engine == 'mathjax' %}
13
+ <script async src="{{ 'assets/bower_components/MathJax/es5/tex-mml-chtml.js' | relative_url }}" id="_MathJax"></script>
14
+ {% endif %}
@@ -0,0 +1,19 @@
1
+ {% assign google_fonts = site.google_fonts %}
2
+ {% capture style_url %}{{ 'assets/css/hydejack-9.0.0.css' | relative_url }}{% endcapture %}
3
+ {% capture icons_url %}{{ 'assets/icomoon/style.css' | relative_url }}{% endcapture %}
4
+ {% if google_fonts %}{% capture fonts_url %}https://fonts.googleapis.com/css?family={{ google_fonts | uri_escape }}&display=swap{% endcapture %}{% endif %}
5
+
6
+ <link rel="preload" as="style" href="{{ style_url }}" id="_stylePreload">
7
+ <link rel="preload" as="style" href="{{ icons_url }}" id="_iconsPreload">
8
+ {% if google_fonts %}<link rel="preload" as="style" href="{{ fonts_url }}" id="_fontsPreload">{% endif %}
9
+
10
+ <script>
11
+ setRel('_stylePreload');
12
+ setRel('_iconsPreload');
13
+ /*{% if google_fonts %}*/setRel('_fontsPreload');/*{% endif %}*/
14
+ </script>
15
+ <noscript>
16
+ <link rel="stylesheet" href="{{ style_url }}">
17
+ <link rel="stylesheet" href="{{ icons_url }}">
18
+ {% if google_fonts %}<link rel="stylesheet" href="{{ fonts_url }}">{% endif %}
19
+ </noscript>
@@ -0,0 +1,4 @@
1
+ {% assign layout = include.layout %}
2
+ <style id="_styleInline">
3
+ {% include_cached head/css/inline %}
4
+ </style>
@@ -0,0 +1,8 @@
1
+ {% assign google_fonts = site.google_fonts %}
2
+ {% capture style_url %}{{ 'assets/css/hydejack-9.0.0.css' | relative_url }}{% endcapture %}
3
+ {% capture icons_url %}{{ 'assets/icomoon/style.css' | relative_url }}{% endcapture %}
4
+ {% if google_fonts %}{% capture fonts_url %}https://fonts.googleapis.com/css?family={{ google_fonts | uri_escape }}&display=swap{% endcapture %}{% endif %}
5
+
6
+ <link rel="stylesheet" href="{{ style_url }}" id="_stylePreload">
7
+ <link rel="stylesheet" href="{{ icons_url }}" id="_iconsPreload">
8
+ {% if google_fonts %}<link rel="stylesheet" href="{{ fonts_url }}" id="_fontsPreload">{% endif %}
@@ -1,41 +1,12 @@
1
1
  <!--[if gt IE 8]><!---->
2
- {% capture style_url %}{% link assets/css/hydejack-8.5.2.css %}{% endcapture %}
3
- {% capture icons_url %}{% link assets/icomoon/style.css %}{% endcapture %}
4
- {% capture fonts_url %}https://fonts.googleapis.com/css?family={{ google_fonts }}&display=swap{% endcapture %}
5
-
6
- {% assign font_heading = site.font_heading | default:"Roboto Slab, Helvetica, Arial, sans-serif" %}
7
- {% assign font = site.font | default:"Noto Sans, Helvetica, Arial, sans-serif" %}
8
-
9
- {% assign layout = page.layout %}
10
- {% assign no_google_fonts = site.hydejack.no_google_fonts or site.no_google_fonts %}
11
-
12
2
  {% if site.hydejack.no_inline_css or jekyll.environment == 'development' %}
13
- <link rel="stylesheet" href="{{ style_url | relative_url }}">
14
- <link rel="stylesheet" href="{{ icons_url | relative_url }}">
15
- {% unless no_google_fonts %}
16
- <link rel="stylesheet" href="{{ fonts_url }}">
17
- {% endunless %}
3
+ {% include_cached head/styles-no-inline.html %}
18
4
  {% else %}
19
- <style>
20
- {% capture to_scssify %}{% include styles/inline.scss %}{% endcapture %}{{ to_scssify | scssify }}
21
- </style>
22
-
23
- <link rel="preload" as="style" href="{{ style_url | relative_url }}" id="_stylePreload">
24
- <link rel="preload" as="style" href="{{ icons_url | relative_url }}" id="_iconsPreload">
25
- {% unless no_google_fonts %}
26
- <link rel="preload" as="style" href="{{ fonts_url }}" id="_fontsPreload">
27
- {% endunless %}
28
-
29
- <script>setRel('_stylePreload');setRel('_iconsPreload');/*{% unless no_google_fonts %}*/setRel('_fontsPreload');/*{% endunless %}*/</script>
30
- <noscript>
31
- <link rel="stylesheet" href="{{ style_url | relative_url }}">
32
- <link rel="stylesheet" href="{{ icons_url | relative_url }}">
33
- {% unless no_google_fonts %}
34
- <link rel="stylesheet" href="{{ fonts_url }}">
35
- {% endunless %}
36
- </noscript>
5
+ {% include_cached head/styles-layout.html layout=include.layout %}
6
+ {% include_cached head/styles-inline.html %}
37
7
  {% endif %}
8
+
38
9
  {% unless site.hydejack.no_page_style %}
39
- {% include head/page-style.html %}
10
+ {% include_cached head/page-style.html color=include.color theme_color=include.theme_color %}
40
11
  {% endunless %}
41
12
  <!--<![endif]-->
@@ -9,5 +9,5 @@
9
9
  * /\___/ \ \____/
10
10
  * \/__/ \/___/
11
11
  *
12
- * Powered by Hydejack v8.5.2 <https://hydejack.com/>
12
+ * Powered by Hydejack v9.0.0 <https://hydejack.com/>
13
13
  */
@@ -0,0 +1,7 @@
1
+ {% capture maybe %}{% include {{ include.try }} %}{% endcapture %}
2
+ {% assign maybe = maybe | strip_newlines %}
3
+ {% if maybe.size > 0 %}
4
+ {{ maybe }}
5
+ {% elsif include.fallback %}
6
+ {% include {{ include.fallback }} %}
7
+ {% endif %}
@@ -15,7 +15,7 @@ Example code for using Matamo as alternative analytics solution.
15
15
  _paq.push(['setTrackerUrl', u+'piwik.php']);
16
16
  _paq.push(['setSiteId', '{{site.matomo_analytics.site_id}}']);
17
17
 
18
- var pushStateEl = document.getElementsByTagName('hy-push-state')[0];
18
+ var pushStateEl = document.getElementById('_pushState');
19
19
  var timeStartLoadPage, referer, timeItTookToLoadPage;
20
20
 
21
21
  pushStateEl.addEventListener('hy-push-state-start', function() {
@@ -6,7 +6,7 @@ it will only run on the initial page.
6
6
  The snippet below will run the code on every `hy-push-state-load` event instead.
7
7
  -->
8
8
  <script>
9
- document.getElementsByTagName('hy-push-state')[0].addEventListener('hy-push-state-load', function (e) {
9
+ document.getElementById('_pushState').addEventListener('hy-push-state-load', function (e) {
10
10
  function e(e){
11
11
  (console.error?console.error:console.log).call(console,e)
12
12
  }
@@ -0,0 +1 @@
1
+ {% assign url = include.url %}{% if url contains '://' %}{{ url }}{% else %}{% assign url = url | remove_first:site.baseurl %}{{ url | relative_url }}{% endif %}
@@ -1 +1 @@
1
- {% assign url = include.url %}{% if url contains '//' %}{{ url }}{% else %}{% assign url = url | remove_first:site.baseurl %}{{ url | relative_url }}{%- endif -%}
1
+ {% comment %} Retained for backwards compatibility. Use smart-url (without .txt) instead. {% endcomment %}{% include smart-url url=include.url %}
@@ -0,0 +1,18 @@
1
+ .note:before {
2
+ content: "{{ site.data.strings.note | default:'Note' }}";
3
+ }
4
+ .page > header > .note-sm:before {
5
+ content: "{{ site.data.strings.description | default:'Description' }}";
6
+ }
7
+ #markdown-toc:before {
8
+ content: "{{ site.data.strings.toc | default:'Table of Contents' }}";
9
+ }
10
+ .layout-resume .note-sm:before {
11
+ content: "{{ site.data.strings.resume.summary | default:'Summary' }}";
12
+ }
13
+
14
+ {% if site.hydejack.no_page_style %}
15
+ {% assign color = site.accent_color | default:'#4fb1ba' %}
16
+ {% assign theme_color = site.theme_color | default:'#193747' %}
17
+ {% include_cached styles/page-style.scss color=color theme_color=theme_color %}
18
+ {% endif %}
@@ -1,31 +1,25 @@
1
- // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
1
+ // Copyright (c) 2019 Florian Klampfer <https://qwtel.com/>
2
2
  //
3
- // Permission is hereby granted, free of charge, to any person obtaining a copy
4
- // of this software and associated documentation files (the "Software"), to deal
5
- // in the Software without restriction, including without limitation the rights
6
- // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
- // copies of the Software, and to permit persons to whom the Software is
8
- // furnished to do so, subject to the following conditions:
3
+ // This program is free software: you can redistribute it and/or modify
4
+ // it under the terms of the GNU General Public License as published by
5
+ // the Free Software Foundation, either version 3 of the License, or
6
+ // (at your option) any later version.
9
7
  //
10
- // The above copyright notice and this permission notice shall be included in all
11
- // copies or substantial portions of the Software.
8
+ // This program is distributed in the hope that it will be useful,
9
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
+ // GNU General Public License for more details.
12
12
  //
13
- // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
- // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
- // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
- // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
- // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
- // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
- // SOFTWARE.
20
-
21
- $font-family-heading: {{ site.font_heading | default:"Roboto Slab, Helvetica, Arial, sans-serif" }};
22
- $font-family: {{ site.font | default:"Noto Sans, Helvetica, Arial, sans-serif" }};
23
- $theme-color: {{ site.theme_color | default:'#193747' }};
13
+ // You should have received a copy of the GNU General Public License
14
+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
24
15
 
16
+ {% include styles/variables.scss %}
25
17
  @import "variables";
26
18
  @import "my-variables";
27
19
  @import "mixins";
28
20
 
21
+ @import "html";
22
+
29
23
  @import "pooleparty/__inline__/base";
30
24
  @import "pooleparty/__inline__/type";
31
25
  @import "pooleparty/__inline__/table";
@@ -45,6 +39,7 @@ $theme-color: {{ site.theme_color | default:'#193747' }};
45
39
  @import "hydejack/__inline__/sidebar";
46
40
  @import "hydejack/__inline__/social";
47
41
  @import "hydejack/__inline__/menu";
42
+ @import "hydejack/__inline__/toc";
48
43
  @import "hydejack/__inline__/content";
49
44
  @import "hydejack/__inline__/avatar";
50
45
  @import "hydejack/__inline__/katex";
@@ -52,11 +47,4 @@ $theme-color: {{ site.theme_color | default:'#193747' }};
52
47
 
53
48
  @import "my-inline";
54
49
 
55
- html { font-family: $font-family; }
56
- h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading { font-family: $font-family-heading; }
57
-
58
- {% if site.hydejack.no_page_style %}
59
- {% assign color = site.accent_color | default:'#4fb1ba' %}
60
- {% assign theme_color = site.theme_color | default:'#193747' %}
61
- {% include styles/page-style.scss color=color theme_color=theme_color %}
62
- {% endif %}
50
+ {% include styles/common.scss %}