jekyll-theme-hydejack 8.5.1 → 9.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (370) hide show
  1. checksums.yaml +5 -5
  2. data/LICENSE.md +9 -3
  3. data/NOTICE.md +289 -0
  4. data/README.md +126 -86
  5. data/_config.yml +73 -0
  6. data/_includes/base-classes +9 -0
  7. data/_includes/body/analytics.html +1 -1
  8. data/_includes/body/comments.html +1 -1
  9. data/_includes/body/footer.html +3 -3
  10. data/_includes/body/index.html +17 -16
  11. data/_includes/body/main.html +3 -13
  12. data/_includes/body/menu.html +3 -14
  13. data/_includes/body/nav.html +4 -4
  14. data/_includes/body/scripts.html +3 -4
  15. data/_includes/body/sidebar-bg.html +13 -0
  16. data/_includes/body/sidebar-sticky.html +25 -0
  17. data/_includes/body/sidebar.html +7 -40
  18. data/_includes/components/about.html +1 -1
  19. data/_includes/components/author.html +3 -3
  20. data/_includes/components/hy-img.html +15 -26
  21. data/_includes/components/link.html +1 -1
  22. data/_includes/components/message.html +1 -1
  23. data/_includes/components/post-list-item.html +3 -3
  24. data/_includes/components/post.html +14 -11
  25. data/_includes/components/related-posts.html +14 -4
  26. data/_includes/components/tag-list.html +5 -1
  27. data/_includes/head/css/inline +1 -0
  28. data/_includes/head/index.html +14 -8
  29. data/_includes/head/links-static.html +27 -0
  30. data/_includes/head/links.html +1 -34
  31. data/_includes/head/meta-static.html +17 -0
  32. data/_includes/head/meta.html +8 -24
  33. data/_includes/head/page-style.html +1 -3
  34. data/_includes/head/scripts.html +12 -7
  35. data/_includes/head/styles-inline.html +19 -0
  36. data/_includes/head/styles-layout.html +4 -0
  37. data/_includes/head/styles-no-inline.html +8 -0
  38. data/_includes/head/styles.html +5 -34
  39. data/_includes/header.txt +1 -1
  40. data/_includes/if-non-null +7 -0
  41. data/_includes/my-body.html +1 -1
  42. data/_includes/my-scripts.html +1 -1
  43. data/_includes/scripts/load-js.min.js +1 -1
  44. data/_includes/scripts/nomodule.js +21 -0
  45. data/_includes/scripts/nomodule.min.js +1 -0
  46. data/_includes/smart-url +1 -0
  47. data/_includes/smart-url.txt +1 -1
  48. data/_includes/styles/common.scss +18 -0
  49. data/_includes/styles/inline.scss +16 -28
  50. data/_includes/styles/page-style.scss +7 -62
  51. data/_includes/styles/style.scss +25 -36
  52. data/_includes/styles/variables.scss +64 -0
  53. data/_includes/templates/animation.html +1 -1
  54. data/_includes/templates/back.html +2 -2
  55. data/_includes/templates/error.html +1 -1
  56. data/_includes/templates/forward.html +2 -2
  57. data/_includes/templates/index.html +10 -11
  58. data/_includes/templates/loading.html +1 -1
  59. data/_includes/templates/permalink.html +2 -2
  60. data/_layouts/about.html +1 -1
  61. data/_layouts/base.html +9 -4
  62. data/_layouts/blog.html +9 -7
  63. data/_layouts/compress.html +1 -1
  64. data/_layouts/default.html +4 -4
  65. data/_layouts/list.html +11 -17
  66. data/_layouts/page.html +1 -0
  67. data/_layouts/post.html +5 -3
  68. data/_sass/_mixins.scss +7 -21
  69. data/_sass/_spinner.scss +1 -1
  70. data/_sass/_syntax.scss +142 -130
  71. data/_sass/_variables.scss +2 -43
  72. data/_sass/html.scss +42 -0
  73. data/_sass/hydejack/__inline__/_avatar.scss +10 -10
  74. data/_sass/hydejack/__inline__/_base.scss +7 -21
  75. data/_sass/hydejack/__inline__/_content.scss +9 -2
  76. data/_sass/hydejack/__inline__/_images.scss +1 -3
  77. data/_sass/hydejack/__inline__/_links.scss +28 -13
  78. data/_sass/hydejack/__inline__/_menu.scss +42 -13
  79. data/_sass/hydejack/__inline__/_sidebar.scss +40 -14
  80. data/_sass/hydejack/__inline__/_social.scss +3 -0
  81. data/_sass/hydejack/__inline__/_toc.scss +55 -0
  82. data/_sass/hydejack/__inline__/_utilities.scss +3 -0
  83. data/_sass/hydejack/__link__/_avatar.scss +0 -4
  84. data/_sass/hydejack/__link__/_base.scss +1 -2
  85. data/_sass/hydejack/__link__/_break-layout.scss +17 -8
  86. data/_sass/hydejack/__link__/_content.scss +1 -0
  87. data/_sass/hydejack/__link__/_footer.scss +6 -8
  88. data/_sass/hydejack/__link__/_images.scss +5 -40
  89. data/_sass/hydejack/__link__/_katex.scss +1 -26
  90. data/_sass/hydejack/__link__/_links.scss +29 -20
  91. data/_sass/hydejack/__link__/_mark-external.scss +2 -7
  92. data/_sass/hydejack/__link__/_menu.scss +63 -8
  93. data/_sass/hydejack/__link__/_sidebar.scss +12 -9
  94. data/_sass/hydejack/__link__/_toc.scss +53 -0
  95. data/_sass/hydejack/__link__/_utilities.scss +3 -0
  96. data/_sass/hydejack/_avatar.pre.scss +10 -12
  97. data/_sass/hydejack/_base.pre.scss +7 -23
  98. data/_sass/hydejack/_break-layout.pre.scss +19 -10
  99. data/_sass/hydejack/_content.pre.scss +10 -2
  100. data/_sass/hydejack/_footer.pre.scss +6 -8
  101. data/_sass/hydejack/_images.pre.scss +6 -42
  102. data/_sass/hydejack/_katex.pre.scss +3 -28
  103. data/_sass/hydejack/_links.pre.scss +49 -19
  104. data/_sass/hydejack/_mark-external.pre.scss +2 -7
  105. data/_sass/hydejack/_menu.pre.scss +91 -22
  106. data/_sass/hydejack/_sidebar.pre.scss +48 -22
  107. data/_sass/hydejack/_social.pre.scss +3 -0
  108. data/_sass/hydejack/_toc.pre.scss +65 -0
  109. data/_sass/hydejack/_utilities.pre.scss +3 -0
  110. data/_sass/my-inline.scss +2 -16
  111. data/_sass/my-style.scss +0 -9
  112. data/_sass/pooleparty/__inline__/_base.scss +10 -9
  113. data/_sass/pooleparty/__inline__/_message.scss +31 -0
  114. data/_sass/pooleparty/__inline__/_posts.scss +19 -2
  115. data/_sass/pooleparty/__inline__/_table.scss +0 -28
  116. data/_sass/pooleparty/__inline__/_type.scss +81 -15
  117. data/_sass/pooleparty/__link__/_base.scss +11 -5
  118. data/_sass/pooleparty/__link__/_code.scss +40 -7
  119. data/_sass/pooleparty/__link__/_footnotes.scss +4 -5
  120. data/_sass/pooleparty/__link__/_pagination.scss +3 -2
  121. data/_sass/pooleparty/__link__/_posts.scss +11 -6
  122. data/_sass/pooleparty/__link__/_read-more.scss +1 -1
  123. data/_sass/pooleparty/__link__/_table.scss +27 -16
  124. data/_sass/pooleparty/__link__/_type.scss +56 -19
  125. data/_sass/pooleparty/_base.pre.scss +25 -18
  126. data/_sass/pooleparty/_code.pre.scss +40 -7
  127. data/_sass/pooleparty/_footnotes.pre.scss +4 -5
  128. data/_sass/pooleparty/_message.pre.scss +33 -2
  129. data/_sass/pooleparty/_pagination.pre.scss +5 -4
  130. data/_sass/pooleparty/_posts.pre.scss +34 -12
  131. data/_sass/pooleparty/_read-more.pre.scss +1 -1
  132. data/_sass/pooleparty/_table.pre.scss +13 -20
  133. data/_sass/pooleparty/_type.pre.scss +100 -35
  134. data/assets/bower_components/MathJax/.bower.json +28 -0
  135. data/assets/bower_components/MathJax/LICENSE +202 -0
  136. data/assets/bower_components/MathJax/bower.json +11 -0
  137. data/assets/bower_components/MathJax/composer.json +14 -0
  138. data/assets/bower_components/MathJax/es5/a11y/assistive-mml.js +1 -0
  139. data/assets/bower_components/MathJax/es5/a11y/complexity.js +1 -0
  140. data/assets/bower_components/MathJax/es5/a11y/explorer.js +1 -0
  141. data/assets/bower_components/MathJax/es5/a11y/semantic-enrich.js +1 -0
  142. data/assets/bower_components/MathJax/es5/adaptors/liteDOM.js +1 -0
  143. data/assets/bower_components/MathJax/es5/core.js +1 -0
  144. data/assets/bower_components/MathJax/es5/input/asciimath.js +1 -0
  145. data/assets/bower_components/MathJax/es5/input/mml.js +1 -0
  146. data/assets/bower_components/MathJax/es5/input/mml/entities.js +1 -0
  147. data/assets/bower_components/MathJax/es5/input/tex-base.js +1 -0
  148. data/assets/bower_components/MathJax/es5/input/tex-full.js +1 -0
  149. data/assets/bower_components/MathJax/es5/input/tex.js +1 -0
  150. data/assets/bower_components/MathJax/es5/input/tex/extensions/action.js +1 -0
  151. data/assets/bower_components/MathJax/es5/input/tex/extensions/all-packages.js +1 -0
  152. data/assets/bower_components/MathJax/es5/input/tex/extensions/ams.js +1 -0
  153. data/assets/bower_components/MathJax/es5/input/tex/extensions/amscd.js +1 -0
  154. data/assets/bower_components/MathJax/es5/input/tex/extensions/autoload.js +1 -0
  155. data/assets/bower_components/MathJax/es5/input/tex/extensions/bbox.js +1 -0
  156. data/assets/bower_components/MathJax/es5/input/tex/extensions/boldsymbol.js +1 -0
  157. data/assets/bower_components/MathJax/es5/input/tex/extensions/braket.js +1 -0
  158. data/assets/bower_components/MathJax/es5/input/tex/extensions/bussproofs.js +1 -0
  159. data/assets/bower_components/MathJax/es5/input/tex/extensions/cancel.js +1 -0
  160. data/assets/bower_components/MathJax/es5/input/tex/extensions/color.js +1 -0
  161. data/assets/bower_components/MathJax/es5/input/tex/extensions/colorV2.js +1 -0
  162. data/assets/bower_components/MathJax/es5/input/tex/extensions/configMacros.js +1 -0
  163. data/assets/bower_components/MathJax/es5/input/tex/extensions/enclose.js +1 -0
  164. data/assets/bower_components/MathJax/es5/input/tex/extensions/extpfeil.js +1 -0
  165. data/assets/bower_components/MathJax/es5/input/tex/extensions/html.js +1 -0
  166. data/assets/bower_components/MathJax/es5/input/tex/extensions/mhchem.js +1 -0
  167. data/assets/bower_components/MathJax/es5/input/tex/extensions/newcommand.js +1 -0
  168. data/assets/bower_components/MathJax/es5/input/tex/extensions/noerrors.js +1 -0
  169. data/assets/bower_components/MathJax/es5/input/tex/extensions/noundefined.js +1 -0
  170. data/assets/bower_components/MathJax/es5/input/tex/extensions/physics.js +1 -0
  171. data/assets/bower_components/MathJax/es5/input/tex/extensions/require.js +1 -0
  172. data/assets/bower_components/MathJax/es5/input/tex/extensions/tagFormat.js +1 -0
  173. data/assets/bower_components/MathJax/es5/input/tex/extensions/unicode.js +1 -0
  174. data/assets/bower_components/MathJax/es5/input/tex/extensions/verb.js +1 -0
  175. data/assets/bower_components/MathJax/es5/latest.js +1 -0
  176. data/assets/bower_components/MathJax/es5/loader.js +1 -0
  177. data/assets/bower_components/MathJax/es5/mml-chtml.js +1 -0
  178. data/assets/bower_components/MathJax/es5/mml-svg.js +1 -0
  179. data/assets/bower_components/MathJax/es5/node-main.js +1 -0
  180. data/assets/bower_components/MathJax/es5/output/chtml.js +1 -0
  181. data/assets/bower_components/MathJax/es5/output/chtml/fonts/tex.js +1 -0
  182. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_AMS-Regular.woff +0 -0
  183. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Calligraphic-Bold.woff +0 -0
  184. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Calligraphic-Regular.woff +0 -0
  185. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Fraktur-Bold.woff +0 -0
  186. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Fraktur-Regular.woff +0 -0
  187. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Main-Bold.woff +0 -0
  188. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Main-Italic.woff +0 -0
  189. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Main-Regular.woff +0 -0
  190. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Math-BoldItalic.woff +0 -0
  191. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Math-Italic.woff +0 -0
  192. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Math-Regular.woff +0 -0
  193. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_SansSerif-Bold.woff +0 -0
  194. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_SansSerif-Italic.woff +0 -0
  195. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_SansSerif-Regular.woff +0 -0
  196. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Script-Regular.woff +0 -0
  197. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Size1-Regular.woff +0 -0
  198. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Size2-Regular.woff +0 -0
  199. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Size3-Regular.woff +0 -0
  200. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Size4-Regular.woff +0 -0
  201. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Typewriter-Regular.woff +0 -0
  202. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Vector-Bold.woff +0 -0
  203. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Vector-Regular.woff +0 -0
  204. data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Zero.woff +0 -0
  205. data/assets/bower_components/MathJax/es5/output/svg.js +1 -0
  206. data/assets/bower_components/MathJax/es5/output/svg/fonts/tex.js +1 -0
  207. data/assets/bower_components/MathJax/es5/sre/mathmaps/en.js +104 -0
  208. data/assets/bower_components/MathJax/es5/sre/mathmaps/es.js +104 -0
  209. data/assets/bower_components/MathJax/es5/sre/mathmaps/fr.js +104 -0
  210. data/assets/bower_components/MathJax/es5/sre/mathmaps/mathmaps_ie.js +410 -0
  211. data/assets/bower_components/MathJax/es5/sre/mathmaps/nemeth.js +104 -0
  212. data/assets/bower_components/MathJax/es5/sre/sre_browser.js +1709 -0
  213. data/assets/bower_components/MathJax/es5/startup.js +1 -0
  214. data/assets/bower_components/MathJax/es5/tex-chtml-full.js +1 -0
  215. data/assets/bower_components/MathJax/es5/tex-chtml.js +1 -0
  216. data/assets/bower_components/MathJax/es5/tex-mml-chtml.js +1 -0
  217. data/assets/bower_components/MathJax/es5/tex-mml-svg.js +1 -0
  218. data/assets/bower_components/MathJax/es5/tex-svg-full.js +1 -0
  219. data/assets/bower_components/MathJax/es5/tex-svg.js +1 -0
  220. data/assets/bower_components/MathJax/es5/ui/menu.js +1 -0
  221. data/assets/bower_components/MathJax/package.json +59 -0
  222. data/assets/bower_components/katex/.bower.json +2 -3
  223. data/assets/css/{hydejack-7.5.2.css → hydejack-9.0.3.css} +0 -0
  224. data/assets/icomoon/fonts/icomoon.eot +0 -0
  225. data/assets/icomoon/fonts/icomoon.svg +8 -2
  226. data/assets/icomoon/fonts/icomoon.ttf +0 -0
  227. data/assets/icomoon/fonts/icomoon.woff +0 -0
  228. data/assets/icomoon/selection.json +1 -1
  229. data/assets/icomoon/style.css +31 -12
  230. data/assets/icons/favicon.ico +0 -0
  231. data/assets/icons/icon-128x128.png +0 -0
  232. data/assets/icons/icon-144x144.png +0 -0
  233. data/assets/icons/icon-152x152.png +0 -0
  234. data/assets/icons/icon-192x192.png +0 -0
  235. data/assets/icons/icon-384x384.png +0 -0
  236. data/assets/icons/icon-512x512.png +0 -0
  237. data/assets/icons/icon-72x72.png +0 -0
  238. data/assets/icons/icon-96x96.png +0 -0
  239. data/assets/img/logo.png +0 -0
  240. data/assets/img/sidebar-bg.jpg +0 -0
  241. data/assets/js/.gitkeep +0 -0
  242. data/assets/js/LEGACY-drawer-hydejack-9.0.2.js +14 -0
  243. data/assets/js/LEGACY-drawer-hydejack-9.0.3.js +14 -0
  244. data/assets/js/LEGACY-fetch-hydejack-9.0.2.js +14 -0
  245. data/assets/js/LEGACY-fetch-hydejack-9.0.3.js +14 -0
  246. data/assets/js/LEGACY-hydejack-9.0.2.js +28 -0
  247. data/assets/js/LEGACY-hydejack-9.0.2.js.map +1 -0
  248. data/assets/js/LEGACY-hydejack-9.0.3.js +28 -0
  249. data/assets/js/LEGACY-navbar-hydejack-9.0.2.js +14 -0
  250. data/assets/js/LEGACY-navbar-hydejack-9.0.3.js +14 -0
  251. data/assets/js/LEGACY-push-state-hydejack-9.0.2.js +14 -0
  252. data/assets/js/LEGACY-push-state-hydejack-9.0.2.js.map +1 -0
  253. data/assets/js/LEGACY-push-state-hydejack-9.0.3.js +14 -0
  254. data/assets/js/LEGACY-resize-observer-hydejack-9.0.2.js +14 -0
  255. data/assets/js/LEGACY-resize-observer-hydejack-9.0.3.js +14 -0
  256. data/assets/js/LEGACY-search-hydejack-9.0.2.js +14 -0
  257. data/assets/js/LEGACY-search-hydejack-9.0.3.js +14 -0
  258. data/assets/js/LEGACY-shadydom-hydejack-9.0.2.js +14 -0
  259. data/assets/js/LEGACY-shadydom-hydejack-9.0.3.js +14 -0
  260. data/assets/js/LEGACY-toc-hydejack-9.0.2.js +14 -0
  261. data/assets/js/LEGACY-toc-hydejack-9.0.3.js +14 -0
  262. data/assets/js/LEGACY-vendors~drawer-hydejack-9.0.2.js +47 -0
  263. data/assets/js/LEGACY-vendors~drawer-hydejack-9.0.3.js +47 -0
  264. data/assets/js/LEGACY-vendors~drawer~push-state-hydejack-9.0.2.js +78 -0
  265. data/assets/js/LEGACY-vendors~drawer~push-state-hydejack-9.0.2.js.map +1 -0
  266. data/assets/js/LEGACY-vendors~drawer~push-state-hydejack-9.0.3.js +215 -0
  267. data/assets/js/LEGACY-vendors~drawer~push-state~search-hydejack-9.0.2.js +151 -0
  268. data/assets/js/LEGACY-vendors~drawer~push-state~search-hydejack-9.0.3.js +151 -0
  269. data/assets/js/LEGACY-vendors~fetch-hydejack-9.0.2.js +14 -0
  270. data/assets/js/LEGACY-vendors~fetch-hydejack-9.0.3.js +14 -0
  271. data/assets/js/LEGACY-vendors~intersection-observer-hydejack-9.0.2.js +14 -0
  272. data/assets/js/LEGACY-vendors~intersection-observer-hydejack-9.0.3.js +14 -0
  273. data/assets/js/LEGACY-vendors~push-state-hydejack-9.0.2.js +33 -0
  274. data/assets/js/LEGACY-vendors~push-state-hydejack-9.0.3.js +33 -0
  275. data/assets/js/LEGACY-vendors~search-hydejack-9.0.2.js +40 -0
  276. data/assets/js/LEGACY-vendors~search-hydejack-9.0.3.js +40 -0
  277. data/assets/js/LEGACY-vendors~shadydom-hydejack-9.0.2.js +155 -0
  278. data/assets/js/LEGACY-vendors~shadydom-hydejack-9.0.3.js +155 -0
  279. data/assets/js/LEGACY-vendors~webanimations-hydejack-9.0.2.js +14 -0
  280. data/assets/js/LEGACY-vendors~webanimations-hydejack-9.0.3.js +14 -0
  281. data/assets/js/LEGACY-vendors~webcomponents-hydejack-9.0.2.js +34 -0
  282. data/assets/js/LEGACY-vendors~webcomponents-hydejack-9.0.3.js +34 -0
  283. data/assets/js/LEGACY-webcomponents-hydejack-9.0.2.js +14 -0
  284. data/assets/js/LEGACY-webcomponents-hydejack-9.0.3.js +14 -0
  285. data/assets/js/drawer-hydejack-9.0.2.js +14 -0
  286. data/assets/js/drawer-hydejack-9.0.3.js +14 -0
  287. data/assets/js/fetch-hydejack-9.0.2.js +14 -0
  288. data/assets/js/fetch-hydejack-9.0.3.js +14 -0
  289. data/assets/js/hydejack-9.0.3.js +28 -0
  290. data/assets/js/navbar-hydejack-9.0.2.js +14 -0
  291. data/assets/js/navbar-hydejack-9.0.3.js +14 -0
  292. data/assets/js/push-state-hydejack-9.0.2.js +14 -0
  293. data/assets/js/push-state-hydejack-9.0.2.js.map +1 -0
  294. data/assets/js/push-state-hydejack-9.0.3.js +14 -0
  295. data/assets/js/resize-observer-hydejack-9.0.2.js +14 -0
  296. data/assets/js/resize-observer-hydejack-9.0.3.js +14 -0
  297. data/assets/js/search-hydejack-9.0.2.js +14 -0
  298. data/assets/js/search-hydejack-9.0.3.js +14 -0
  299. data/assets/js/shadydom-hydejack-9.0.2.js +14 -0
  300. data/assets/js/shadydom-hydejack-9.0.3.js +14 -0
  301. data/assets/js/toc-hydejack-9.0.2.js +14 -0
  302. data/assets/js/toc-hydejack-9.0.3.js +14 -0
  303. data/assets/js/vendors~drawer-hydejack-9.0.2.js +47 -0
  304. data/assets/js/vendors~drawer-hydejack-9.0.3.js +47 -0
  305. data/assets/js/vendors~drawer~push-state-hydejack-9.0.2.js +53 -0
  306. data/assets/js/vendors~drawer~push-state-hydejack-9.0.2.js.map +1 -0
  307. data/assets/js/vendors~drawer~push-state-hydejack-9.0.3.js +163 -0
  308. data/assets/js/vendors~drawer~push-state~search-hydejack-9.0.2.js +124 -0
  309. data/assets/js/vendors~drawer~push-state~search-hydejack-9.0.3.js +124 -0
  310. data/assets/js/vendors~intersection-observer-hydejack-9.0.2.js +14 -0
  311. data/assets/js/vendors~intersection-observer-hydejack-9.0.3.js +14 -0
  312. data/assets/js/vendors~push-state-hydejack-9.0.2.js +33 -0
  313. data/assets/js/vendors~push-state-hydejack-9.0.3.js +33 -0
  314. data/assets/js/vendors~search-hydejack-9.0.2.js +40 -0
  315. data/assets/js/vendors~search-hydejack-9.0.3.js +40 -0
  316. data/assets/js/vendors~shadydom-hydejack-9.0.2.js +146 -0
  317. data/assets/js/vendors~shadydom-hydejack-9.0.3.js +146 -0
  318. data/assets/js/vendors~webanimations-hydejack-9.0.2.js +14 -0
  319. data/assets/js/vendors~webanimations-hydejack-9.0.3.js +14 -0
  320. data/assets/js/webcomponents-hydejack-9.0.2.js +14 -0
  321. data/assets/js/webcomponents-hydejack-9.0.3.js +14 -0
  322. data/assets/site.webmanifest +65 -0
  323. data/assets/version.json +3 -2
  324. data/licenses/PRO.md +4 -0
  325. data/licenses/README.md +1 -1
  326. data/licenses/{W3C.md → W3C-20150513.md} +0 -0
  327. metadata +236 -54
  328. data/_includes/scripts.html +0 -33
  329. data/assets/Resume.pdf +0 -0
  330. data/assets/css/hydejack-8.5.1.css +0 -3
  331. data/assets/icons/icon.png +0 -0
  332. data/assets/icons/icon@0,25x.png +0 -0
  333. data/assets/icons/icon@0,5x.png +0 -0
  334. data/assets/icons/icon@0,75x.png +0 -0
  335. data/assets/icons/icon@2x.png +0 -0
  336. data/assets/icons/icon@3x.png +0 -0
  337. data/assets/icons/tile-large.png +0 -0
  338. data/assets/icons/tile-medium.png +0 -0
  339. data/assets/icons/tile-small.png +0 -0
  340. data/assets/icons/tile-wide.png +0 -0
  341. data/assets/ieconfig.xml +0 -15
  342. data/assets/img/blog/COLOURlovers.com-Hydejack.png +0 -0
  343. data/assets/img/blog/blog-layout.jpg +0 -0
  344. data/assets/img/blog/caleb-george-old.jpg +0 -0
  345. data/assets/img/blog/caleb-george.jpg +0 -0
  346. data/assets/img/blog/cover-page.jpg +0 -0
  347. data/assets/img/blog/dark-mode-ii.jpg +0 -0
  348. data/assets/img/blog/dark-mode.jpg +0 -0
  349. data/assets/img/blog/example-content-ii.jpg +0 -0
  350. data/assets/img/blog/example-content-iii.jpg +0 -0
  351. data/assets/img/blog/hydejack-8.png +0 -0
  352. data/assets/img/blog/hydejack-8@0,25x.png +0 -0
  353. data/assets/img/blog/hydejack-8@0,5x.png +0 -0
  354. data/assets/img/blog/lazy-images.jpg +0 -0
  355. data/assets/img/blog/louis-hansel.jpg +0 -0
  356. data/assets/img/blog/resume.png +0 -0
  357. data/assets/img/blog/steve-harvey.jpg +0 -0
  358. data/assets/img/blog/w3m.png +0 -0
  359. data/assets/img/blog/wade-lambert.jpg +0 -0
  360. data/assets/img/docs/google-fonts.png +0 -0
  361. data/assets/img/projects/hy-drawer.svg +0 -12
  362. data/assets/img/projects/hy-img.svg +0 -17
  363. data/assets/img/projects/hy-push-state.svg +0 -13
  364. data/assets/js/hydejack-8.5.1.js +0 -161
  365. data/assets/js/hydejack-legacy-8.5.1.js +0 -190
  366. data/assets/manifest.json +0 -46
  367. data/assets/video/blog-layout.mp4 +0 -0
  368. data/assets/video/cover-page.mp4 +0 -0
  369. data/assets/video/dark-mode.mp4 +0 -0
  370. data/assets/video/lazy-images.mp4 +0 -0
@@ -20,13 +20,15 @@ layout: base
20
20
  {% assign plugins = site.plugins | default:site.gems %}
21
21
 
22
22
  {% if plugins contains 'jekyll-paginate' %}
23
- {% for post in paginator.posts %}
24
- {% include components/post.html post=post no_link_title=page.no_link_title no_excerpt=page.no_excerpt hide_image=page.hide_image %}
25
- {% endfor %}
23
+ {% assign posts = paginator.posts %}
24
+ {% else %}
25
+ {% assign posts = site.categories[page.slug] | default:site.tags[page.slug] | default:site.posts %}
26
+ {% endif %}
27
+
28
+ {% for post in posts %}
29
+ {% include_cached components/post.html post=post no_link_title=page.no_link_title no_excerpt=page.no_excerpt hide_image=page.hide_image %}
30
+ {% endfor %}
26
31
 
32
+ {% if plugins contains 'jekyll-paginate' %}
27
33
  {% include components/pagination.html %}
28
- {% else %}
29
- {% capture text %}To use this layout, include the `jekyll-paginate` plugin in your `Gemfile` and your `_config.yml` under `plugins`.
30
- For more, see [Jekyll Pagination](https://jekyllrb.com/docs/pagination/).{% endcapture %}
31
- {% include components/message.html text=text %}
32
34
  {% endif %}
@@ -10,6 +10,6 @@
10
10
  /\___/ \ \____/
11
11
  \/__/ \/___/
12
12
 
13
- Powered by Hydejack v8.5.1 <https://hydejack.com/>
13
+ Powered by Hydejack v9.0.3 <https://hydejack.com/>
14
14
  -->{% capture _LINE_FEED %}
15
15
  {% endcapture %}{% if site.compress_html.ignore.envs contains jekyll.environment %}{{ content }}{% else %}{% capture _content %}{{ content }}{% endcapture %}{% assign _profile = site.compress_html.profile %}{% if site.compress_html.endings == "all" %}{% assign _endings = "html head body li dt dd p rt rp optgroup option colgroup caption thead tbody tfoot tr td th" | split: " " %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}</{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if _profile and _endings %}{% assign _profile_endings = _content | size | plus: 1 %}{% endif %}{% for _element in site.compress_html.startings %}{% capture _start %}<{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _start %}{% endfor %}{% if _profile and site.compress_html.startings %}{% assign _profile_startings = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.comments == "all" %}{% assign _comments = "<!-- -->" | split: " " %}{% else %}{% assign _comments = site.compress_html.comments %}{% endif %}{% if _comments.size == 2 %}{% capture _comment_befores %}.{{ _content }}{% endcapture %}{% assign _comment_befores = _comment_befores | split: _comments.first %}{% for _comment_before in _comment_befores %}{% if forloop.first %}{% continue %}{% endif %}{% capture _comment_outside %}{% if _carry %}{{ _comments.first }}{% endif %}{{ _comment_before }}{% endcapture %}{% capture _comment %}{% unless _carry %}{{ _comments.first }}{% endunless %}{{ _comment_outside | split: _comments.last | first }}{% if _comment_outside contains _comments.last %}{{ _comments.last }}{% assign _carry = false %}{% else %}{% assign _carry = true %}{% endif %}{% endcapture %}{% assign _content = _content | remove_first: _comment %}{% endfor %}{% if _profile %}{% assign _profile_comments = _content | size | plus: 1 %}{% endif %}{% endif %}{% assign _pre_befores = _content | split: "<pre" %}{% assign _content = "" %}{% for _pre_before in _pre_befores %}{% assign _pres = _pre_before | split: "</pre>" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "</pre>" %}<pre{{ _pres.first }}</pre>{% endif %}{% unless _pre_before contains "</pre>" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " <e;<e; </e>;</e>;</e> ;</e>" | replace: "e", _element | split: ";" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{% if _profile and _clippings %}{% assign _profile_clippings = _content | size | plus: 1 %}{% endif %}{{ _content }}{% if _profile %} <table id="compress_html_profile_{{ site.time | date: "%Y%m%d" }}" class="compress_html_profile"> <thead> <tr> <td>Step <td>Bytes <tbody> <tr> <td>raw <td>{{ content | size }}{% if _profile_endings %} <tr> <td>endings <td>{{ _profile_endings }}{% endif %}{% if _profile_startings %} <tr> <td>startings <td>{{ _profile_startings }}{% endif %}{% if _profile_comments %} <tr> <td>comments <td>{{ _profile_comments }}{% endif %}{% if _profile_collapse %} <tr> <td>collapse <td>{{ _profile_collapse }}{% endif %}{% if _profile_clippings %} <tr> <td>clippings <td>{{ _profile_clippings }}{% endif %} </table>{% endif %}{% endif %}</html>
@@ -27,20 +27,20 @@ layout: base
27
27
 
28
28
  {{ content }}
29
29
 
30
- <hr class="dingbat"/>
30
+ <hr class="dingbat related"/>
31
31
 
32
32
  {% if site.posts.size > 0 %}
33
- <h2 class="hr">{{ strings.posts | default:"Posts" }}</h2>
33
+ <h2 class="hr-bottom">{{ strings.posts | default:"Posts" }}</h2>
34
34
  <ul class="related-posts">
35
35
  {% for post in site.posts limit:5 %}
36
- {% include components/post-list-item.html post=post %}
36
+ {% include_cached components/post-list-item.html post=post %}
37
37
  {% endfor %}
38
38
  </ul>
39
39
  {% endif %}
40
40
 
41
41
  {% assign pages = site.html_pages | where:"layout","page" | where_exp:"page","page.sitemap != false" %}
42
42
  {% if pages.size > 0 %}
43
- <h2 class="hr">{{ strings.pages | default:"Pages" }}</h2>
43
+ <h2 class="hr-bottom">{{ strings.pages | default:"Pages" }}</h2>
44
44
  <ul class="related-posts">
45
45
  {% for page in pages limit:5 %}
46
46
  {% if page.layout == 'page' %}
@@ -14,33 +14,27 @@
14
14
  # You should have received a copy of the GNU General Public License
15
15
  # along with this program. If not, see <http://www.gnu.org/licenses/>.
16
16
 
17
- layout: base
17
+ layout: page
18
18
  ---
19
19
 
20
- {% assign posts = site.categories[page.slug] | default:site.tags[page.slug] | default:site.posts %}
21
-
22
- {% if page.title.size > 0 %}
23
- <header>
24
- <h1 class="page-title">{{ page.title }}</h1>
25
- {% include components/message.html text=page.description hide=page.hide_description %}
26
- </header>
27
- <hr class="sr-only"/>
28
- {% endif %}
29
-
30
20
  {{ content }}
31
21
 
22
+ {% assign posts = site.categories[page.slug] | default:site.tags[page.slug] | default:site.posts %}
23
+
32
24
  {% assign date_formats = site.data.strings.date_formats %}
33
25
  {% assign list_group_by = date_formats.list_group_by | default:"%Y" %}
34
26
  {% assign list_entry = date_formats.list_entry | default:"%d %b" %}
35
27
 
28
+ {% assign prev_date = 0 %}
29
+ {% if page.no_groups %}<ul class="related-posts">{% endif %}
36
30
  {% for post in posts %}
37
- {% assign currentdate = post.date | date:list_group_by %}
38
- {% if currentdate != date %}
31
+ {% assign current_date = post.date | date:list_group_by %}
32
+ {% unless page.no_groups %}{% if current_date != prev_date %}
39
33
  {% unless forloop.first %}</ul>{% endunless %}
40
- <h2 id="{{ list_group_by | slugify }}-{{ currentdate | slugify }}" class="hr">{{ currentdate }}</h2>
34
+ <h2 id="{{ list_group_by | slugify }}-{{ current_date | slugify }}" class="hr-bottom">{{ current_date }}</h2>
41
35
  <ul class="related-posts">
42
- {% assign date = currentdate %}
43
- {% endif %}
44
- {% include components/post-list-item.html post=post format=list_entry %}
36
+ {% assign prev_date = current_date %}
37
+ {% endif %}{% endunless %}
38
+ {% include_cached components/post-list-item.html post=post format=list_entry %}
45
39
  {% if forloop.last %}</ul>{% endif %}
46
40
  {% endfor %}
@@ -24,4 +24,5 @@ layout: base
24
24
  </header>
25
25
 
26
26
  {{ content }}
27
+ {% include body/comments.html %}
27
28
  </article>
@@ -17,7 +17,7 @@
17
17
  layout: base
18
18
  ---
19
19
 
20
- {% include components/post.html post=page no_link_title=true no_excerpt=true hide_image=page.hide_image %}
20
+ {% include_cached components/post.html post=page no_link_title=true no_excerpt=true hide_image=page.hide_image hide_description=page.hide_description %}
21
21
 
22
22
  <hr class="dingbat related" />
23
23
 
@@ -26,9 +26,11 @@ layout: base
26
26
  {% for addon in addons %}
27
27
  {% case addon %}
28
28
  {% when 'about' %}
29
- {% include components/about.html %}
29
+ {% include_cached components/about.html author=page.author %}
30
30
  {% when 'related' %}
31
- {% include components/related-posts.html post=post %}
31
+ {% include if-non-null try="components/related-posts.html" %}
32
+ {% when 'comments' %}
33
+ {% include body/comments.html %}
32
34
  {% else %}
33
35
  {% endcase %}
34
36
  {% endfor %}
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
1
+ // Copyright (c) 2019 Florian Klampfer <https://qwtel.com/>
2
2
  //
3
3
  // This program is free software: you can redistribute it and/or modify
4
4
  // it under the terms of the GNU General Public License as published by
@@ -13,22 +13,6 @@
13
13
  // You should have received a copy of the GNU General Public License
14
14
  // along with this program. If not, see <http://www.gnu.org/licenses/>.
15
15
 
16
- body {
17
- --code-font-family: #{$code-font-family};
18
-
19
- --font-weight: #{$font-weight};
20
- --font-weight-bold: #{$font-weight-bold};
21
- --font-weight-heading: #{$font-weight-heading};
22
-
23
- --text-muted: #{$gray};
24
- --gray-bg: #{$gray-bg};
25
- --gray-text: #{$gray-text};
26
- --menu-text: #{$menu-text};
27
- --body-color: #{$body-color};
28
- --body-bg: #{$body-bg};
29
- --border-color: #{$border-color};
30
- }
31
-
32
16
  @mixin aspect-ratio($width, $height) {
33
17
  position: relative;
34
18
 
@@ -55,9 +39,11 @@ body {
55
39
  }
56
40
 
57
41
  .color-transition {
58
- transition: background-color 1s ease, border-color 1s ease;
42
+ transition: none;
59
43
  }
60
44
 
61
- .no-color-transition {
62
- transition: none!important;
63
- }
45
+ @mixin fallback-image() {
46
+ background-position: center;
47
+ background-repeat: no-repeat;
48
+ background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTYwIiBoZWlnaHQ9IjkwIiB2aWV3Qm94PSIwIDAgMTYwIDkwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxnIHRyYW5zZm9ybT0ibWF0cml4KDAuMDQ4ODI4LCAwLCAwLCAwLjA0Nzk5MSwgNTQuOTk5OTczLCAyMC40MjgxNDgpIj4KICAgIDxwYXRoIGQ9Ik05NTkuODg0IDEyOGMwLjA0MCAwLjAzNCAwLjA4MiAwLjA3NiAwLjExNiAwLjExNnY3NjcuNzdjLTAuMDM0IDAuMDQwLTAuMDc2IDAuMDgyLTAuMTE2IDAuMTE2aC04OTUuNzdjLTAuMDQwLTAuMDM0LTAuMDgyLTAuMDc2LTAuMTE0LTAuMTE2di03NjcuNzcyYzAuMDM0LTAuMDQwIDAuMDc2LTAuMDgyIDAuMTE0LTAuMTE0aDg5NS43N3pNOTYwIDY0aC04OTZjLTM1LjIgMC02NCAyOC44LTY0IDY0djc2OGMwIDM1LjIgMjguOCA2NCA2NCA2NGg4OTZjMzUuMiAwIDY0LTI4LjggNjQtNjR2LTc2OGMwLTM1LjItMjguOC02NC02NC02NHYweiIgc3R5bGU9ImZpbGw6IHJnYigyMjEsIDIyMSwgMjIxKTsiLz4KICAgIDxwYXRoIGQ9Ik04MzIgMjg4YzAgNTMuMDIwLTQyLjk4IDk2LTk2IDk2cy05Ni00Mi45OC05Ni05NiA0Mi45OC05NiA5Ni05NiA5NiA0Mi45OCA5NiA5NnoiIHN0eWxlPSJmaWxsOiByZ2IoMjIxLCAyMjEsIDIyMSk7Ii8+CiAgICA8cGF0aCBkPSJNODk2IDgzMmgtNzY4di0xMjhsMjI0LTM4NCAyNTYgMzIwaDY0bDIyNC0xOTJ6IiBzdHlsZT0iZmlsbDogcmdiKDIyMSwgMjIxLCAyMjEpOyIvPgogIDwvZz4KPC9zdmc+');
49
+ }
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
1
+ // Copyright (c) 2019 Florian Klampfer <https://qwtel.com/>
2
2
  //
3
3
  // This program is free software: you can redistribute it and/or modify
4
4
  // it under the terms of the GNU General Public License as published by
@@ -1,131 +1,143 @@
1
- .highlight,
2
- pre.highlight {
3
- // background: #fafafa;
4
- color: #383a42;
5
- }
6
- .highlight pre {
7
- // background: #fafafa;
8
- }
9
- .highlight .ge {
10
- font-style: italic;
11
- }
12
- .highlight .gs {
13
- font-weight: 700;
14
- }
15
- .highlight .ow {
16
- font-weight: 700;
17
- }
18
- .highlight .n,
19
- .highlight .nf,
20
- .highlight .nn,
21
- .highlight .o,
22
- .highlight .p {
23
- color: #383a42;
24
- }
25
- .highlight .c,
26
- .highlight .c1,
27
- .highlight .cm,
28
- .highlight .cp,
29
- .highlight .cs {
30
- color: #a0a1a7;
31
- font-style: italic;
32
- }
33
- .highlight .sr,
34
- .highlight .ss {
35
- color: #0184bc;
36
- }
37
- .highlight .k,
38
- .highlight .kc,
39
- .highlight .kd,
40
- .highlight .kn,
41
- .highlight .kp,
42
- .highlight .kr,
43
- .highlight .kt {
44
- color: #a626a4;
45
- }
46
- .highlight .l,
47
- .highlight .ld,
48
- .highlight .s,
49
- .highlight .s1,
50
- .highlight .s2,
51
- .highlight .sb,
52
- .highlight .sc,
53
- .highlight .sd,
54
- .highlight .se,
55
- .highlight .sh,
56
- .highlight .si,
57
- .highlight .sx {
58
- color: #50a14f;
59
- }
60
- .highlight .nt,
61
- .highlight .nx,
62
- .highlight .vi {
63
- color: #e45649;
64
- }
65
- .highlight .il,
66
- .highlight .m,
67
- .highlight .mf,
68
- .highlight .mh,
69
- .highlight .mi,
70
- .highlight .mo,
71
- .highlight .na {
72
- color: #986801;
73
- }
74
- .highlight .bp,
75
- .highlight .nb,
76
- .highlight .nc,
77
- .highlight .nd,
78
- .highlight .ne,
79
- .highlight .ni,
80
- .highlight .nl,
81
- .highlight .no,
82
- .highlight .nv,
83
- .highlight .py,
84
- .highlight .vc,
85
- .highlight .vg {
86
- color: #c18401;
87
- }
88
- // .highlight .err {
89
- // color: #fff;
90
- // background-color: #ff1414;
91
- // }
92
- .highlight .gd {
93
- color: #ff1414;
94
- }
95
- .highlight .gi {
96
- color: #2db448;
97
- }
98
- .highlight .w {
99
- color: #f8f8f2;
100
- }
101
- .highlight .cpf {
102
- color: navy;
103
- }
104
- .highlight .gu {
105
- color: #75715e;
106
- }
107
- .highlight .lineno {
108
- color: #9d9d9f;
109
- user-select: none;
110
- }
111
- .highlight .ln {
112
- color: #9d9d9f;
113
- user-select: none;
114
- }
115
- .highlight .ln:after {
116
- content: " ";
117
- }
118
- .highlight .hll {
119
- color: #383a42;
120
- background-color: #e5e5e6;
121
- }
122
- .highlight .hl {
123
- color: #383a42;
124
- background-color: #e5e5e6;
125
- }
126
- .highlight .language-json .w + .s2 {
127
- color: #e45649;
128
- }
129
- .highlight .language-json .kc {
130
- color: #0184bc;
1
+ @mixin lightmode-syntax() {
2
+ .highlight,
3
+ pre.highlight {
4
+ // background: #fafafa;
5
+ color: #383a42;
6
+ }
7
+ // .highlight pre {
8
+ // background: #fafafa;
9
+ // }
10
+ .highlight .ge {
11
+ font-style: italic;
12
+ }
13
+ .highlight .gs {
14
+ font-weight: 700;
15
+ }
16
+ .highlight .ow {
17
+ font-weight: 700;
18
+ }
19
+ .highlight .n,
20
+ .highlight .nf,
21
+ .highlight .nn,
22
+ .highlight .o,
23
+ .highlight .p {
24
+ color: #383a42;
25
+ }
26
+ .highlight .c,
27
+ .highlight .c1,
28
+ .highlight .cm,
29
+ .highlight .cp,
30
+ .highlight .cs {
31
+ color: #a0a1a7;
32
+ font-style: italic;
33
+ }
34
+ .highlight .sr,
35
+ .highlight .ss {
36
+ color: #0184bc;
37
+ }
38
+ .highlight .k,
39
+ .highlight .kc,
40
+ .highlight .kd,
41
+ .highlight .kn,
42
+ .highlight .kp,
43
+ .highlight .kr,
44
+ .highlight .kt {
45
+ color: #a626a4;
46
+ }
47
+ .highlight .l,
48
+ .highlight .ld,
49
+ .highlight .s,
50
+ .highlight .s1,
51
+ .highlight .s2,
52
+ .highlight .sb,
53
+ .highlight .sc,
54
+ .highlight .sd,
55
+ .highlight .se,
56
+ .highlight .sh,
57
+ .highlight .si,
58
+ .highlight .sx {
59
+ color: #50a14f;
60
+ }
61
+ .highlight .nt,
62
+ .highlight .nx,
63
+ .highlight .vi {
64
+ color: #e45649;
65
+ }
66
+ .highlight .il,
67
+ .highlight .m,
68
+ .highlight .mf,
69
+ .highlight .mh,
70
+ .highlight .mi,
71
+ .highlight .mo,
72
+ .highlight .na {
73
+ color: #986801;
74
+ }
75
+ .highlight .bp,
76
+ .highlight .nb,
77
+ .highlight .nc,
78
+ .highlight .nd,
79
+ .highlight .ne,
80
+ .highlight .ni,
81
+ .highlight .nl,
82
+ .highlight .no,
83
+ .highlight .nv,
84
+ .highlight .py,
85
+ .highlight .vc,
86
+ .highlight .vg {
87
+ color: #c18401;
88
+ }
89
+ // .highlight .err {
90
+ // color: #fff;
91
+ // background-color: #ff1414;
92
+ // }
93
+ .highlight .gd {
94
+ color: #ff1414;
95
+ }
96
+ .highlight .gi {
97
+ color: #2db448;
98
+ }
99
+ .highlight .w {
100
+ color: #f8f8f2;
101
+ }
102
+ .highlight .cpf {
103
+ color: navy;
104
+ }
105
+ .highlight .gu {
106
+ color: #75715e;
107
+ }
108
+ .highlight .lineno {
109
+ color: #9d9d9f;
110
+ user-select: none;
111
+ }
112
+ .highlight .ln {
113
+ color: #9d9d9f;
114
+ user-select: none;
115
+ }
116
+ .highlight .ln:after {
117
+ content: " ";
118
+ }
119
+ .highlight .hll {
120
+ color: #383a42;
121
+ background-color: #e5e5e6;
122
+ }
123
+ .highlight .hl {
124
+ color: #383a42;
125
+ background-color: #e5e5e6;
126
+ }
127
+ .highlight .language-json .w + .s2 {
128
+ color: #e45649;
129
+ }
130
+ .highlight .language-json .kc {
131
+ color: #0184bc;
132
+ }
133
+ }
134
+
135
+ body {
136
+ @include lightmode-syntax();
137
+ }
138
+
139
+ @media screen {
140
+ body.light-mode {
141
+ @include lightmode-syntax();
142
+ }
131
143
  }