jekyll-theme-hydejack 9.0.0 → 9.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (308) hide show
  1. checksums.yaml +4 -4
  2. data/NOTICE.md +8 -9
  3. data/README.md +15 -16
  4. data/_config.yml +5 -4
  5. data/_includes/body/breadcrumbs.html +19 -0
  6. data/_includes/body/footer.html +1 -1
  7. data/_includes/body/index.html +3 -2
  8. data/_includes/body/main.html +1 -0
  9. data/_includes/body/nav.html +2 -2
  10. data/_includes/body/scripts.html +2 -2
  11. data/_includes/body/sidebar.html +1 -1
  12. data/_includes/components/dingbat.html +12 -0
  13. data/_includes/components/hy-img.html +1 -1
  14. data/_includes/components/post.html +30 -10
  15. data/_includes/head/links-static.html +4 -3
  16. data/_includes/head/meta-static.html +2 -3
  17. data/_includes/head/scripts.html +7 -2
  18. data/_includes/head/styles-inline.html +1 -1
  19. data/_includes/head/styles-no-inline.html +1 -1
  20. data/_includes/header.txt +1 -1
  21. data/_includes/scripts.html +33 -0
  22. data/_includes/scripts/load-js.min.js +1 -1
  23. data/_includes/scripts/nomodule.min.js +1 -1
  24. data/_includes/smart-url +10 -1
  25. data/_includes/styles/common.scss +2 -2
  26. data/_includes/styles/page-style.scss +3 -2
  27. data/_includes/styles/variables.scss +10 -6
  28. data/_includes/templates/animation.html +1 -0
  29. data/_includes/templates/index.html +20 -2
  30. data/_layouts/about.html +4 -1
  31. data/_layouts/base.html +3 -7
  32. data/_layouts/compress.html +1 -1
  33. data/_layouts/list.html +1 -1
  34. data/_layouts/page.html +4 -2
  35. data/_layouts/plain.html +29 -0
  36. data/_layouts/post.html +1 -1
  37. data/_sass/_mixins.scss +8 -2
  38. data/_sass/hydejack/__inline__/_base.scss +23 -4
  39. data/_sass/hydejack/__inline__/_content.scss +8 -5
  40. data/_sass/hydejack/__inline__/_sidebar.scss +18 -4
  41. data/_sass/hydejack/__inline__/_toc.scss +11 -11
  42. data/_sass/hydejack/__inline__/_utilities.scss +25 -0
  43. data/_sass/hydejack/__link__/_base.scss +9 -2
  44. data/_sass/hydejack/__link__/_break-layout.scss +8 -1
  45. data/_sass/hydejack/__link__/_content.scss +10 -4
  46. data/_sass/hydejack/__link__/_images.scss +1 -1
  47. data/_sass/hydejack/__link__/_sidebar.scss +15 -5
  48. data/_sass/hydejack/__link__/_toc.scss +4 -2
  49. data/_sass/hydejack/__link__/_utilities.scss +25 -0
  50. data/_sass/hydejack/_base.pre.scss +38 -8
  51. data/_sass/hydejack/_break-layout.pre.scss +8 -1
  52. data/_sass/hydejack/_content.pre.scss +12 -12
  53. data/_sass/hydejack/_images.pre.scss +1 -1
  54. data/_sass/hydejack/_sidebar.pre.scss +29 -5
  55. data/_sass/hydejack/_toc.pre.scss +14 -14
  56. data/_sass/hydejack/_utilities.pre.scss +25 -0
  57. data/_sass/pooleparty/__inline__/_base.scss +2 -0
  58. data/_sass/pooleparty/__inline__/_code.scss +1 -1
  59. data/_sass/pooleparty/__inline__/_message.scss +2 -2
  60. data/_sass/pooleparty/__inline__/_posts.scss +16 -3
  61. data/_sass/pooleparty/__inline__/_type.scss +2 -2
  62. data/_sass/pooleparty/__link__/_code.scss +138 -27
  63. data/_sass/pooleparty/__link__/_posts.scss +12 -0
  64. data/_sass/pooleparty/__link__/_read-more.scss +1 -0
  65. data/_sass/pooleparty/__link__/_table.scss +30 -36
  66. data/_sass/pooleparty/__link__/_type.scss +2 -2
  67. data/_sass/pooleparty/_base.pre.scss +2 -0
  68. data/_sass/pooleparty/_code.pre.scss +138 -27
  69. data/_sass/pooleparty/_message.pre.scss +2 -2
  70. data/_sass/pooleparty/_posts.pre.scss +28 -3
  71. data/_sass/pooleparty/_read-more.pre.scss +1 -0
  72. data/_sass/pooleparty/_table.pre.scss +30 -36
  73. data/_sass/pooleparty/_type.pre.scss +4 -4
  74. data/assets/bower.json +2 -1
  75. data/assets/bower_components/MathJax/.bower.json +5 -5
  76. data/assets/bower_components/MathJax/es5/a11y/assistive-mml.js +1 -1
  77. data/assets/bower_components/MathJax/es5/a11y/complexity.js +1 -1
  78. data/assets/bower_components/MathJax/es5/a11y/explorer.js +1 -1
  79. data/assets/bower_components/MathJax/es5/a11y/semantic-enrich.js +1 -1
  80. data/assets/bower_components/MathJax/es5/adaptors/liteDOM.js +1 -1
  81. data/assets/bower_components/MathJax/es5/core.js +1 -1
  82. data/assets/bower_components/MathJax/es5/input/asciimath.js +1 -1
  83. data/assets/bower_components/MathJax/es5/input/mml.js +1 -1
  84. data/assets/bower_components/MathJax/es5/input/mml/entities.js +1 -1
  85. data/assets/bower_components/MathJax/es5/input/tex-base.js +1 -1
  86. data/assets/bower_components/MathJax/es5/input/tex-full.js +1 -1
  87. data/assets/bower_components/MathJax/es5/input/tex.js +1 -1
  88. data/assets/bower_components/MathJax/es5/input/tex/extensions/action.js +1 -1
  89. data/assets/bower_components/MathJax/es5/input/tex/extensions/all-packages.js +1 -1
  90. data/assets/bower_components/MathJax/es5/input/tex/extensions/ams.js +1 -1
  91. data/assets/bower_components/MathJax/es5/input/tex/extensions/amscd.js +1 -1
  92. data/assets/bower_components/MathJax/es5/input/tex/extensions/autoload.js +1 -1
  93. data/assets/bower_components/MathJax/es5/input/tex/extensions/bbox.js +1 -1
  94. data/assets/bower_components/MathJax/es5/input/tex/extensions/boldsymbol.js +1 -1
  95. data/assets/bower_components/MathJax/es5/input/tex/extensions/braket.js +1 -1
  96. data/assets/bower_components/MathJax/es5/input/tex/extensions/bussproofs.js +1 -1
  97. data/assets/bower_components/MathJax/es5/input/tex/extensions/cancel.js +1 -1
  98. data/assets/bower_components/MathJax/es5/input/tex/extensions/color.js +1 -1
  99. data/assets/bower_components/MathJax/es5/input/tex/extensions/colorV2.js +1 -1
  100. data/assets/bower_components/MathJax/es5/input/tex/extensions/configMacros.js +1 -1
  101. data/assets/bower_components/MathJax/es5/input/tex/extensions/enclose.js +1 -1
  102. data/assets/bower_components/MathJax/es5/input/tex/extensions/extpfeil.js +1 -1
  103. data/assets/bower_components/MathJax/es5/input/tex/extensions/html.js +1 -1
  104. data/assets/bower_components/MathJax/es5/input/tex/extensions/mhchem.js +1 -1
  105. data/assets/bower_components/MathJax/es5/input/tex/extensions/newcommand.js +1 -1
  106. data/assets/bower_components/MathJax/es5/input/tex/extensions/noerrors.js +1 -1
  107. data/assets/bower_components/MathJax/es5/input/tex/extensions/noundefined.js +1 -1
  108. data/assets/bower_components/MathJax/es5/input/tex/extensions/physics.js +1 -1
  109. data/assets/bower_components/MathJax/es5/input/tex/extensions/require.js +1 -1
  110. data/assets/bower_components/MathJax/es5/input/tex/extensions/tagFormat.js +1 -1
  111. data/assets/bower_components/MathJax/es5/input/tex/extensions/textmacros.js +1 -0
  112. data/assets/bower_components/MathJax/es5/input/tex/extensions/unicode.js +1 -1
  113. data/assets/bower_components/MathJax/es5/input/tex/extensions/verb.js +1 -1
  114. data/assets/bower_components/MathJax/es5/latest.js +1 -1
  115. data/assets/bower_components/MathJax/es5/loader.js +1 -1
  116. data/assets/bower_components/MathJax/es5/mml-chtml.js +1 -1
  117. data/assets/bower_components/MathJax/es5/mml-svg.js +1 -1
  118. data/assets/bower_components/MathJax/es5/node-main.js +1 -1
  119. data/assets/bower_components/MathJax/es5/output/chtml.js +1 -1
  120. data/assets/bower_components/MathJax/es5/output/chtml/fonts/tex.js +1 -1
  121. data/assets/bower_components/MathJax/es5/output/svg.js +1 -1
  122. data/assets/bower_components/MathJax/es5/output/svg/fonts/tex.js +1 -1
  123. data/assets/bower_components/MathJax/es5/sre/mathmaps/de.js +104 -0
  124. data/assets/bower_components/MathJax/es5/sre/mathmaps/en.js +11 -5
  125. data/assets/bower_components/MathJax/es5/sre/mathmaps/es.js +1 -1
  126. data/assets/bower_components/MathJax/es5/sre/mathmaps/mathmaps_ie.js +117 -9
  127. data/assets/bower_components/MathJax/es5/sre/mathmaps/nemeth.js +3 -3
  128. data/assets/bower_components/MathJax/es5/sre/sre-node.js +11 -0
  129. data/assets/bower_components/MathJax/es5/sre/sre_browser.js +1110 -1186
  130. data/assets/bower_components/MathJax/es5/startup.js +1 -1
  131. data/assets/bower_components/MathJax/es5/tex-chtml-full.js +1 -1
  132. data/assets/bower_components/MathJax/es5/tex-chtml.js +1 -1
  133. data/assets/bower_components/MathJax/es5/tex-mml-chtml.js +1 -1
  134. data/assets/bower_components/MathJax/es5/tex-mml-svg.js +1 -1
  135. data/assets/bower_components/MathJax/es5/tex-svg-full.js +1 -1
  136. data/assets/bower_components/MathJax/es5/tex-svg.js +1 -1
  137. data/assets/bower_components/MathJax/es5/ui/menu.js +1 -1
  138. data/assets/bower_components/MathJax/es5/ui/safe.js +1 -0
  139. data/assets/bower_components/MathJax/package.json +3 -3
  140. data/assets/bower_components/katex/.bower.json +5 -5
  141. data/assets/bower_components/katex/LICENSE +1 -1
  142. data/assets/bower_components/katex/dist/contrib/auto-render.js +14 -3
  143. data/assets/bower_components/katex/dist/contrib/auto-render.min.js +1 -1
  144. data/assets/bower_components/katex/dist/contrib/auto-render.mjs +14 -3
  145. data/assets/bower_components/katex/dist/contrib/mhchem.min.js +1 -1
  146. data/assets/bower_components/katex/dist/contrib/render-a11y-string.js +870 -0
  147. data/assets/bower_components/katex/dist/contrib/render-a11y-string.min.js +1 -0
  148. data/assets/bower_components/katex/dist/contrib/render-a11y-string.mjs +753 -0
  149. data/assets/bower_components/katex/dist/fonts/KaTeX_AMS-Regular.ttf +0 -0
  150. data/assets/bower_components/katex/dist/fonts/KaTeX_AMS-Regular.woff +0 -0
  151. data/assets/bower_components/katex/dist/fonts/KaTeX_AMS-Regular.woff2 +0 -0
  152. data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Bold.ttf +0 -0
  153. data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Bold.woff +0 -0
  154. data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Bold.woff2 +0 -0
  155. data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Regular.ttf +0 -0
  156. data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Regular.woff +0 -0
  157. data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Regular.woff2 +0 -0
  158. data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Bold.ttf +0 -0
  159. data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Bold.woff +0 -0
  160. data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Bold.woff2 +0 -0
  161. data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Regular.ttf +0 -0
  162. data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Regular.woff +0 -0
  163. data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Regular.woff2 +0 -0
  164. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Bold.ttf +0 -0
  165. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Bold.woff +0 -0
  166. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Bold.woff2 +0 -0
  167. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-BoldItalic.ttf +0 -0
  168. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-BoldItalic.woff +0 -0
  169. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-BoldItalic.woff2 +0 -0
  170. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Italic.ttf +0 -0
  171. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Italic.woff +0 -0
  172. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Italic.woff2 +0 -0
  173. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Regular.ttf +0 -0
  174. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Regular.woff +0 -0
  175. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Regular.woff2 +0 -0
  176. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-BoldItalic.ttf +0 -0
  177. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-BoldItalic.woff +0 -0
  178. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-BoldItalic.woff2 +0 -0
  179. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-Italic.ttf +0 -0
  180. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-Italic.woff +0 -0
  181. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-Italic.woff2 +0 -0
  182. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Bold.ttf +0 -0
  183. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Bold.woff +0 -0
  184. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Bold.woff2 +0 -0
  185. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Italic.ttf +0 -0
  186. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Italic.woff +0 -0
  187. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Italic.woff2 +0 -0
  188. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Regular.ttf +0 -0
  189. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Regular.woff +0 -0
  190. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Regular.woff2 +0 -0
  191. data/assets/bower_components/katex/dist/fonts/KaTeX_Script-Regular.ttf +0 -0
  192. data/assets/bower_components/katex/dist/fonts/KaTeX_Script-Regular.woff +0 -0
  193. data/assets/bower_components/katex/dist/fonts/KaTeX_Script-Regular.woff2 +0 -0
  194. data/assets/bower_components/katex/dist/fonts/KaTeX_Size1-Regular.ttf +0 -0
  195. data/assets/bower_components/katex/dist/fonts/KaTeX_Size1-Regular.woff +0 -0
  196. data/assets/bower_components/katex/dist/fonts/KaTeX_Size1-Regular.woff2 +0 -0
  197. data/assets/bower_components/katex/dist/fonts/KaTeX_Size2-Regular.ttf +0 -0
  198. data/assets/bower_components/katex/dist/fonts/KaTeX_Size2-Regular.woff +0 -0
  199. data/assets/bower_components/katex/dist/fonts/KaTeX_Size2-Regular.woff2 +0 -0
  200. data/assets/bower_components/katex/dist/fonts/KaTeX_Size3-Regular.ttf +0 -0
  201. data/assets/bower_components/katex/dist/fonts/KaTeX_Size3-Regular.woff +0 -0
  202. data/assets/bower_components/katex/dist/fonts/KaTeX_Size3-Regular.woff2 +0 -0
  203. data/assets/bower_components/katex/dist/fonts/KaTeX_Size4-Regular.ttf +0 -0
  204. data/assets/bower_components/katex/dist/fonts/KaTeX_Size4-Regular.woff +0 -0
  205. data/assets/bower_components/katex/dist/fonts/KaTeX_Size4-Regular.woff2 +0 -0
  206. data/assets/bower_components/katex/dist/fonts/KaTeX_Typewriter-Regular.ttf +0 -0
  207. data/assets/bower_components/katex/dist/fonts/KaTeX_Typewriter-Regular.woff +0 -0
  208. data/assets/bower_components/katex/dist/fonts/KaTeX_Typewriter-Regular.woff2 +0 -0
  209. data/assets/bower_components/katex/dist/katex.css +25 -11
  210. data/assets/bower_components/katex/dist/katex.js +2437 -1938
  211. data/assets/bower_components/katex/dist/katex.min.css +1 -1
  212. data/assets/bower_components/katex/dist/katex.min.js +1 -1
  213. data/assets/bower_components/katex/dist/katex.mjs +2449 -1880
  214. data/assets/bower_components/katex/docs/cli.md.template +21 -0
  215. data/assets/bower_components/katex/flow-typed/npm/jest_v24.x.x.js +1201 -0
  216. data/assets/bower_components/katex/yarn.lock +389 -276
  217. data/assets/css/{hydejack-9.0.0.css → hydejack-9.1.0.css} +0 -0
  218. data/assets/icomoon/fonts/icomoon.eot +0 -0
  219. data/assets/icomoon/fonts/icomoon.svg +6 -3
  220. data/assets/icomoon/fonts/icomoon.ttf +0 -0
  221. data/assets/icomoon/fonts/icomoon.woff +0 -0
  222. data/assets/icomoon/selection.json +1 -1
  223. data/assets/icomoon/style.css +17 -8
  224. data/assets/icons/favicon.ico +0 -0
  225. data/assets/icons/icon-128x128.png +0 -0
  226. data/assets/icons/icon-144x144.png +0 -0
  227. data/assets/icons/icon-152x152.png +0 -0
  228. data/assets/icons/icon-192x192.png +0 -0
  229. data/assets/icons/icon-384x384.png +0 -0
  230. data/assets/icons/icon-512x512.png +0 -0
  231. data/assets/icons/icon-72x72.png +0 -0
  232. data/assets/icons/icon-96x96.png +0 -0
  233. data/assets/img/logo.png +0 -0
  234. data/assets/img/sidebar-bg.jpg +0 -0
  235. data/assets/img/swipe.svg +1 -22
  236. data/assets/js/LEGACY-clap-button-hydejack-9.1.0.js +14 -0
  237. data/assets/js/LEGACY-drawer-hydejack-9.1.0.js +14 -0
  238. data/assets/js/{LEGACY-fetch-hydejack-9.0.0.js → LEGACY-fetch-hydejack-9.1.0.js} +2 -2
  239. data/assets/js/LEGACY-hydejack-9.1.0.js +27 -0
  240. data/assets/js/LEGACY-navbar-hydejack-9.1.0.js +14 -0
  241. data/assets/js/LEGACY-push-state-hydejack-9.1.0.js +14 -0
  242. data/assets/js/{resize-observer-hydejack-9.0.0.js → LEGACY-resize-observer-hydejack-9.1.0.js} +2 -2
  243. data/assets/js/{LEGACY-shadydom-hydejack-9.0.0.js → LEGACY-shadydom-hydejack-9.1.0.js} +2 -2
  244. data/assets/js/LEGACY-vendors~clap-button-hydejack-9.1.0.js +182 -0
  245. data/assets/js/LEGACY-vendors~drawer-hydejack-9.1.0.js +48 -0
  246. data/assets/js/LEGACY-vendors~drawer~push-state-hydejack-9.1.0.js +214 -0
  247. data/assets/js/LEGACY-vendors~fetch-hydejack-9.1.0.js +14 -0
  248. data/assets/js/LEGACY-vendors~intersection-observer-hydejack-9.1.0.js +14 -0
  249. data/assets/js/LEGACY-vendors~push-state-hydejack-9.1.0.js +34 -0
  250. data/assets/js/LEGACY-vendors~shadydom-hydejack-9.1.0.js +155 -0
  251. data/assets/js/{LEGACY-vendors~webanimations-hydejack-9.0.0.js → LEGACY-vendors~webanimations-hydejack-9.1.0.js} +2 -2
  252. data/assets/js/{LEGACY-vendors~webcomponents-hydejack-9.0.0.js → LEGACY-vendors~webcomponents-hydejack-9.1.0.js} +4 -4
  253. data/assets/js/{LEGACY-webcomponents-hydejack-9.0.0.js → LEGACY-webcomponents-hydejack-9.1.0.js} +2 -2
  254. data/assets/js/clap-button-hydejack-9.1.0.js +14 -0
  255. data/assets/js/drawer-hydejack-9.1.0.js +14 -0
  256. data/assets/js/{shadydom-hydejack-9.0.0.js → fetch-hydejack-9.1.0.js} +2 -2
  257. data/assets/js/hydejack-9.1.0.js +28 -0
  258. data/assets/js/navbar-hydejack-9.1.0.js +14 -0
  259. data/assets/js/push-state-hydejack-9.1.0.js +14 -0
  260. data/assets/js/{LEGACY-resize-observer-hydejack-9.0.0.js → resize-observer-hydejack-9.1.0.js} +2 -2
  261. data/assets/js/shadydom-hydejack-9.1.0.js +14 -0
  262. data/assets/js/vendors~clap-button-hydejack-9.1.0.js +222 -0
  263. data/assets/js/vendors~drawer-hydejack-9.1.0.js +48 -0
  264. data/assets/js/vendors~drawer~push-state-hydejack-9.1.0.js +163 -0
  265. data/assets/js/vendors~fetch-hydejack-9.1.0.js +14 -0
  266. data/assets/js/vendors~intersection-observer-hydejack-9.1.0.js +14 -0
  267. data/assets/js/vendors~push-state-hydejack-9.1.0.js +34 -0
  268. data/assets/js/vendors~shadydom-hydejack-9.1.0.js +146 -0
  269. data/assets/js/{vendors~webanimations-hydejack-9.0.0.js → vendors~webanimations-hydejack-9.1.0.js} +2 -2
  270. data/assets/js/{webcomponents-hydejack-9.0.0.js → webcomponents-hydejack-9.1.0.js} +2 -2
  271. data/assets/site.webmanifest +65 -0
  272. data/assets/version.json +2 -2
  273. metadata +78 -53
  274. data/CHANGELOG.md +0 -1208
  275. data/_includes/templates/back.html +0 -6
  276. data/_includes/templates/forward.html +0 -6
  277. data/assets/icons/icon.png +0 -0
  278. data/assets/icons/icon@0,25x.png +0 -0
  279. data/assets/icons/icon@0,5x.png +0 -0
  280. data/assets/icons/icon@0,75x.png +0 -0
  281. data/assets/icons/icon@2x.png +0 -0
  282. data/assets/icons/icon@3x.png +0 -0
  283. data/assets/icons/tile-large.png +0 -0
  284. data/assets/icons/tile-medium.png +0 -0
  285. data/assets/icons/tile-small.png +0 -0
  286. data/assets/icons/tile-wide.png +0 -0
  287. data/assets/ieconfig.xml +0 -15
  288. data/assets/js/LEGACY-drawer-hydejack-9.0.0.js +0 -14
  289. data/assets/js/LEGACY-hydejack-9.0.0.js +0 -28
  290. data/assets/js/LEGACY-navbar-hydejack-9.0.0.js +0 -14
  291. data/assets/js/LEGACY-push-state-hydejack-9.0.0.js +0 -14
  292. data/assets/js/LEGACY-vendors~drawer-hydejack-9.0.0.js +0 -47
  293. data/assets/js/LEGACY-vendors~drawer~push-state-hydejack-9.0.0.js +0 -215
  294. data/assets/js/LEGACY-vendors~fetch-hydejack-9.0.0.js +0 -14
  295. data/assets/js/LEGACY-vendors~intersection-observer-hydejack-9.0.0.js +0 -14
  296. data/assets/js/LEGACY-vendors~push-state-hydejack-9.0.0.js +0 -33
  297. data/assets/js/LEGACY-vendors~shadydom-hydejack-9.0.0.js +0 -155
  298. data/assets/js/drawer-hydejack-9.0.0.js +0 -14
  299. data/assets/js/fetch-hydejack-9.0.0.js +0 -14
  300. data/assets/js/hydejack-9.0.0.js +0 -28
  301. data/assets/js/navbar-hydejack-9.0.0.js +0 -14
  302. data/assets/js/push-state-hydejack-9.0.0.js +0 -14
  303. data/assets/js/vendors~drawer-hydejack-9.0.0.js +0 -47
  304. data/assets/js/vendors~drawer~push-state-hydejack-9.0.0.js +0 -163
  305. data/assets/js/vendors~intersection-observer-hydejack-9.0.0.js +0 -14
  306. data/assets/js/vendors~push-state-hydejack-9.0.0.js +0 -33
  307. data/assets/js/vendors~shadydom-hydejack-9.0.0.js +0 -146
  308. data/assets/manifest.json +0 -46
@@ -1 +1 @@
1
- !function(e,t){"use strict";function n(e,t,n,o){e.addEventListener?e.addEventListener(t,n,o):e.attachEvent?e.attachEvent("on"+t,n):e["on"+t]=n}e.loadJS=function(e,o){var r=t.createElement("script");r.src=e,o&&n(r,"load",o,{once:!0});var a=t.scripts[0];return a.parentNode.insertBefore(r,a),r},e._loaded=!1,e.loadJSDeferred=function(o,r){function a(){e._loaded=!0,r&&n(c,"load",r,{once:!0});var o=t.scripts[0];o.parentNode.insertBefore(c,o)}var c=t.createElement("script");return c.src=o,e._loaded?a():n(e,"load",a,{once:!0}),c},e.setRel=e.setRelStylesheet=function(e){function o(){this.rel="stylesheet"}n(t.getElementById(e),"load",o,{once:!0})}}(window,document);
1
+ !function(r,c){"use strict";function a(e,t,n,o){e.addEventListener?e.addEventListener(t,n,o):e.attachEvent?e.attachEvent("on"+t,n):e["on"+t]=n}r.loadJS=function(e,t){var n=c.createElement("script");n.src=e,t&&a(n,"load",t,{once:!0});t=c.scripts[0];return t.parentNode.insertBefore(n,t),n},r._loaded=!1,r.loadJSDeferred=function(e,t){var n=c.createElement("script");function o(){r._loaded=!0,t&&a(n,"load",t,{once:!0});var e=c.scripts[0];e.parentNode.insertBefore(n,e)}return n.src=e,r._loaded?o():a(r,"load",o,{once:!0}),n},r.setRel=r.setRelStylesheet=function(e){a(c.getElementById(e),"load",function(){this.rel="stylesheet"},{once:!0})}}(window,document);
@@ -1 +1 @@
1
- !function(){var e=document.createElement("script");if(!("noModule"in e)&&"onbeforeload"in e){var t=!1;document.addEventListener("beforeload",function(n){if(n.target===e)t=!0;else if(!n.target.hasAttribute("nomodule")||!t)return;n.preventDefault()},!0),e.type="module",e.src=".",document.head.appendChild(e),e.remove()}}();
1
+ !function(){var t,n=document.createElement("script");!("noModule"in n)&&"onbeforeload"in n&&(t=!1,document.addEventListener("beforeload",function(e){if(e.target===n)t=!0;else if(!e.target.hasAttribute("nomodule")||!t)return;e.preventDefault()},!0),n.type="module",n.src=".",document.head.appendChild(n),n.remove())}();
data/_includes/smart-url CHANGED
@@ -1 +1,10 @@
1
- {% assign url = include.url %}{% if url contains '://' %}{{ url }}{% else %}{% assign url = url | remove_first:site.baseurl %}{{ url | relative_url }}{% endif %}
1
+ {%- assign url = include.url -%}
2
+ {%- assign ch1 = url | slice:0 -%}
3
+ {%- if url contains '://' -%}
4
+ {{ url }}
5
+ {%- elsif ch1 == '/' -%}
6
+ {%- assign url = url | remove_first:site.baseurl -%}
7
+ {{ url | relative_url }}
8
+ {%- else -%}
9
+ {{ url }}
10
+ {%- endif -%}
@@ -12,7 +12,7 @@
12
12
  }
13
13
 
14
14
  {% if site.hydejack.no_page_style %}
15
- {% assign color = site.accent_color | default:'#4fb1ba' %}
16
- {% assign theme_color = site.theme_color | default:'#193747' %}
15
+ {% assign color = site.accent_color | default:'rgb(79,177,186)' %}
16
+ {% assign theme_color = site.theme_color | default:'rgb(8,46,57)' %}
17
17
  {% include_cached styles/page-style.scss color=color theme_color=theme_color %}
18
18
  {% endif %}
@@ -1,9 +1,10 @@
1
- {% assign color = include.color | default:'#4fb1ba' %}
2
- {% assign theme_color = include.theme_color | default:'#193747' %}
1
+ {% assign color = include.color %}
2
+ {% assign theme_color = include.theme_color %}
3
3
 
4
4
  html {
5
5
  --accent-color: {{ color }};
6
6
  --accent-color-faded: #{fade-out({{ color }}, 0.5)};
7
+ --accent-color-highlight: #{fade-out({{ color }}, 0.9)};
7
8
  --accent-color-darkened: #{darken({{ color }}, 7.5%)};
8
9
  --theme-color: {{ theme_color }};
9
10
  }
@@ -13,17 +13,19 @@
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
- /*{% assign vars = site.data.variables %}*/
16
+ // {% assign vars = site.data.variables %}
17
+ // {% assign ui_font = 'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif' %}
18
+ // {% assign ui_font_code = 'ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono", "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace", "Source Code Pro", "Fira Mono", "Droid Sans Mono", "Courier New", monospace' %}
17
19
 
18
- $font-family: {{ vars.font | default:site.font }};
19
- $font-family-heading: {{ vars.font_heading | default:site.font_heading }};
20
- $code-font-family: {{ vars.font_code | default:site.font_code }};
21
- $theme-color: {{ vars.theme_color | default:site.theme_color | default:'#193747' }};
20
+ $font-family: {{ vars.font | default:site.font | default:ui_font }};
21
+ $font-family-heading: {{ vars.font_heading | default:site.font_heading | default:ui_font }};
22
+ $code-font-family: {{ vars.font_code | default:site.font_code | default:ui_font_code }};
23
+ $theme-color: {{ vars.theme_color | default:site.theme_color | default:'rgb(8,46,57)' }};
22
24
 
23
25
  $root-font-size: {{ vars.root_font_size | default:15 }}px;
24
26
  $root-font-size-medium: {{ vars.root_font_size_medium | default:16 }}px;
25
27
  $root-font-size-large: {{ vars.root_font_size_large | default:17 }}px;
26
- $root-font-size-print: {{ vars.root_font_size_print | default:9 }}pt;
28
+ $root-font-size-print: {{ vars.root_font_size_print | default:8 }}pt;
27
29
  $root-line-height: {{ vars.root_line_height | default:1.75 }};
28
30
 
29
31
  $font-weight: {{ vars.font_weight | default:400 }};
@@ -44,6 +46,8 @@ $break-point-3: {{ vars.break_point_3 | default:64 }}em;
44
46
  $break-point-4: {{ vars.break_point_4 | default:72 }}em;
45
47
  $break-point-5: {{ vars.break_point_5 | default:86 }}em;
46
48
 
49
+ $border-radius: {{ vars.border_radius | default:0.5 }}rem;
50
+
47
51
  $break-point-font-large: {{ vars.break_point_font_large | default:124 }}em;
48
52
 
49
53
  $content-margin-3: 3rem;
@@ -1,5 +1,6 @@
1
1
  <template id="_animation-template">
2
2
  <div class="animation-main fixed-top">
3
+ {% unless site.hydejack.no_breadcrumbs %}{% include body/breadcrumbs.html url="/" %}{% endunless %}
3
4
  <div class="content">
4
5
  <div class="page"></div>
5
6
  </div>
@@ -2,10 +2,28 @@
2
2
  {% assign strings = site.data.strings %}
3
3
  <h2 class="sr-only">{{ strings.templates | default: "Templates"}}{{ strings.colon | default:":" }}</h2>
4
4
 
5
+ <clap-config>
6
+ <clap-text at="1">Keep going!</clap-text>
7
+ <clap-text at="2">Keep going ×2!</clap-text>
8
+ <clap-text at="3">Give me more!</clap-text>
9
+ <clap-text at="5">Thank you, thank you</clap-text>
10
+ <clap-text at="7">Far too kind!</clap-text>
11
+ <clap-text at="10">Never gonna give me up?</clap-text>
12
+ <clap-text at="14">Never gonna let me down?</clap-text>
13
+ <clap-text at="20">Turn around and desert me!</clap-text>
14
+ <clap-text at="30">You're an addict!</clap-text>
15
+ <clap-text at="40">Son of a clapper!</clap-text>
16
+ <clap-text at="50">No way</clap-text>
17
+ <clap-text at="60">Go back to work!</clap-text>
18
+ <clap-text at="70">This is getting out of <em>hand</em></clap-text>
19
+ <clap-text at="80">Unbelievable</clap-text>
20
+ <clap-text at="90">PREPOSTEROUS</clap-text>
21
+ <clap-text at="100">I N S A N I T Y</clap-text>
22
+ <clap-text at="185"><span style="font-family:monospace">FEED ME A STRAY CAT</span></clap-text>
23
+ </clap-config>
24
+
5
25
  {% include templates/animation.html %}
6
26
  {% include templates/loading.html %}
7
27
  {% include templates/error.html %}
8
- {% include templates/forward.html %}
9
- {% include templates/back.html %}
10
28
  {% include templates/permalink.html %}
11
29
  </div>
data/_layouts/about.html CHANGED
@@ -17,7 +17,7 @@
17
17
  layout: base
18
18
  ---
19
19
 
20
- <article class="page" role="article">
20
+ <article class="page mb6" role="article">
21
21
  {% if content contains "<!--author-->" %}
22
22
  {% assign plugins = site.plugins | default:site.gems %}
23
23
  {% assign author = site.data.authors[page.author] | default:site.data.authors.first[1] | default:site.author %}
@@ -41,3 +41,6 @@ layout: base
41
41
 
42
42
  {{ content }}
43
43
  </article>
44
+
45
+ {% include components/dingbat.html %}
46
+ {% include body/comments.html %}
data/_layouts/base.html CHANGED
@@ -26,13 +26,9 @@ layout: compress
26
26
 
27
27
  {% assign author = site.data.authors[page.author] | default:site.data.authors.first[1] | default:site.author %}
28
28
 
29
- {% assign image = site.accent_image | default:'/assets/img/sidebar-bg.jpg' %}
30
- {% assign color = site.accent_color | default:'#4fb1ba' %}
31
- {% assign theme_color = site.theme_color | default:'#193747' %}
32
-
33
- {% if page.accent_image %}{% assign image = page.accent_image %}{% endif %}
34
- {% if page.accent_color %}{% assign color = page.accent_color %}{% endif %}
35
- {% if page.theme_color %}{% assign theme_color = page.theme_color %}{% endif %}
29
+ {% assign image = page.accent_image | default:site.accent_image | default:'/assets/img/sidebar-bg.jpg' %}
30
+ {% assign color = page.accent_color | default:site.accent_color | default:'rgb(79,177,186)' %}
31
+ {% assign theme_color = page.theme_color | default:site.theme_color | default:'rgb(8,46,57)' %}
36
32
 
37
33
  <head>
38
34
  {% include head/index.html %}
@@ -10,6 +10,6 @@
10
10
  /\___/ \ \____/
11
11
  \/__/ \/___/
12
12
 
13
- Powered by Hydejack v9.0.0 <https://hydejack.com/>
13
+ Powered by Hydejack v9.1.0 <https://hydejack.com/>
14
14
  -->{% capture _LINE_FEED %}
15
15
  {% endcapture %}{% if site.compress_html.ignore.envs contains jekyll.environment %}{{ content }}{% else %}{% capture _content %}{{ content }}{% endcapture %}{% assign _profile = site.compress_html.profile %}{% if site.compress_html.endings == "all" %}{% assign _endings = "html head body li dt dd p rt rp optgroup option colgroup caption thead tbody tfoot tr td th" | split: " " %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}</{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if _profile and _endings %}{% assign _profile_endings = _content | size | plus: 1 %}{% endif %}{% for _element in site.compress_html.startings %}{% capture _start %}<{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _start %}{% endfor %}{% if _profile and site.compress_html.startings %}{% assign _profile_startings = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.comments == "all" %}{% assign _comments = "<!-- -->" | split: " " %}{% else %}{% assign _comments = site.compress_html.comments %}{% endif %}{% if _comments.size == 2 %}{% capture _comment_befores %}.{{ _content }}{% endcapture %}{% assign _comment_befores = _comment_befores | split: _comments.first %}{% for _comment_before in _comment_befores %}{% if forloop.first %}{% continue %}{% endif %}{% capture _comment_outside %}{% if _carry %}{{ _comments.first }}{% endif %}{{ _comment_before }}{% endcapture %}{% capture _comment %}{% unless _carry %}{{ _comments.first }}{% endunless %}{{ _comment_outside | split: _comments.last | first }}{% if _comment_outside contains _comments.last %}{{ _comments.last }}{% assign _carry = false %}{% else %}{% assign _carry = true %}{% endif %}{% endcapture %}{% assign _content = _content | remove_first: _comment %}{% endfor %}{% if _profile %}{% assign _profile_comments = _content | size | plus: 1 %}{% endif %}{% endif %}{% assign _pre_befores = _content | split: "<pre" %}{% assign _content = "" %}{% for _pre_before in _pre_befores %}{% assign _pres = _pre_before | split: "</pre>" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "</pre>" %}<pre{{ _pres.first }}</pre>{% endif %}{% unless _pre_before contains "</pre>" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " <e;<e; </e>;</e>;</e> ;</e>" | replace: "e", _element | split: ";" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{% if _profile and _clippings %}{% assign _profile_clippings = _content | size | plus: 1 %}{% endif %}{{ _content }}{% if _profile %} <table id="compress_html_profile_{{ site.time | date: "%Y%m%d" }}" class="compress_html_profile"> <thead> <tr> <td>Step <td>Bytes <tbody> <tr> <td>raw <td>{{ content | size }}{% if _profile_endings %} <tr> <td>endings <td>{{ _profile_endings }}{% endif %}{% if _profile_startings %} <tr> <td>startings <td>{{ _profile_startings }}{% endif %}{% if _profile_comments %} <tr> <td>comments <td>{{ _profile_comments }}{% endif %}{% if _profile_collapse %} <tr> <td>collapse <td>{{ _profile_collapse }}{% endif %}{% if _profile_clippings %} <tr> <td>clippings <td>{{ _profile_clippings }}{% endif %} </table>{% endif %}{% endif %}</html>
data/_layouts/list.html CHANGED
@@ -14,7 +14,7 @@
14
14
  # You should have received a copy of the GNU General Public License
15
15
  # along with this program. If not, see <http://www.gnu.org/licenses/>.
16
16
 
17
- layout: page
17
+ layout: plain
18
18
  ---
19
19
 
20
20
  {{ content }}
data/_layouts/page.html CHANGED
@@ -17,12 +17,14 @@
17
17
  layout: base
18
18
  ---
19
19
 
20
- <article class="page" role="article">
20
+ <article class="page mb6" role="article">
21
21
  <header>
22
22
  <h1 class="page-title">{{ page.title }}</h1>
23
23
  {% include components/message.html text=page.description hide=page.hide_description %}
24
24
  </header>
25
25
 
26
26
  {{ content }}
27
- {% include body/comments.html %}
28
27
  </article>
28
+
29
+ {% include components/dingbat.html %}
30
+ {% include body/comments.html %}
@@ -0,0 +1,29 @@
1
+ ---
2
+ # Copyright (c) 2020 Florian Klampfer <https://qwtel.com/>
3
+ #
4
+ # This program is free software: you can redistribute it and/or modify
5
+ # it under the terms of the GNU General Public License as published by
6
+ # the Free Software Foundation, either version 3 of the License, or
7
+ # (at your option) any later version.
8
+ #
9
+ # This program is distributed in the hope that it will be useful,
10
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
+ # GNU General Public License for more details.
13
+ #
14
+ # You should have received a copy of the GNU General Public License
15
+ # along with this program. If not, see <http://www.gnu.org/licenses/>.
16
+
17
+ layout: base
18
+ ---
19
+
20
+ <article class="page" role="article">
21
+ <header>
22
+ <h1 class="page-title">{{ page.title }}</h1>
23
+ {% include components/message.html text=page.description hide=page.hide_description %}
24
+ </header>
25
+
26
+ {{ content }}
27
+ </article>
28
+
29
+ {% include components/dingbat.html hidden=true %}
data/_layouts/post.html CHANGED
@@ -19,7 +19,7 @@ layout: base
19
19
 
20
20
  {% include_cached components/post.html post=page no_link_title=true no_excerpt=true hide_image=page.hide_image hide_description=page.hide_description %}
21
21
 
22
- <hr class="dingbat related" />
22
+ {% include components/dingbat.html %}
23
23
 
24
24
  {% assign addons = page.addons | default:site.hydejack.post_addons %}
25
25
  {% unless addons %}{% assign addons = "about,newsletter,related,random" | split:"," %}{% endunless %}
data/_sass/_mixins.scss CHANGED
@@ -45,5 +45,11 @@
45
45
  @mixin fallback-image() {
46
46
  background-position: center;
47
47
  background-repeat: no-repeat;
48
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTYwIiBoZWlnaHQ9IjkwIiB2aWV3Qm94PSIwIDAgMTYwIDkwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxnIHRyYW5zZm9ybT0ibWF0cml4KDAuMDQ4ODI4LCAwLCAwLCAwLjA0Nzk5MSwgNTQuOTk5OTczLCAyMC40MjgxNDgpIj4KICAgIDxwYXRoIGQ9Ik05NTkuODg0IDEyOGMwLjA0MCAwLjAzNCAwLjA4MiAwLjA3NiAwLjExNiAwLjExNnY3NjcuNzdjLTAuMDM0IDAuMDQwLTAuMDc2IDAuMDgyLTAuMTE2IDAuMTE2aC04OTUuNzdjLTAuMDQwLTAuMDM0LTAuMDgyLTAuMDc2LTAuMTE0LTAuMTE2di03NjcuNzcyYzAuMDM0LTAuMDQwIDAuMDc2LTAuMDgyIDAuMTE0LTAuMTE0aDg5NS43N3pNOTYwIDY0aC04OTZjLTM1LjIgMC02NCAyOC44LTY0IDY0djc2OGMwIDM1LjIgMjguOCA2NCA2NCA2NGg4OTZjMzUuMiAwIDY0LTI4LjggNjQtNjR2LTc2OGMwLTM1LjItMjguOC02NC02NC02NHYweiIgc3R5bGU9ImZpbGw6IHJnYigyMjEsIDIyMSwgMjIxKTsiLz4KICAgIDxwYXRoIGQ9Ik04MzIgMjg4YzAgNTMuMDIwLTQyLjk4IDk2LTk2IDk2cy05Ni00Mi45OC05Ni05NiA0Mi45OC05NiA5Ni05NiA5NiA0Mi45OCA5NiA5NnoiIHN0eWxlPSJmaWxsOiByZ2IoMjIxLCAyMjEsIDIyMSk7Ii8+CiAgICA8cGF0aCBkPSJNODk2IDgzMmgtNzY4di0xMjhsMjI0LTM4NCAyNTYgMzIwaDY0bDIyNC0xOTJ6IiBzdHlsZT0iZmlsbDogcmdiKDIyMSwgMjIxLCAyMjEpOyIvPgogIDwvZz4KPC9zdmc+');
49
- }
48
+ background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTYwIiBoZWlnaHQ9IjkwIiB2aWV3Qm94PSIwIDAgMTYwIDkwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxnIHRyYW5zZm9ybT0ibWF0cml4KDAuMDQ4ODI4LCAwLCAwLCAwLjA0Nzk5MSwgNTQuOTk5OTczLCAyMC40MjgxNDgpIj4KICAgIDxwYXRoIHN0eWxlPSJmaWxsOnJnYmEoMTI4LDEyOCwxMjgsLjMzKSIgZD0iTTk1OS44ODQgMTI4YzAuMDQwIDAuMDM0IDAuMDgyIDAuMDc2IDAuMTE2IDAuMTE2djc2Ny43N2MtMC4wMzQgMC4wNDAtMC4wNzYgMC4wODItMC4xMTYgMC4xMTZoLTg5NS43N2MtMC4wNDAtMC4wMzQtMC4wODItMC4wNzYtMC4xMTQtMC4xMTZ2LTc2Ny43NzJjMC4wMzQtMC4wNDAgMC4wNzYtMC4wODIgMC4xMTQtMC4xMTRoODk1Ljc3ek05NjAgNjRoLTg5NmMtMzUuMiAwLTY0IDI4LjgtNjQgNjR2NzY4YzAgMzUuMiAyOC44IDY0IDY0IDY0aDg5NmMzNS4yIDAgNjQtMjguOCA2NC02NHYtNzY4YzAtMzUuMi0yOC44LTY0LTY0LTY0djB6Ii8+CiAgICA8cGF0aCBzdHlsZT0iZmlsbDpyZ2JhKDEyOCwxMjgsMTI4LC4zMykiIGQ9Ik04MzIgMjg4YzAgNTMuMDIwLTQyLjk4IDk2LTk2IDk2cy05Ni00Mi45OC05Ni05NiA0Mi45OC05NiA5Ni05NiA5NiA0Mi45OCA5NiA5NnoiLz4KICAgIDxwYXRoIHN0eWxlPSJmaWxsOnJnYmEoMTI4LDEyOCwxMjgsLjMzKSIgZD0iTTg5NiA4MzJoLTc2OHYtMTI4bDIyNC0zODQgMjU2IDMyMGg2NGwyMjQtMTkyeiIvPgogIDwvZz4KPC9zdmc+');
49
+ }
50
+
51
+ @mixin border-radius() {
52
+ @media (min-width: $break-point-1) {
53
+ border-radius: $border-radius;
54
+ }
55
+ }
@@ -7,7 +7,7 @@
7
7
  // During development you can run `npm run watch:css`
8
8
  // to continuosly rebuild this file.
9
9
 
10
- // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
10
+ // Copyright (c) 2021 Florian Klampfer <https://qwtel.com/>
11
11
  //
12
12
  // This program is free software: you can redistribute it and/or modify
13
13
  // it under the terms of the GNU General Public License as published by
@@ -24,12 +24,11 @@
24
24
 
25
25
 
26
26
 
27
-
28
27
  body::before {
29
28
  @media screen {
30
29
  content: '';
31
30
  width: .5rem;
32
- background: var(--border-color);
31
+ background: var(--gray-bg);
33
32
  position: fixed;
34
33
  left: 0;
35
34
  top: 0;
@@ -55,5 +54,25 @@ html {
55
54
  }
56
55
  }
57
56
 
57
+ #breadcrumbs {
58
+ > ul {
59
+ @extend .ellipsis;
60
+ height: 1rem;
61
+ margin: -1.5rem 0 .5rem;
62
+ padding: 0;
63
+ font-size: .667rem;
64
+ color: var(--menu-text);
65
+ text-transform: uppercase;
66
+ width: 100%;
67
+ list-style: none;
68
+ > li {
69
+ display: inline;
70
+ a {
71
+ color: var(--gray);
72
+ text-decoration: none;
73
+ border-bottom: none;
74
+ }
75
+ }
76
+ }
77
+ }
58
78
 
59
- // @media print { html { font-size: var(--root-font-size-print); } }
@@ -22,18 +22,21 @@
22
22
  // You should have received a copy of the GNU General Public License
23
23
  // along with this program. If not, see <http://www.gnu.org/licenses/>.
24
24
 
25
-
26
25
  .content {
26
+
27
27
  margin-left: auto;
28
28
  margin-right: auto;
29
29
  padding: 8rem $content-padding 12rem;
30
30
 
31
31
  @media screen {
32
32
  padding-left: $content-padding + .5rem;
33
- max-width: $content-width;
34
33
  min-height: 100vh;
35
34
  }
36
35
 
36
+ @media screen and (min-width: $break-point-1) {
37
+ max-width: $content-width;
38
+ }
39
+
37
40
  @media screen and (min-width: $break-point-2) {
38
41
  max-width: $content-width-2;
39
42
  }
@@ -45,6 +48,7 @@
45
48
  }
46
49
 
47
50
  @media screen and (min-width: $break-point-5) {
51
+ padding-top: 9rem;
48
52
  margin-left: $sidebar-width + $content-margin-5;
49
53
  margin-right: $content-margin-5;
50
54
  max-width: $content-width-5;
@@ -53,6 +57,8 @@
53
57
  @media screen and (min-width: $break-point-dynamic) {
54
58
  margin: auto;
55
59
  }
60
+
61
+
56
62
  }
57
63
 
58
64
  .large-only {
@@ -61,6 +67,3 @@
61
67
  display: block;
62
68
  }
63
69
  }
64
-
65
-
66
-
@@ -68,16 +68,25 @@ hy-drawer {
68
68
  color: rgba(255, 255, 255, .75);
69
69
  text-align: center;
70
70
  min-height: 100vh;
71
+ &.invert { color: rgba(32, 32, 32, .75) }
71
72
 
72
73
 
73
74
  a {
75
+
74
76
  color: #fff;
75
77
  border-bottom-color: rgba(255, 255, 255, 0.2);
76
78
  text-decoration-color: rgba(255, 255, 255, 0.2);
77
- &:hover {
78
- // border-bottom-color: #fff;
79
- // text-decoration-color: #fff;
80
- }
79
+
80
+
81
+ }
82
+
83
+ &.invert a {
84
+
85
+ color: #222;
86
+ border-bottom-color: rgba(32, 32, 32, 0.2);
87
+ text-decoration-color: rgba(32, 32, 32, 0.2);
88
+
89
+
81
90
  }
82
91
  }
83
92
 
@@ -148,6 +157,11 @@ hy-drawer {
148
157
  }
149
158
  }
150
159
 
160
+ .sidebar.invert .sidebar-about > a.sidebar-title{
161
+ &::after { border-color: rgba(32, 32, 32, 0.2) }
162
+ &:hover::after { border-color: #222 }
163
+ }
164
+
151
165
  .sidebar-nav > ul {
152
166
  list-style: none;
153
167
  padding-left: 0;
@@ -25,18 +25,12 @@
25
25
  #markdown-toc {
26
26
 
27
27
  @extend .note-sm;
28
- padding: 0 1.5rem .5rem 2.5rem;
29
28
  margin: 2rem -1rem 2rem calc(-1rem + 1px);
29
+ padding-left: 2.5rem;
30
+ padding-bottom: .5rem;
30
31
 
31
32
  // transition: opacity 300ms ease, transform 300ms ease, border-color 1s ease;
32
- &:before {
33
- position: relative;
34
- left: -1.5rem;
35
- top: -.25rem;
36
- display: inline-block;
37
- margin-bottom: .25rem;
38
- }
39
-
33
+ &:before { left: 1rem; }
40
34
  }
41
35
 
42
36
  body:not(.no-toc) #markdown-toc {
@@ -44,12 +38,18 @@ body:not(.no-toc) #markdown-toc {
44
38
 
45
39
  position: absolute;
46
40
  z-index: 4;
47
- width: calc(50% - #{$half-content});
41
+ width: 20.5rem;
48
42
  right: 0;
49
43
  margin: auto;
50
44
  overflow: auto;
51
45
 
52
- // overscroll-behavior: contain;
53
46
 
54
47
  }
55
48
  }
49
+
50
+
51
+ body.no-break-layout:not(.no-toc) #markdown-toc {
52
+ @media screen and (min-width: $break-point-dynamic) {
53
+ width: calc(50% - #{$half-content});
54
+ }
55
+ }
@@ -32,6 +32,8 @@
32
32
  .mt3 { margin-top: 3rem }
33
33
  .mt4 { margin-top: 4rem }
34
34
  .pb0 { padding-bottom: 0 }
35
+ .ml1 { margin-left: 1rem }
36
+ .mr1 { margin-right: 1rem }
35
37
 
36
38
  .sixteen-nine { @include aspect-ratio(16, 9); }
37
39
  .sixteen-ten { @include aspect-ratio(16, 10); }
@@ -42,7 +44,30 @@
42
44
 
43
45
  }
44
46
 
47
+ .larger { font-size: larger; }
48
+ .smaller { font-size: smaller; }
49
+
50
+ .clearfix {
51
+ content: "";
52
+ display: table;
53
+ clear: both;
54
+ }
55
+
56
+ .ellipsis {
57
+ white-space: nowrap;
58
+ overflow: hidden;
59
+ text-overflow: ellipsis;
60
+ }
61
+
45
62
  .border {
46
63
  border: 1px solid var(--border-color);
47
64
  // transition: border-color 1s ease;
48
65
  }
66
+
67
+ .border-radius {
68
+ @include border-radius();
69
+ }
70
+
71
+ .fallback-img {
72
+ @include fallback-image();
73
+ }