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
@@ -16,7 +16,7 @@
16
16
  // <<< link
17
17
  .read-more {
18
18
  @extend .faded;
19
- margin-top: 2rem;
19
+ margin-top: 1.5rem;
20
20
  margin-bottom: 3rem;
21
21
 
22
22
  &::after {
@@ -13,20 +13,13 @@
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
+ // <<<<< LINK
16
17
  table:not(.highlight) {
17
- // <<< inline
18
+ @extend .figure-base;
18
19
  border-collapse: collapse;
19
- margin-bottom: 2rem;
20
- margin-left: -1rem;
21
- // >>>
22
-
23
- // <<< link
24
20
  display: block;
25
- overflow-x: auto;
26
- -webkit-overflow-scrolling: touch;
27
- // >>>
21
+ margin-bottom: 1rem;
28
22
 
29
- // <<< inline
30
23
  td, th {
31
24
  @extend .color-transition;
32
25
  padding: .25rem .5rem;
@@ -40,9 +33,7 @@ table:not(.highlight) {
40
33
  padding-right: 1rem;
41
34
  }
42
35
  }
43
- // >>>
44
36
 
45
- // <<< link
46
37
  thead {
47
38
  @extend .color-transition;
48
39
  background-color: var(--body-bg);
@@ -66,14 +57,6 @@ table:not(.highlight) {
66
57
  @extend .color-transition;
67
58
  background-color: var(--gray-bg);
68
59
  }
69
- // >>>
70
- }
71
-
72
- // <<<<< LINK
73
- @media print {
74
- table:not(.highlight) {
75
- width: 100%!important;
76
- }
77
60
  }
78
61
 
79
62
  // CSS only Responsive Tables
@@ -158,6 +141,10 @@ table.stretch-table {
158
141
  display: table;
159
142
  width: 100% !important;
160
143
  width: calc(100% + 2rem) !important;
144
+ @media screen and (max-width: $break-point-4) {
145
+ display: block!important;
146
+ @include scroll-table();
147
+ }
161
148
  }
162
149
 
163
150
  table.scroll-table {
@@ -177,4 +164,10 @@ table.flip-table {
177
164
  @include flip-table();
178
165
  }
179
166
  }
167
+
168
+ @media print {
169
+ table:not(.highlight) {
170
+ width: 100%!important;
171
+ }
172
+ }
180
173
  // >>>>> LINK
@@ -13,30 +13,88 @@
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
- // <<<<< INLINE
17
- h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
16
+ .heading {
17
+ font-family: var(--font-family-heading);
18
18
  font-weight: var(--font-weight-heading);
19
- margin: 5rem 0 1rem;
20
19
  }
21
20
 
22
- h1, .h1 {
21
+ .f1 {
22
+ @extend .heading;
23
23
  font-size: 2rem;
24
24
  line-height: 1.3;
25
25
  }
26
26
 
27
- h2, .h2 {
27
+ .f2 {
28
+ @extend .heading;
28
29
  font-size: 1.5rem;
29
30
  line-height: 1.4;
30
31
  }
31
32
 
32
- h3, .h3 {
33
- font-size: 1.17em;
33
+ .f3 {
34
+ @extend .heading;
35
+ font-size: 1.2em;
34
36
  line-height: 1.5;
35
37
  }
36
38
 
37
- h4, h5, h6, .h4, .h5, .h6 {
39
+ .f4 {
40
+ @extend .heading;
41
+ font-size: 1.08rem;
42
+ }
43
+
44
+ .f5 {
45
+ @extend .heading;
46
+ font-size: 1.04rem;
47
+ }
48
+
49
+ .f6 {
50
+ @extend .heading;
38
51
  font-size: 1rem;
39
- margin-bottom: 0.5rem;
52
+ }
53
+
54
+ // <<< INLINE
55
+ h1, .h1 { @extend .f1; }
56
+ h2, .h2 { @extend .f2; }
57
+ h3, .h3 { @extend .f3; }
58
+ h4, .h4 { @extend .f4; }
59
+ h5, .h5 { @extend .f5; }
60
+ h6, .h6 { @extend .f6; }
61
+
62
+ .content {
63
+ h1, .h1 {
64
+ > a { text-decoration: none; border-bottom: none; }
65
+ @media screen and (max-width: $break-point-1) {
66
+ font-size: 1.7rem;
67
+ line-height: 1.35;
68
+ }
69
+ @media screen and (min-width: $break-point-5) {
70
+ font-size: 2.4rem;
71
+ line-height: 1.25;
72
+ }
73
+ }
74
+ }
75
+
76
+ body:not(.no-large-headings) {
77
+ .content {
78
+ h1, .h1 {
79
+ @media screen and (min-width: $break-point-dynamic) {
80
+ width: calc(100% + 50vw - 32rem);
81
+ font-size: 3rem;
82
+ line-height: 1.2;
83
+ }
84
+ @media screen and (min-width: $break-point-font-large) {
85
+ font-size: 4rem;
86
+ line-height: 1.1;
87
+ }
88
+ }
89
+ }
90
+ }
91
+
92
+ h1, h2, h3, .h1, .h2, .h3 {
93
+ margin: 3rem 0 1rem;
94
+ }
95
+
96
+ h4, h5, h6, .h4, .h5, .h6 {
97
+ margin: 2rem 0 .5rem;
40
98
  }
41
99
 
42
100
  p {
@@ -60,20 +118,28 @@ ul, ol {
60
118
  padding-left: 1.25rem;
61
119
  }
62
120
 
63
- hr {
121
+ hr, .hr {
64
122
  @extend .color-transition;
65
- position: relative;
66
- margin: 3rem 0;
67
123
  border: 0;
124
+ margin: 1rem 0;
68
125
  border-top: 1px solid var(--border-color);
69
126
  }
70
127
 
71
- .hr {
128
+ .hr-after::after {
129
+ @extend .color-transition;
130
+ content: "";
131
+ display: block;
132
+ margin: 1rem 0;
133
+ border-top: 1px solid var(--border-color);
134
+ }
135
+
136
+ .hr-bottom {
72
137
  @extend .color-transition;
73
138
  border-bottom: 1px solid var(--border-color);
74
- padding-bottom: 1rem;
75
- margin-bottom: 2rem;
139
+ padding-bottom: .75rem;
140
+ margin-bottom: 1rem;
76
141
  }
142
+
77
143
  // >>>>>
78
144
 
79
145
  // <<<<< LINK
@@ -93,6 +159,11 @@ dt, strong {
93
159
  font-weight: var(--font-weight-bold);
94
160
  }
95
161
 
162
+ dt:after{
163
+ content: " :";
164
+ color: var(--menu-text);
165
+ }
166
+
96
167
  dd {
97
168
  margin-bottom: .5rem;
98
169
  }
@@ -112,7 +183,7 @@ blockquote {
112
183
  @extend .color-transition;
113
184
  padding: .5rem 1rem;
114
185
  margin: .8rem 0;
115
- color: var(--text-muted);
186
+ color: var(--gray);
116
187
  border-left: .25rem solid var(--border-color);
117
188
 
118
189
  &.lead {
@@ -132,12 +203,12 @@ blockquote {
132
203
  }
133
204
 
134
205
  .fine {
135
- font-size: .83em;
206
+ font-size: smaller;
136
207
  }
137
208
 
138
209
  .faded {
139
210
  @extend .color-transition;
140
- color: var(--text-muted);
211
+ color: var(--gray);
141
212
  }
142
213
 
143
214
  .centered {
@@ -149,22 +220,9 @@ h1[id], h2[id], h3[id], h4[id], h5[id], h6[id] {
149
220
  position: relative;
150
221
 
151
222
  > .permalink {
152
- @media screen {
153
- border-bottom: none;
154
- opacity: 0;
155
- width: 1.5rem;
156
- text-align: center;
157
- float: right;
158
- transition: opacity 400ms;
159
- will-change: opacity;
160
- }
161
-
162
- @media screen and (min-width: $break-point-1 + 2em) {
163
- float: none;
164
- position: absolute;
165
- top: 0;
166
- left: -1.75rem;
167
- }
223
+ text-decoration: none;
224
+ opacity: 0;
225
+ transition: opacity 400ms;
168
226
 
169
227
  @media print {
170
228
  display: none;
@@ -182,6 +240,13 @@ h1[id], h2[id], h3[id], h4[id], h5[id], h6[id] {
182
240
  }
183
241
  }
184
242
 
243
+ .content-hash::before {
244
+ content: '#'
245
+ }
246
+ .content-json::before {
247
+ content: '{}'
248
+ }
249
+
185
250
  @media print {
186
251
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, dt {
187
252
  page-break-inside: avoid;
@@ -190,4 +255,4 @@ h1[id], h2[id], h3[id], h4[id], h5[id], h6[id] {
190
255
  break-after: avoid-page;
191
256
  }
192
257
  }
193
- // >>>>> LINK
258
+ // >>> LINK
@@ -0,0 +1,28 @@
1
+ {
2
+ "name": "MathJax",
3
+ "main": "./MathJax.js",
4
+ "homepage": "http://www.mathjax.org/",
5
+ "ignore": [
6
+ "**/.*",
7
+ "node_modules",
8
+ "components"
9
+ ],
10
+ "keywords": [
11
+ "math",
12
+ "js",
13
+ "LaTeX",
14
+ "MathML",
15
+ "AsciiMath"
16
+ ],
17
+ "version": "3.0.5",
18
+ "_release": "3.0.5",
19
+ "_resolution": {
20
+ "type": "version",
21
+ "tag": "3.0.5",
22
+ "commit": "c029529e100f07dcbfe46a6e4a682668ee139266"
23
+ },
24
+ "_source": "https://github.com/mathjax/MathJax.git",
25
+ "_target": "^3.0.5",
26
+ "_originalSource": "MathJax",
27
+ "_direct": true
28
+ }
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.