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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 14ae79ee66670635409eba84a535db8f79b8b2a6
4
- data.tar.gz: 9a3b873623604cd3704c4c824bf7de34c81bdb73
2
+ SHA256:
3
+ metadata.gz: a1f360e0db32efa5834ce6c9450626f6da3b2a626bd17448eafb927a2800a9e6
4
+ data.tar.gz: 752c90e926d169db9b4b9e5f1a4b7b9911bf70a17fb2e08f3e5ac7cdad22404d
5
5
  SHA512:
6
- metadata.gz: d3dc5de70e4c72a09628a22cb09b223d46218a98def21376a34bcd7b3355cbce54e7b9de9e527cb991e1b338d0b940f456e759d2300195358aa81c2d7b2a8af1
7
- data.tar.gz: 86c01bfd59c396ec8352c1589cdcf5dabb9cd0c1a2c295c5822762c3ecb59cdaea391062ae2074f300459c8612bdf0ee452528472927d5548c312708001086ac
6
+ metadata.gz: 5d6faab67f01c2ebcc14d888ff581ac6db9bedace0c8bed1c667a68aece4f2383e0684832a29a6e5e30aa0ca80e85aa29f45042db0b278f44fc8885c624077f7
7
+ data.tar.gz: 7a00b9011c744e89b49027f6d9d26a15b40f901c0713533b7708029a74d44374c7db07698def365d8a16c82b9f7401e39364f58e80fecf6723e64973ba05053b
data/LICENSE.md CHANGED
@@ -1,7 +1,13 @@
1
+
2
+
1
3
  # LICENSE
2
4
 
5
+
6
+
7
+
3
8
  ## GNU GENERAL PUBLIC LICENSE
4
9
 
10
+
5
11
  Version 3, 29 June 2007
6
12
 
7
13
  Copyright (C) 2007 Free Software Foundation, Inc.
@@ -219,7 +225,7 @@ produce it from the Program, in the form of source code under the
219
225
  terms of section 4, provided that you also meet all of these
220
226
  conditions:
221
227
 
222
- {:style="list-style-type:lower-latin"}
228
+
223
229
  1. The work must carry prominent notices stating that you modified
224
230
  it, and giving a relevant date.
225
231
  2. The work must carry prominent notices stating that it is
@@ -255,7 +261,7 @@ sections 4 and 5, provided that you also convey the machine-readable
255
261
  Corresponding Source under the terms of this License, in one of these
256
262
  ways:
257
263
 
258
- {:style="list-style-type:lower-latin"}
264
+
259
265
  1. Convey the object code in, or embodied in, a physical product
260
266
  (including a physical distribution medium), accompanied by the
261
267
  Corresponding Source fixed on a durable physical medium
@@ -367,7 +373,7 @@ Notwithstanding any other provision of this License, for material you
367
373
  add to a covered work, you may (if authorized by the copyright holders
368
374
  of that material) supplement the terms of this License with terms:
369
375
 
370
- {:style="list-style-type:lower-latin"}
376
+
371
377
  1. Disclaiming warranty or limiting liability differently from the
372
378
  terms of sections 15 and 16 of this License; or
373
379
  2. Requiring preservation of specified reasonable legal notices or
@@ -0,0 +1,289 @@
1
+
2
+
3
+ # NOTICE
4
+
5
+
6
+
7
+
8
+ Copyright (c) 2020 Florian Klampfer <https://qwtel.com/>
9
+
10
+ This program is free software: you can redistribute it and/or modify
11
+ it under the terms of the GNU General Public License as published by
12
+ the Free Software Foundation, either version 3 of the License, or
13
+ (at your option) any later version.
14
+
15
+ This program is distributed in the hope that it will be useful,
16
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
17
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
+ GNU General Public License for more details.
19
+
20
+ You should have received a copy of the GNU General Public License
21
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
22
+
23
+
24
+ ## Attributions
25
+ Appropriate credit as per Creative Commons licenses.
26
+
27
+ | Work | License | Changes
28
+ |:-------------------------------------------------------|:---------------|:-
29
+ | Photo by [Jeremy Bishop][jb] | [Unsplash] | Liquify filter, blur
30
+ | Photo by [Caleb George][cg] | [Unsplash] | Liquify filter, patch tool, blur
31
+ | [IcoMoon Icons Free Version][11] by [Keyamoon][12] | [CC-BY-SA-4.0] | None
32
+ | [Touch-161562.svg][41] | [CC0-1.0] | Composition
33
+
34
+ [jb]: https://unsplash.com/photos/1braZySlEKA
35
+ [cg]: https://unsplash.com/photos/AtvuPUenaeI
36
+ [11]: https://icomoon.io/#icons-icomoon
37
+ [12]: http://keyamoon.com/
38
+ [41]: https://commons.wikimedia.org/wiki/File:Touch-161562.svg
39
+
40
+
41
+ ## Licenses
42
+ Parts of this software are provided under separate licenses.
43
+
44
+ ### Hyde
45
+ This software also uses portions of the
46
+ `poole/hyde`
47
+ project, which is [MIT] licensed with the following copyright:
48
+
49
+ > Copyright (c) 2013 Mark Otto.
50
+
51
+
52
+ ### hy-drawer
53
+ This software also uses portions of the
54
+ `hydecorp/hy-drawer`
55
+ project, which is [GPL-3.0] licensed with the following copyright:
56
+
57
+ > Copyright (c) 2018 Florian Klampfer <https://qwtel.com/>
58
+
59
+
60
+ ### hy-push-state
61
+ This software also uses portions of the
62
+ `hydecorp/hy-push-state`
63
+ project, which is [GPL-3.0] licensed with the following copyright:
64
+
65
+ > Copyright (c) 2018 Florian Klampfer <https://qwtel.com/>
66
+
67
+
68
+ ### RxJS
69
+ This software also uses portions of the
70
+ `ReactiveX/rxjs`
71
+ project, which is [Apache-2.0] licensed with the following copyright:
72
+
73
+ > Copyright (c) 2015-2017 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors
74
+
75
+ No substantial changes to the software were made.
76
+ No `NOTICE` file was provided.
77
+
78
+
79
+ ### KaTeX
80
+ This software also uses portions of the
81
+ `Khan/KaTeX`
82
+ project, which is [MIT] licensed with the following copyright:
83
+
84
+ > Copyright (c) 2015 Khan Academy
85
+
86
+
87
+ ### core-js
88
+ This software also uses portions of the
89
+ `zloirock/core-js`
90
+ project, which is [MIT] licensed with the following copyright:
91
+
92
+ > Copyright (c) 2014-2016 Denis Pushkarev
93
+
94
+
95
+ ### Web Animations
96
+ This software also uses portions of the
97
+ `web-animations/web-animations-js`
98
+ project, which is [Apache-2.0] licensed with the following copyright:
99
+
100
+ > Copyright 2014 Google Inc. All rights reserved.
101
+
102
+ No substantial changes to the software were made.
103
+ No `NOTICE` file was provided.
104
+
105
+
106
+ ### Modernizr
107
+ This software also uses portions of the
108
+ `Modernizr/Modernizr`
109
+ project, which is [MIT] licensed with the following copyright:
110
+
111
+ > Copyright (c)
112
+ > Faruk Ates
113
+ > Paul Irish
114
+ > Alex Sexton
115
+ > Ryan Seddon
116
+ > Patrick Kettner
117
+ > Stu Cox
118
+ > Richard Herrera
119
+
120
+
121
+ ### Compress HTML in Jekyll
122
+ This software also uses portions of the
123
+ `penibelst/jekyll-compress-html`
124
+ project, which is [MIT] licensed with the following copyright:
125
+
126
+ > Copyright (c) 2014 Anatol Broder
127
+
128
+
129
+ ### The HTML5 Shiv
130
+ This software also uses portions of the
131
+ `aFarkas/html5shiv`
132
+ project, which is [MIT] licensed with the following copyright:
133
+
134
+ > Copyright (c) 2014 Alexander Farkas (aFarkas).
135
+
136
+
137
+ ### DOM4
138
+ This software also uses portions of the
139
+ `WebReflection/dom4`
140
+ project, which is [MIT] licensed with the following copyright:
141
+
142
+ > Copyright (C) 2013-2015 by Andrea Giammarchi - @WebReflection
143
+
144
+
145
+ ### loadCSS
146
+ This software also uses portions of the
147
+ `filamentgroup/loadCSS`
148
+ project, which is [MIT] licensed with the following copyright:
149
+
150
+ > Copyright (c) @scottjehl, 2016 Filament Group
151
+
152
+
153
+ ### Ratchet
154
+ This software also uses portions of the
155
+ `twbs/ratchet`
156
+ project, which is [MIT] licensed with the following copyright:
157
+
158
+ > Copyright (c) 2015 connors and other contributors
159
+
160
+
161
+ ### Swipe
162
+ This software also uses portions of the
163
+ `thebird/Swipe`
164
+ project, which is [MIT] licensed with the following copyright:
165
+
166
+ > Copyright (c) 2013 Brad Birdsall
167
+
168
+
169
+ ### smoothState
170
+ This software also uses portions of the
171
+ `miguel-perez/smoothState.js`
172
+ project, which is [MIT] licensed with the following copyright:
173
+
174
+ > Copyright (c) 2014 Miguel Angel Perez
175
+
176
+
177
+ ### Bootstrap
178
+ This software also uses portions of the
179
+ `twbs/bootstrap`
180
+ project, which is [MIT] licensed with the following copyright:
181
+
182
+ > Copyright (c) 2011-2018 Twitter, Inc.
183
+ > Copyright (c) 2011-2018 The Bootstrap Authors
184
+
185
+
186
+ ### Atom One Light Syntax
187
+ This software also uses portions of the
188
+ `atom/one-light-syntax`
189
+ project, which is [MIT] licensed with the following copyright:
190
+
191
+ > Copyright (c) 2016 GitHub Inc.
192
+
193
+
194
+ ### Atom One Dark Syntax
195
+ This software also uses portions of the
196
+ `atom/one-dark-syntax`
197
+ project, which is [MIT] licensed with the following copyright:
198
+
199
+ > Copyright (c) 2016 GitHub Inc.
200
+
201
+
202
+ ### MiniSearch
203
+ This software also uses portions of the
204
+ `lucaong/minisearch`
205
+ project, which is [MIT] licensed with the following copyright:
206
+
207
+ > Copyright 2018 Luca Ongaro
208
+
209
+
210
+ ### window.fetch polyfill
211
+ This software also uses portions of the
212
+ `github/fetch`
213
+ project, which is [MIT] licensed with the following copyright:
214
+
215
+ > Copyright (c) 2014-2016 GitHub, Inc.
216
+
217
+
218
+ ### AbortController polyfill for abortable fetch()
219
+ This software also uses portions of the
220
+ `mo/abortcontroller-polyfill`
221
+ project, which is [MIT] licensed with the following copyright:
222
+
223
+ > Copyright (c) 2017 molsson
224
+
225
+
226
+ ### ResizeObserver Polyfill
227
+ This software also uses portions of the
228
+ `juggle/resize-observer`
229
+ project, which is [Apache-2.0] licensed with the following copyright:
230
+
231
+ > Copyright 2019 JUGGLE LTD
232
+
233
+
234
+ ### kv-storage polyfill
235
+ This software also uses portions of the
236
+ `GoogleChromeLabs/kv-storage-polyfill`
237
+ project, which is [Apache-2.0] licensed with the following copyright:
238
+
239
+ > Copyright 2019 Google Inc.
240
+
241
+
242
+ ### IntersectionObserver polyfill
243
+ This software also uses portions of the
244
+ `w3c/IntersectionObserver`
245
+ project, which is [W3C-20150513] licensed with the following copyright:
246
+
247
+ > Copyright 2016 Google Inc. All Rights Reserved.
248
+
249
+ No substantial changes to the software were made.
250
+
251
+
252
+ ### Web Components Polyfills
253
+ This software also uses portions of the
254
+ `webcomponents/webcomponentsjs`
255
+ project, which is BSD-style licensed with the following copyright:
256
+
257
+ > Copyright (c) 2019 The Polymer Authors. All rights reserved.
258
+
259
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
260
+
261
+ * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
262
+ * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
263
+ * Neither the name of Google Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
264
+
265
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
266
+
267
+ ### lit-html
268
+ This software also uses portions of the
269
+ `Polymer/lit-html`
270
+ project, which is BSD-style licensed with the following copyright:
271
+
272
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
273
+
274
+ * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
275
+ * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
276
+ * Neither the name of Google Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
277
+
278
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
279
+
280
+
281
+ [MIT]: licenses/MIT.md
282
+ [GPL-3.0]: licenses/GPL-3.0.md
283
+ [Apache-2.0]: licenses/Apache-2.0.md
284
+ [W3C-20150513]: licenses/W3C-20150513.md
285
+ [CC-BY-SA-4.0]: https://creativecommons.org/licenses/by-sa/4.0/
286
+ [CC-BY-SA-3.0]: https://creativecommons.org/licenses/by-sa/3.0/
287
+ [CC0-1.0]: https://creativecommons.org/publicdomain/zero/1.0/deed.en
288
+ [Unsplash]: https://unsplash.com/license
289
+
data/README.md CHANGED
@@ -1,41 +1,65 @@
1
+
2
+
1
3
  # Hydejack
2
4
 
3
- The "Best Jekyll Theme by a Mile".
5
+ A boutique Jekyll theme for hackers, nerds, and academics.
6
+
7
+
8
+
4
9
 
5
10
 
6
- ![Screenshot](assets/img/blog/hydejack-8.png)
11
+ ![Screenshot](https://hydejack.com/assets/img/blog/hydejack-8.jpg)
12
+
7
13
  Hydejack's cover page on a variety of screens.
8
14
 
9
15
 
10
- **Hydejack** is your presence on the web. It gives you a *blog* that is suitable for both prose and technical documentation, a *portfolio* to showcase your projects, and a beautiful *resume* template that looks amazing on the web and in print.
11
16
 
12
- > Your presence on the web A [blog], a [portfolio], and a [resume].
17
+ **Hydejack** is a boutique Jekyll theme for hackers, nerds, and academics, with a focus on personal sites that are meant to impress.
18
+
19
+ It includes a blog that is suitable for both prose and technical documentation, a portfolio to showcase your projects, and a resume template that looks amazing on the web and in print.
20
+
21
+ > Your complete presence on the web — A [blog], [portfolio], and [resume].
22
+
23
+
24
+
25
+ ## A Personal Site That Won't Disappear
26
+
27
+ **Hydejack** is 100% built on Open Source software, and is Open Source itself, save for parts of the PRO version. The PRO version is a one-time payment that gives you the right to use it forever.
28
+
29
+ Hydejack is all static sites. _HTML_. All you need is a web server --- any web server --- to have a professional web presence that lasts a lifetime.
30
+
31
+ ## Download
32
+
33
+ There are two versions of **Hydejack**: The *Free Version* includes basic blogging functionality and most of Hydejack's [Features], such as dynamic page loading and advanced animations.
34
+
35
+ The *PRO Version* includes additional features for professionals, such as a [portfolio], [resume], [Dark Mode][dark], [Forms], [Built-In Search][search] and customizable cookie banners.
13
36
 
37
+ The table below shows what's included in each version:
14
38
 
15
- There are two versions of **Hydejack**: The base version is free, while features that are specific to *professionals* are a payed upgrade.
39
+ | | Free | PRO |
40
+ |:------------------------------|:--------------:|:-------------------:|
41
+ | [Blog] | &#x2714; | &#x2714; |
42
+ | [Features] | &#x2714; | &#x2714; |
43
+ | [Documentation][docs] | &#x2714; | &#x2714; |
44
+ | [Portfolio] | | &#x2714; |
45
+ | Printable [Resume] | | &#x2714; |
46
+ | [Dark Mode][dark] | | &#x2714; |
47
+ | [Built-In Search][search] | | &#x2714; |
48
+ | [Custom Forms][forms] | | &#x2714; |
49
+ | [Newsletter Box][news] | | &#x2714; |
50
+ | [Grid layout][grid] | | &#x2714; |
51
+ | [Offline Support][ofln] | | &#x2714; |
52
+ | Table of Contents[^2] | | &#x2714; |
53
+ | Cookie Banner | | &#x2714; |
54
+ | No Hydejack Branding | | &#x2714; |
55
+ | License | [GPL-3.0][lic] | [PRO] |
56
+ | Source | [GitHub][src] | Included |
57
+ | __Price__ / Upgrade | __Free__ | __$99__ / $39 [^3] |
58
+ | | [__Download__][kit] <br/>-- or --<br/> [__Deploy to Netlify__][nfy] | [__Buy PRO__][buy] |
16
59
 
17
- | | Free | PRO |
18
- |:-----------------------|:--------------:|:--------:|
19
- | Blog | &#x2714; | &#x2714; |
20
- | [Features] | &#x2714; | &#x2714; |
21
- | [Portfolio] | | &#x2714; |
22
- | [Resume] | | &#x2714; |
23
- | [Welcome] | | &#x2714; |
24
- | [Newsletter Box][news] | | &#x2714; |
25
- | [Custom Forms][forms] | | &#x2714; |
26
- | [Dark Mode][darkm] | | &#x2714; |
27
- | [Offline Support][ofln]| | &#x2714; |
28
- | Cookie Banner | | &#x2714; |
29
- | No Hydejack Branding | | &#x2714; |
30
- | License | [GPL-3.0][lic] | [PRO] |
31
- | Source | [GitHub][src] | Included |
32
- | Support[^1] | No | No |
33
- | Price | Free | $59 |
34
- | | [**Download**][kit] <br/>-- or --<br/> [![Deploy to Netlify][dtn]][nfy] | [**Buy PRO** --- $59][buy] |
35
60
 
36
61
 
37
62
 
38
- ## A Free Blogging Theme
39
63
  **Hydejack** started out as a free blogging theme for Jekyll — and continues to be so.
40
64
 
41
65
  <!--posts-->
@@ -48,17 +72,23 @@ A portfolio that's guaranteed to be impressive — no matter what you put into i
48
72
 
49
73
 
50
74
  ## A Printable Resume
51
- Get a resume that's consistent across the board — whether it's on the web, mobile, print, or [PDF](assets/Resume.pdf).
75
+ Get a resume that's consistent across the board — whether it's on the web, mobile, print, or [PDF](https://hydejack.com/assets/Resume.pdf).
76
+
77
+ [![Resume PDF](https://hydejack.com/assets/img/blog/resume.png)][resume]
52
78
 
53
- ![Resume PDF](assets/img/blog/resume.png)
54
79
  Front and center page of a print resume generated by Hydejack.
55
80
 
56
81
 
57
82
 
83
+ ## Just Markdown
84
+ Write all content with Markdown. __Hydejack__ gives you [additional CSS classes](docs/writing.md) to stylize your content, without losing compatibility with other Jekyll themes.
85
+
86
+
58
87
  ## Just Markup
59
- **Hydejack** boasts a plethora of modern JavaScript, but make no mistake: It's still a plain old *web page* at its core. It works without JavaScript, and you can even view it in a text-based browser like `w3m`:
88
+ **Hydejack** boasts a plethora of modern JavaScript, but make no mistake: It's still a _plain old web page_ at its core. It works without JavaScript and you can even view it in a text-based browser like `w3m`:
89
+
90
+ ![w3m Screenshot](https://hydejack.com/assets/img/blog/w3m.png)
60
91
 
61
- ![w3m Screenshot](assets/img/blog/w3m.png)
62
92
  The Hydejack blog, as seen by the text browser `w3m`.
63
93
 
64
94
 
@@ -67,82 +97,91 @@ The Hydejack blog, as seen by the text browser `w3m`.
67
97
  **Hydejack** features syntax highlighting, powered by [Rouge].
68
98
 
69
99
  ```js
70
- document.getElementsByTagName("hy-push-state")[0].addEventListener("hy-push-state-load", function() {
71
- // <your init code>
100
+ // file: `example.js`
101
+ document.querySelector("hy-push-state").addEventListener("hy-push-state-load", () => {
102
+ const supportsCodeHighlights = true; //!!
72
103
  });
73
104
  ```
74
105
 
106
+ Code blocks can have a filename and a caption.
107
+
108
+
75
109
 
76
110
  ## Beautiful Math
77
- They say math is beautiful — and with **Hydejack**'s [math support][latex] it's also guaranteed to *look* beautiful.
111
+ They say math is beautiful — and with **Hydejack**'s [math support][math] it's guaranteed to also look beautiful:
112
+
113
+ ![Math example](https://hydejack.com/assets/img/blog/example-content-iii.jpg)
78
114
 
79
- ![Math Screenshot](assets/img/blog/example-content-iii.jpg)
80
115
  Hydejack uses KaTeX to efficiently render math.
81
116
 
82
117
 
83
118
 
119
+
84
120
  ## Build an Audience
85
121
  The PRO version has built-in support for customizable [Tinyletter] newsletter subscription boxes.
86
122
 
87
123
  If you are using a different service like MailChimp, you can build a custom newsletter subscription box using [Custom Forms][forms].
88
124
 
89
125
 
90
- ## A Personal Site That Belongs to You
91
- **Hydejack** is 100% built on Open Source software, and is Open Source itself, save for parts of the PRO version. The PRO version is a one-time payment that gives you the right to use it forever.
92
126
 
93
127
 
94
128
  ## Features
129
+
95
130
  An incomplete list of features included in all versions of **Hydejack**:
96
131
 
97
- * Full in-app page loading, powered by [hy-push-state]
98
- * Customizable sidebar and touch-enabled drawer menu, powered by [hy-drawer]
99
- * Lazy image loading with cancellation and placeholder, powered by [hy-img]
132
+ * Responsive layout with unique design features for every screen size
133
+ * Cover Pages for a stunning fist impression.
134
+ * Customizable sidebar and touch-enabled drawer menu
135
+ * Single Page Web App-style page loading
100
136
  * Advanced FLIP animations, inspired by Material Design
101
- * 99/100 [Google PageSpeed Score][gpss][^2]
137
+ * Good [Google PageSpeed Score][gpss][^1]
102
138
  * [Syntax highlighting][syntax], powered by [Rouge]
103
- * [LaTeX math blocks][latex], powered by [KaTeX]
104
- * Change the wording of built-in strings and possibly translate in other languages
139
+ * [LaTeX math blocks][latex], rendered with ether [KaTeX] or [MathJax] at your choice
140
+ * Soft-coded labels: Change wording or translate to other languages via a single file
105
141
  * Support for categories and tags
106
- * Built-in icons for many social networks
107
- * Simple and semantic HTML
108
- * Structured Data for core entities
109
142
  * Author section below each article and support for multiple authors
143
+ * Built-in icons for many social networks
144
+ * Simple and semantic HTML + Structured Data
110
145
  * Google Analytics and Google Fonts support
111
146
 
112
147
 
113
- ## Download
114
- There are two versions of **Hydejack**: The *free version* includes basic blogging functionality, as did previous versions of the theme.
115
- The *PRO version* includes additional features for professionals:
116
- A [portfolio], a [resume] layout, and a [welcome] page to highlight your favorite projects and posts.
148
+ ## Comparison
117
149
 
118
- This table below shows what's included in each version:
150
+ There are two versions of **Hydejack**: The *Free Version* includes basic blogging functionality and most of Hydejack's [Features], such as dynamic page loading and advanced animations.
119
151
 
120
- | | Free | PRO |
121
- |:-----------------------|:--------------:|:--------:|
122
- | Blog | &#x2714; | &#x2714; |
123
- | [Features] | &#x2714; | &#x2714; |
124
- | [Portfolio] | | &#x2714; |
125
- | [Resume] | | &#x2714; |
126
- | [Welcome] | | &#x2714; |
127
- | [Newsletter Box][news] | | &#x2714; |
128
- | [Custom Forms][forms] | | &#x2714; |
129
- | [Dark Mode][darkm] | | &#x2714; |
130
- | [Offline Support][ofln]| | &#x2714; |
131
- | Cookie Banner | | &#x2714; |
132
- | No Hydejack Branding | | &#x2714; |
133
- | License | [GPL-3.0][lic] | [PRO] |
134
- | Source | [GitHub][src] | Included |
135
- | Support[^1] | No | No |
136
- | Price | Free | $59 |
137
- | | [**Download**][kit] <br/>-- or --<br/> [![Deploy to Netlify][dtn]][nfy] | [**Buy PRO** --- $59][buy] |
152
+ The *PRO Version* includes additional features for professionals, such as a [portfolio], [resume], [Dark Mode][dark], [Forms], [Built-In Search][search] and customizable cookie banners.
138
153
 
154
+ The table below shows what's included in each version:
139
155
 
156
+ | | Free | PRO |
157
+ |:------------------------------|:--------------:|:-------------------:|
158
+ | [Blog] | &#x2714; | &#x2714; |
159
+ | [Features] | &#x2714; | &#x2714; |
160
+ | [Documentation][docs] | &#x2714; | &#x2714; |
161
+ | [Portfolio] | | &#x2714; |
162
+ | Printable [Resume] | | &#x2714; |
163
+ | [Dark Mode][dark] | | &#x2714; |
164
+ | [Built-In Search][search] | | &#x2714; |
165
+ | [Custom Forms][forms] | | &#x2714; |
166
+ | [Newsletter Box][news] | | &#x2714; |
167
+ | [Grid layout][grid] | | &#x2714; |
168
+ | [Offline Support][ofln] | | &#x2714; |
169
+ | Table of Contents[^2] | | &#x2714; |
170
+ | Cookie Banner | | &#x2714; |
171
+ | No Hydejack Branding | | &#x2714; |
172
+ | License | [GPL-3.0][lic] | [PRO] |
173
+ | Source | [GitHub][src] | Included |
174
+ | __Price__ / Upgrade | __Free__ | __$99__ / $39 [^3] |
175
+ | | [__Download__][kit] <br/>-- or --<br/> [__Deploy to Netlify__][nfy] | [__Buy PRO__][buy] |
140
176
 
177
+ [^1]: Actual page load speed depends on your hosting provider, resolution of embedded images and usage of 3rd party plugins.
141
178
 
142
- [^1]: You MAY open an issue on GitHub, but no response and/or fix is guaranteed.
143
- You understand that using Jekyll requires technical know-how and is not comparable to Wordpress in terms of ease of use. Please use the free version to confirm that Hydejack works for you. For details, see the [PRO] license.
179
+ [^2]: Large screens (> 1664px width) only.
180
+
181
+ [^3]: Upgrading from Hydejack 8? Find your discount code in the latest zip download!
182
+
183
+ *[FLIP]: First-Last-Invert-Play. A coding technique to achieve performant page transition animations.
144
184
 
145
- [^2]: Actual page load speed depends on your hosting provider, resolution of embedded images and usage of 3rd party plugins.
146
185
 
147
186
  [blog]: https://hydejack.com/blog/
148
187
  [portfolio]: https://hydejack.com/projects/
@@ -151,30 +190,31 @@ This table below shows what's included in each version:
151
190
  [welcome]: https://hydejack.com/
152
191
  [forms]: https://hydejack.com/forms-by-example/
153
192
 
154
- [features]: #features
155
- [news]: #build-an-audience
156
- [syntax]: #syntax-highlighting
157
- [latex]: hydejack/_posts/2018-06-01-example-content-iii.md#math
158
- [darkm]: hydejack/_posts/2018-09-01-introducing-dark-mode.md
193
+ [features]: https://hydejack.com/#features
194
+ [news]: https://hydejack.com/#build-an-audience
195
+ [syntax]: https://hydejack.com/#syntax-highlighting
196
+ [latex]: https://hydejack.com/#beautiful-math
197
+ [dark]: https://hydejack.com/blog/hydejack/2018-09-01-introducing-dark-mode/
198
+ [search]: https://hydejack.com/#_search-input
199
+ [grid]: https://hydejack.com/blog/hydejack/
159
200
 
160
201
  [lic]: LICENSE.md
161
202
  [pro]: licenses/PRO.md
162
- [docs]: docs/README.md
163
- [ofln]: docs/advanced.md#enabling-offline-support
203
+ [docs]: https://hydejack.com/docs/
204
+ [ofln]: https://hydejack.com/docs/advanced/#enabling-offline-support
205
+ [math]: https://hydejack.com/docs/writing/#adding-math
164
206
 
165
- [kit]: https://github.com/qwtel/hydejack-starter-kit/archive/v8.5.0.zip
166
- [src]: https://github.com/qwtel/hydejack
207
+ [kit]: https://github.com/hydecorp/hydejack-starter-kit/releases
208
+ [src]: https://github.com/hydecorp/hydejack
167
209
  [gem]: https://rubygems.org/gems/jekyll-theme-hydejack
168
- [buy]: https://app.simplegoods.co/i/NATYVLYT
169
- [nfy]: https://app.netlify.com/start/deploy?repository=https://github.com/qwtel/hydejack-starter-kit
210
+ [buy]: https://gum.co/nuOluY
211
+ [nfy]: https://app.netlify.com/start/deploy?repository=https://github.com/hydecorp/hydejack-starter-kit
170
212
  [dtn]: https://www.netlify.com/img/deploy/button.svg
171
213
 
172
- [gpss]: https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fhydejack.com%2F
173
- [hy-push-state]: https://qwtel.com/hy-push-state/
174
- [hy-drawer]: https://qwtel.com/hy-drawer/
175
- [hy-img]: https://qwtel.com/hy-img/
214
+ [gpss]: https://developers.google.com/speed/pagespeed/insights/?url=https://hydejack.com/
215
+ [hy-push-state]: https://hydecorp.github.io/hy-push-state/
216
+ [hy-drawer]: https://hydecorp.github.io/hy-drawer/
176
217
  [rouge]: http://rouge.jneen.net
177
218
  [katex]: https://khan.github.io/KaTeX/
219
+ [mathjax]: https://www.mathjax.org/
178
220
  [tinyletter]: https://tinyletter.com/
179
-
180
- *[FLIP]: First-Last-Invert-Play. A coding technique to achieve performant page transition animations.