jekyll-theme-hydejack 7.5.2 → 8.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (328) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.md +1 -4
  3. data/README.md +139 -86
  4. data/_includes/body/analytics.html +36 -0
  5. data/_includes/{comments.html → body/comments.html} +0 -0
  6. data/_includes/{footer.html → body/footer.html} +4 -2
  7. data/_includes/body/index.html +22 -0
  8. data/_includes/body/main.html +18 -0
  9. data/_includes/{menu.html → body/menu.html} +1 -0
  10. data/_includes/{nav.html → body/nav.html} +0 -0
  11. data/_includes/body/scripts.html +22 -0
  12. data/_includes/{sidebar.html → body/sidebar.html} +19 -6
  13. data/_includes/{about.html → components/about.html} +1 -1
  14. data/_includes/{author.html → components/author.html} +3 -3
  15. data/_includes/{avatar-tag.html → components/avatar-tag.html} +0 -0
  16. data/_includes/{srcset-img.html → components/hy-img.html} +24 -8
  17. data/_includes/{link.html → components/link.html} +0 -0
  18. data/_includes/{message.html → components/message.html} +0 -0
  19. data/_includes/{pagination.html → components/pagination.html} +2 -2
  20. data/_includes/{post-list-item.html → components/post-list-item.html} +0 -0
  21. data/_includes/{post.html → components/post.html} +21 -10
  22. data/_includes/{related-posts.html → components/related-posts.html} +1 -1
  23. data/_includes/components/social-list-item.html +40 -0
  24. data/_includes/components/social.html +23 -0
  25. data/_includes/{tag-list.html → components/tag-list.html} +0 -0
  26. data/_includes/head/index.html +9 -0
  27. data/_includes/head/links.html +7 -5
  28. data/_includes/head/meta.html +3 -3
  29. data/_includes/{page-style.html → head/page-style.html} +1 -1
  30. data/_includes/head/scripts.html +10 -39
  31. data/_includes/head/styles.html +42 -15
  32. data/_includes/header.txt +1 -1
  33. data/_includes/my-body.html +42 -0
  34. data/_includes/my-scripts.html +55 -0
  35. data/_includes/scripts/load-js.js +60 -0
  36. data/_includes/scripts/load-js.min.js +1 -0
  37. data/_includes/{smart-url → smart-url.txt} +0 -0
  38. data/_includes/styles/inline.scss +15 -19
  39. data/_includes/styles/style.scss +20 -17
  40. data/_includes/templates/animation.html +1 -1
  41. data/_includes/templates/back.html +1 -1
  42. data/_includes/templates/cookies-banner.html +1 -1
  43. data/_includes/templates/error.html +1 -1
  44. data/_includes/{templates.html → templates/index.html} +1 -2
  45. data/_includes/templates/loading.html +1 -1
  46. data/_includes/templates/permalink.html +1 -1
  47. data/_layouts/about.html +29 -30
  48. data/_layouts/base.html +20 -62
  49. data/_layouts/blog.html +20 -22
  50. data/_layouts/compress.html +1 -1
  51. data/_layouts/default.html +13 -18
  52. data/_layouts/home.html +11 -16
  53. data/_layouts/list.html +13 -18
  54. data/_layouts/not-found.html +11 -16
  55. data/_layouts/page.html +12 -17
  56. data/_layouts/post.html +15 -20
  57. data/_layouts/redirect.html +11 -16
  58. data/_sass/_mixins.scss +10 -15
  59. data/_sass/_spinner.scss +10 -15
  60. data/_sass/_variables.scss +35 -19
  61. data/_sass/hydejack/__inline/_avatar.scss +33 -32
  62. data/_sass/hydejack/__inline/_base.scss +30 -68
  63. data/_sass/hydejack/__inline/_break-layout.scss +19 -26
  64. data/_sass/hydejack/__inline/_content.scss +29 -34
  65. data/_sass/hydejack/__inline/_footer.scss +19 -26
  66. data/_sass/hydejack/__inline/_images.scss +38 -0
  67. data/_sass/hydejack/__inline/_katex.scss +19 -26
  68. data/_sass/hydejack/__inline/_links.scss +45 -0
  69. data/_sass/hydejack/__inline/_mark-external.scss +19 -26
  70. data/_sass/hydejack/__inline/_menu.scss +28 -35
  71. data/_sass/hydejack/__inline/_sidebar.scss +76 -76
  72. data/_sass/hydejack/__inline/_social.scss +25 -31
  73. data/_sass/hydejack/__inline/_utilities.scss +42 -0
  74. data/_sass/hydejack/__link/_avatar.scss +29 -28
  75. data/_sass/hydejack/__link/_base.scss +19 -83
  76. data/_sass/hydejack/__link/_break-layout.scss +35 -34
  77. data/_sass/hydejack/__link/_content.scss +19 -26
  78. data/_sass/hydejack/__link/_footer.scss +19 -26
  79. data/_sass/hydejack/__link/_images.scss +84 -0
  80. data/_sass/hydejack/__link/_katex.scss +19 -26
  81. data/_sass/hydejack/__link/_links.scss +53 -0
  82. data/_sass/hydejack/__link/_mark-external.scss +19 -26
  83. data/_sass/hydejack/__link/_menu.scss +29 -50
  84. data/_sass/hydejack/__link/_sidebar.scss +71 -118
  85. data/_sass/hydejack/__link/_social.scss +19 -26
  86. data/_sass/hydejack/__link/_utilities.scss +51 -0
  87. data/_sass/hydejack/_avatar.pre.scss +26 -20
  88. data/_sass/hydejack/_base.pre.scss +22 -88
  89. data/_sass/hydejack/_break-layout.pre.scss +26 -23
  90. data/_sass/hydejack/_content.pre.scss +20 -23
  91. data/_sass/hydejack/_footer.pre.scss +10 -15
  92. data/_sass/hydejack/_images.pre.scss +77 -0
  93. data/_sass/hydejack/_katex.pre.scss +10 -15
  94. data/_sass/hydejack/_links.pre.scss +47 -0
  95. data/_sass/hydejack/_mark-external.pre.scss +10 -15
  96. data/_sass/hydejack/_menu.pre.scss +31 -38
  97. data/_sass/hydejack/_sidebar.pre.scss +98 -116
  98. data/_sass/hydejack/_social.pre.scss +16 -20
  99. data/_sass/hydejack/_utilities.pre.scss +43 -0
  100. data/_sass/my-variables.scss +0 -8
  101. data/_sass/pooleparty/__inline/_base.scss +19 -28
  102. data/_sass/pooleparty/__inline/_code.scss +19 -26
  103. data/_sass/pooleparty/__inline/_footer.scss +19 -26
  104. data/_sass/pooleparty/__inline/_footnotes.scss +19 -26
  105. data/_sass/pooleparty/__inline/_message.scss +19 -26
  106. data/_sass/pooleparty/__inline/_pagination.scss +19 -26
  107. data/_sass/pooleparty/__inline/_posts.scss +19 -26
  108. data/_sass/pooleparty/__inline/_read-more.scss +25 -0
  109. data/_sass/pooleparty/__inline/_related.scss +19 -26
  110. data/_sass/pooleparty/__inline/_table.scss +19 -26
  111. data/_sass/pooleparty/__inline/_type.scss +25 -39
  112. data/_sass/pooleparty/__link/_base.scss +19 -26
  113. data/_sass/pooleparty/__link/_code.scss +19 -26
  114. data/_sass/pooleparty/__link/_footer.scss +19 -26
  115. data/_sass/pooleparty/__link/_footnotes.scss +30 -26
  116. data/_sass/pooleparty/__link/_message.scss +19 -26
  117. data/_sass/pooleparty/__link/_pagination.scss +19 -26
  118. data/_sass/pooleparty/__link/_posts.scss +20 -27
  119. data/_sass/pooleparty/__link/_read-more.scss +45 -0
  120. data/_sass/pooleparty/__link/_related.scss +19 -26
  121. data/_sass/pooleparty/__link/_table.scss +19 -26
  122. data/_sass/pooleparty/__link/_type.scss +27 -48
  123. data/_sass/pooleparty/_base.pre.scss +10 -17
  124. data/_sass/pooleparty/_code.pre.scss +10 -15
  125. data/_sass/pooleparty/_footer.pre.scss +10 -15
  126. data/_sass/pooleparty/_footnotes.pre.scss +21 -15
  127. data/_sass/pooleparty/_message.pre.scss +10 -15
  128. data/_sass/pooleparty/_pagination.pre.scss +10 -15
  129. data/_sass/pooleparty/_posts.pre.scss +11 -16
  130. data/_sass/pooleparty/_read-more.pre.scss +36 -0
  131. data/_sass/pooleparty/_related.pre.scss +10 -15
  132. data/_sass/pooleparty/_table.pre.scss +10 -15
  133. data/_sass/pooleparty/_type.pre.scss +24 -50
  134. data/assets/Resume.pdf +0 -0
  135. data/assets/bower.json +3 -3
  136. data/assets/bower_components/fontfaceobserver/.bower.json +33 -0
  137. data/assets/bower_components/fontfaceobserver/.gitignore +2 -0
  138. data/assets/bower_components/fontfaceobserver/.travis.yml +16 -0
  139. data/assets/bower_components/fontfaceobserver/Gruntfile.js +101 -0
  140. data/assets/bower_components/fontfaceobserver/LICENSE +23 -0
  141. data/assets/bower_components/fontfaceobserver/bower.json +22 -0
  142. data/assets/bower_components/fontfaceobserver/exports.js +8 -0
  143. data/assets/bower_components/fontfaceobserver/externs-commonjs.js +10 -0
  144. data/assets/bower_components/fontfaceobserver/externs.js +15 -0
  145. data/assets/bower_components/fontfaceobserver/fontfaceobserver.js +12 -0
  146. data/assets/bower_components/fontfaceobserver/fontfaceobserver.standalone.js +8 -0
  147. data/assets/bower_components/fontfaceobserver/package.json +57 -0
  148. data/assets/bower_components/fontfaceobserver/src/descriptors.js +10 -0
  149. data/assets/bower_components/fontfaceobserver/src/observer.js +349 -0
  150. data/assets/bower_components/fontfaceobserver/src/ruler.js +130 -0
  151. data/assets/bower_components/fontfaceobserver/test/assets/index.html +8 -0
  152. data/assets/bower_components/fontfaceobserver/test/assets/late.css +1 -0
  153. data/assets/bower_components/fontfaceobserver/test/assets/sourcesanspro-regular.eot +0 -0
  154. data/assets/bower_components/fontfaceobserver/test/assets/sourcesanspro-regular.ttf +0 -0
  155. data/assets/bower_components/fontfaceobserver/test/assets/sourcesanspro-regular.woff +0 -0
  156. data/assets/bower_components/fontfaceobserver/test/assets/subset.eot +0 -0
  157. data/assets/bower_components/fontfaceobserver/test/assets/subset.ttf +0 -0
  158. data/assets/bower_components/fontfaceobserver/test/assets/subset.woff +0 -0
  159. data/assets/bower_components/fontfaceobserver/test/deps.js +5 -0
  160. data/assets/bower_components/fontfaceobserver/test/index.html +97 -0
  161. data/assets/bower_components/fontfaceobserver/test/observer-test.js +465 -0
  162. data/assets/bower_components/fontfaceobserver/test/ruler-test.js +112 -0
  163. data/assets/bower_components/fontfaceobserver/vendor/google/base.js +1489 -0
  164. data/assets/bower_components/katex/.bower.json +7 -6
  165. data/assets/bower_components/katex/dist/contrib/auto-render.js +790 -0
  166. data/assets/bower_components/katex/dist/contrib/auto-render.min.js +1 -1
  167. data/assets/bower_components/katex/dist/contrib/copy-tex.css +12 -0
  168. data/assets/bower_components/katex/dist/contrib/copy-tex.js +174 -0
  169. data/assets/bower_components/katex/dist/contrib/copy-tex.min.css +1 -0
  170. data/assets/bower_components/katex/dist/contrib/copy-tex.min.js +1 -0
  171. data/assets/bower_components/katex/dist/contrib/mathtex-script-type.js +113 -0
  172. data/assets/bower_components/katex/dist/contrib/mathtex-script-type.min.js +1 -0
  173. data/assets/bower_components/katex/dist/fonts/KaTeX_AMS-Regular.ttf +0 -0
  174. data/assets/bower_components/katex/dist/fonts/KaTeX_AMS-Regular.woff +0 -0
  175. data/assets/bower_components/katex/dist/fonts/KaTeX_AMS-Regular.woff2 +0 -0
  176. data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Bold.ttf +0 -0
  177. data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Bold.woff +0 -0
  178. data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Bold.woff2 +0 -0
  179. data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Regular.ttf +0 -0
  180. data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Regular.woff +0 -0
  181. data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Regular.woff2 +0 -0
  182. data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Bold.ttf +0 -0
  183. data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Bold.woff +0 -0
  184. data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Bold.woff2 +0 -0
  185. data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Regular.ttf +0 -0
  186. data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Regular.woff +0 -0
  187. data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Regular.woff2 +0 -0
  188. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Bold.ttf +0 -0
  189. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Bold.woff +0 -0
  190. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Bold.woff2 +0 -0
  191. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-BoldItalic.ttf +0 -0
  192. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-BoldItalic.woff +0 -0
  193. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-BoldItalic.woff2 +0 -0
  194. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Italic.ttf +0 -0
  195. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Italic.woff +0 -0
  196. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Italic.woff2 +0 -0
  197. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Regular.ttf +0 -0
  198. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Regular.woff +0 -0
  199. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Regular.woff2 +0 -0
  200. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-Italic.ttf +0 -0
  201. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-Italic.woff +0 -0
  202. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-Italic.woff2 +0 -0
  203. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Bold.ttf +0 -0
  204. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Bold.woff +0 -0
  205. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Bold.woff2 +0 -0
  206. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Italic.ttf +0 -0
  207. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Italic.woff +0 -0
  208. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Italic.woff2 +0 -0
  209. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Regular.ttf +0 -0
  210. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Regular.woff +0 -0
  211. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Regular.woff2 +0 -0
  212. data/assets/bower_components/katex/dist/fonts/KaTeX_Script-Regular.ttf +0 -0
  213. data/assets/bower_components/katex/dist/fonts/KaTeX_Script-Regular.woff +0 -0
  214. data/assets/bower_components/katex/dist/fonts/KaTeX_Script-Regular.woff2 +0 -0
  215. data/assets/bower_components/katex/dist/fonts/KaTeX_Size1-Regular.ttf +0 -0
  216. data/assets/bower_components/katex/dist/fonts/KaTeX_Size1-Regular.woff +0 -0
  217. data/assets/bower_components/katex/dist/fonts/KaTeX_Size1-Regular.woff2 +0 -0
  218. data/assets/bower_components/katex/dist/fonts/KaTeX_Size2-Regular.ttf +0 -0
  219. data/assets/bower_components/katex/dist/fonts/KaTeX_Size2-Regular.woff +0 -0
  220. data/assets/bower_components/katex/dist/fonts/KaTeX_Size2-Regular.woff2 +0 -0
  221. data/assets/bower_components/katex/dist/fonts/KaTeX_Size3-Regular.ttf +0 -0
  222. data/assets/bower_components/katex/dist/fonts/KaTeX_Size3-Regular.woff +0 -0
  223. data/assets/bower_components/katex/dist/fonts/KaTeX_Size3-Regular.woff2 +0 -0
  224. data/assets/bower_components/katex/dist/fonts/KaTeX_Size4-Regular.ttf +0 -0
  225. data/assets/bower_components/katex/dist/fonts/KaTeX_Size4-Regular.woff +0 -0
  226. data/assets/bower_components/katex/dist/fonts/KaTeX_Size4-Regular.woff2 +0 -0
  227. data/assets/bower_components/katex/dist/fonts/KaTeX_Typewriter-Regular.ttf +0 -0
  228. data/assets/bower_components/katex/dist/fonts/KaTeX_Typewriter-Regular.woff +0 -0
  229. data/assets/bower_components/katex/dist/fonts/KaTeX_Typewriter-Regular.woff2 +0 -0
  230. data/assets/bower_components/katex/dist/katex.css +129 -209
  231. data/assets/bower_components/katex/dist/katex.js +14381 -9023
  232. data/assets/bower_components/katex/dist/katex.min.css +1 -1
  233. data/assets/bower_components/katex/dist/katex.min.js +1 -6
  234. data/assets/bower_components/katex/flow-typed/match-at.js +3 -0
  235. data/assets/bower_components/katex/flow-typed/object-assign.js +6 -0
  236. data/assets/bower_components/katex/package-lock.json +13848 -0
  237. data/assets/css/hydejack-8.0.0.css +3 -0
  238. data/assets/img/default-1.jpg +0 -0
  239. data/assets/img/example-content-ii.jpg +0 -0
  240. data/assets/img/example-content-iii.jpg +0 -0
  241. data/assets/img/hydejack-8.jpg +0 -0
  242. data/assets/img/hydejack-8@0,25x.jpg +0 -0
  243. data/assets/img/hydejack-8@0,5x.jpg +0 -0
  244. data/assets/img/projects/hy-drawer.svg +12 -0
  245. data/assets/img/projects/hy-img.svg +17 -0
  246. data/assets/img/projects/hy-push-state.svg +13 -0
  247. data/assets/img/resume.png +0 -0
  248. data/assets/img/sidebar-bg.jpg +0 -0
  249. data/assets/img/swipe.svg +22 -0
  250. data/assets/img/w3m.png +0 -0
  251. data/assets/js/hydejack-8.0.0.js +46 -0
  252. data/assets/js/sw.js +318 -0
  253. data/assets/manifest.json +4 -3
  254. data/assets/version.json +1 -1
  255. data/licenses/Apache-2.0.md +1 -4
  256. data/licenses/GPL-3.0.md +1 -4
  257. data/licenses/MIT.md +1 -4
  258. data/licenses/PRO.md +2 -6
  259. data/licenses/README.md +10 -0
  260. data/licenses/W3C.md +31 -0
  261. metadata +107 -94
  262. data/_includes/blog.html +0 -5
  263. data/_includes/body.html +0 -25
  264. data/_includes/head.html +0 -5
  265. data/_includes/scripts/load-js-deferred.js +0 -68
  266. data/_includes/scripts/load-js-deferred.min.js +0 -1
  267. data/_includes/social-list-item.html +0 -34
  268. data/_includes/social.html +0 -20
  269. data/assets/bower_components/katex/dist/fonts/KaTeX_AMS-Regular.eot +0 -0
  270. data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Bold.eot +0 -0
  271. data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Regular.eot +0 -0
  272. data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Bold.eot +0 -0
  273. data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Regular.eot +0 -0
  274. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Bold.eot +0 -0
  275. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Italic.eot +0 -0
  276. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Regular.eot +0 -0
  277. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-BoldItalic.eot +0 -0
  278. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-BoldItalic.ttf +0 -0
  279. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-BoldItalic.woff +0 -0
  280. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-BoldItalic.woff2 +0 -0
  281. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-Italic.eot +0 -0
  282. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-Regular.eot +0 -0
  283. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-Regular.ttf +0 -0
  284. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-Regular.woff +0 -0
  285. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-Regular.woff2 +0 -0
  286. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Bold.eot +0 -0
  287. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Italic.eot +0 -0
  288. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Regular.eot +0 -0
  289. data/assets/bower_components/katex/dist/fonts/KaTeX_Script-Regular.eot +0 -0
  290. data/assets/bower_components/katex/dist/fonts/KaTeX_Size1-Regular.eot +0 -0
  291. data/assets/bower_components/katex/dist/fonts/KaTeX_Size2-Regular.eot +0 -0
  292. data/assets/bower_components/katex/dist/fonts/KaTeX_Size3-Regular.eot +0 -0
  293. data/assets/bower_components/katex/dist/fonts/KaTeX_Size4-Regular.eot +0 -0
  294. data/assets/bower_components/katex/dist/fonts/KaTeX_Typewriter-Regular.eot +0 -0
  295. data/assets/bower_components/webfontloader/.bower.json +0 -38
  296. data/assets/bower_components/webfontloader/CHANGELOG +0 -419
  297. data/assets/bower_components/webfontloader/Gemfile +0 -3
  298. data/assets/bower_components/webfontloader/LICENSE +0 -176
  299. data/assets/bower_components/webfontloader/Rakefile +0 -269
  300. data/assets/bower_components/webfontloader/bower.json +0 -23
  301. data/assets/bower_components/webfontloader/browsers.json +0 -133
  302. data/assets/bower_components/webfontloader/externs.js +0 -19
  303. data/assets/bower_components/webfontloader/package.json +0 -37
  304. data/assets/bower_components/webfontloader/src/closure.js +0 -2
  305. data/assets/bower_components/webfontloader/src/core/cssclassname.js +0 -46
  306. data/assets/bower_components/webfontloader/src/core/domhelper.js +0 -405
  307. data/assets/bower_components/webfontloader/src/core/eventdispatcher.js +0 -195
  308. data/assets/bower_components/webfontloader/src/core/font.js +0 -140
  309. data/assets/bower_components/webfontloader/src/core/fontmodule.js +0 -16
  310. data/assets/bower_components/webfontloader/src/core/fontmoduleloader.js +0 -47
  311. data/assets/bower_components/webfontloader/src/core/fontruler.js +0 -60
  312. data/assets/bower_components/webfontloader/src/core/fontwatcher.js +0 -171
  313. data/assets/bower_components/webfontloader/src/core/fontwatchrunner.js +0 -249
  314. data/assets/bower_components/webfontloader/src/core/initialize.js +0 -97
  315. data/assets/bower_components/webfontloader/src/core/nativefontwatchrunner.js +0 -69
  316. data/assets/bower_components/webfontloader/src/core/stylesheetwaiter.js +0 -48
  317. data/assets/bower_components/webfontloader/src/core/webfont.js +0 -97
  318. data/assets/bower_components/webfontloader/src/modules.yml +0 -34
  319. data/assets/bower_components/webfontloader/src/modules/custom.js +0 -63
  320. data/assets/bower_components/webfontloader/src/modules/fontdeck.js +0 -66
  321. data/assets/bower_components/webfontloader/src/modules/google/fontapiparser.js +0 -181
  322. data/assets/bower_components/webfontloader/src/modules/google/fontapiurlbuilder.js +0 -77
  323. data/assets/bower_components/webfontloader/src/modules/google/googlefontapi.js +0 -54
  324. data/assets/bower_components/webfontloader/src/modules/monotype.js +0 -110
  325. data/assets/bower_components/webfontloader/src/modules/typekit.js +0 -73
  326. data/assets/bower_components/webfontloader/webfontloader.gemspec +0 -191
  327. data/assets/bower_components/webfontloader/webfontloader.js +0 -17
  328. data/assets/js/hydejack-7.5.2.js +0 -249
@@ -0,0 +1,45 @@
1
+ // THIS FILE IS AUTOGENERATED, DO NOT MODIFY!
2
+ //
3
+ // To change the contents of this file,
4
+ // edit `_sass/hydejack/_links.pre.scss`
5
+ // and run `npm run build:css`.
6
+ //
7
+ // During development you can run `npm run watch:css`
8
+ // to continuosly rebuild this file.
9
+ //
10
+ // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
11
+ //
12
+ // This program is free software: you can redistribute it and/or modify
13
+ // it under the terms of the GNU General Public License as published by
14
+ // the Free Software Foundation, either version 3 of the License, or
15
+ // (at your option) any later version.
16
+ //
17
+ // This program is distributed in the hope that it will be useful,
18
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
19
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
+ // GNU General Public License for more details.
21
+ //
22
+ // You should have received a copy of the GNU General Public License
23
+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
24
+
25
+ hy-push-state a, .a {
26
+ position: relative;
27
+ padding-bottom: .15rem;
28
+ border-bottom: 1px solid;
29
+ // transition: color 500ms, border-color 250ms;
30
+
31
+
32
+ &.no-hover {
33
+ border-bottom: none;
34
+ padding-bottom: none;
35
+ // transition: none;
36
+ // &:hover { transition: none; }
37
+ }
38
+ }
39
+
40
+ /*
41
+ img {
42
+ background-color: $gray-bg;
43
+
44
+ }
45
+ */
@@ -1,33 +1,26 @@
1
- /*
2
- * THIS FILE IS AUTOGENERATED, DO NOT MODIFY!
3
- *
4
- * To change the contents of this file,
5
- * edit `_sass/hydejack/_mark-external.pre.scss`
6
- * and run `npm run build:css`.
7
- *
8
- * During development you can run `npm run watch:css`
9
- * to continuosly rebuild this file.
10
- */
11
-
1
+ // THIS FILE IS AUTOGENERATED, DO NOT MODIFY!
2
+ //
3
+ // To change the contents of this file,
4
+ // edit `_sass/hydejack/_mark-external.pre.scss`
5
+ // and run `npm run build:css`.
6
+ //
7
+ // During development you can run `npm run watch:css`
8
+ // to continuosly rebuild this file.
9
+ //
12
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
11
  //
14
- // Permission is hereby granted, free of charge, to any person obtaining a copy
15
- // of this software and associated documentation files (the "Software"), to deal
16
- // in the Software without restriction, including without limitation the rights
17
- // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18
- // copies of the Software, and to permit persons to whom the Software is
19
- // furnished to do so, subject to the following conditions:
12
+ // This program is free software: you can redistribute it and/or modify
13
+ // it under the terms of the GNU General Public License as published by
14
+ // the Free Software Foundation, either version 3 of the License, or
15
+ // (at your option) any later version.
20
16
  //
21
- // The above copyright notice and this permission notice shall be included in all
22
- // copies or substantial portions of the Software.
17
+ // This program is distributed in the hope that it will be useful,
18
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
19
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
+ // GNU General Public License for more details.
23
21
  //
24
- // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25
- // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26
- // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27
- // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28
- // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29
- // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30
- // SOFTWARE.
22
+ // You should have received a copy of the GNU General Public License
23
+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
31
24
 
32
25
  // <<< link
33
26
  @media screen {
@@ -1,33 +1,26 @@
1
- /*
2
- * THIS FILE IS AUTOGENERATED, DO NOT MODIFY!
3
- *
4
- * To change the contents of this file,
5
- * edit `_sass/hydejack/_menu.pre.scss`
6
- * and run `npm run build:css`.
7
- *
8
- * During development you can run `npm run watch:css`
9
- * to continuosly rebuild this file.
10
- */
11
-
1
+ // THIS FILE IS AUTOGENERATED, DO NOT MODIFY!
2
+ //
3
+ // To change the contents of this file,
4
+ // edit `_sass/hydejack/_menu.pre.scss`
5
+ // and run `npm run build:css`.
6
+ //
7
+ // During development you can run `npm run watch:css`
8
+ // to continuosly rebuild this file.
9
+ //
12
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
11
  //
14
- // Permission is hereby granted, free of charge, to any person obtaining a copy
15
- // of this software and associated documentation files (the "Software"), to deal
16
- // in the Software without restriction, including without limitation the rights
17
- // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18
- // copies of the Software, and to permit persons to whom the Software is
19
- // furnished to do so, subject to the following conditions:
12
+ // This program is free software: you can redistribute it and/or modify
13
+ // it under the terms of the GNU General Public License as published by
14
+ // the Free Software Foundation, either version 3 of the License, or
15
+ // (at your option) any later version.
20
16
  //
21
- // The above copyright notice and this permission notice shall be included in all
22
- // copies or substantial portions of the Software.
17
+ // This program is distributed in the hope that it will be useful,
18
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
19
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
+ // GNU General Public License for more details.
23
21
  //
24
- // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25
- // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26
- // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27
- // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28
- // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29
- // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30
- // SOFTWARE.
22
+ // You should have received a copy of the GNU General Public License
23
+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
31
24
 
32
25
 
33
26
  .fixed-top {
@@ -43,30 +36,30 @@
43
36
  padding-bottom: 0;
44
37
  min-height: 0;
45
38
  height: 0;
46
- color: $gray;
39
+ color: #bbb;
47
40
  }
48
41
 
49
42
  .nav-btn-bar {
50
43
  margin-left: -.875rem;
44
+ height: 0;
51
45
  }
52
46
 
53
47
  .nav-btn {
54
48
  display: inline-block;
55
49
  padding: 1.75rem .875rem;
56
50
  border-bottom: none;
57
- color: $gray!important;
51
+ color: #bbb!important;
58
52
  }
59
53
 
60
-
61
-
62
-
63
54
  #_menu {
64
55
  @media screen and (min-width: $break-point-3) {
65
- position: absolute;
66
- left: -9999px;
67
- // &:focus { position: static; }
56
+ display: none;
68
57
  }
69
- // @media print { display: none; }
58
+ }
59
+
60
+ .animation-main {
61
+ opacity: 0;
62
+ pointer-events: none;
70
63
  }
71
64
 
72
65
 
@@ -1,86 +1,95 @@
1
- /*
2
- * THIS FILE IS AUTOGENERATED, DO NOT MODIFY!
3
- *
4
- * To change the contents of this file,
5
- * edit `_sass/hydejack/_sidebar.pre.scss`
6
- * and run `npm run build:css`.
7
- *
8
- * During development you can run `npm run watch:css`
9
- * to continuosly rebuild this file.
10
- */
11
-
1
+ // THIS FILE IS AUTOGENERATED, DO NOT MODIFY!
2
+ //
3
+ // To change the contents of this file,
4
+ // edit `_sass/hydejack/_sidebar.pre.scss`
5
+ // and run `npm run build:css`.
6
+ //
7
+ // During development you can run `npm run watch:css`
8
+ // to continuosly rebuild this file.
9
+ //
12
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
11
  //
14
- // Permission is hereby granted, free of charge, to any person obtaining a copy
15
- // of this software and associated documentation files (the "Software"), to deal
16
- // in the Software without restriction, including without limitation the rights
17
- // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18
- // copies of the Software, and to permit persons to whom the Software is
19
- // furnished to do so, subject to the following conditions:
12
+ // This program is free software: you can redistribute it and/or modify
13
+ // it under the terms of the GNU General Public License as published by
14
+ // the Free Software Foundation, either version 3 of the License, or
15
+ // (at your option) any later version.
20
16
  //
21
- // The above copyright notice and this permission notice shall be included in all
22
- // copies or substantial portions of the Software.
17
+ // This program is distributed in the hope that it will be useful,
18
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
19
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
+ // GNU General Public License for more details.
23
21
  //
24
- // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25
- // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26
- // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27
- // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28
- // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29
- // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30
- // SOFTWARE.
31
-
32
- .sidebar {
33
- color: rgba(255,255,255,.75);
34
- text-align: left;
35
- a {
36
- color: #fff;
37
- border-bottom-color: rgba(255, 255, 255, 0.2);
38
- // &:hover { border-bottom-color: #fff; }
39
- }
40
- }
22
+ // You should have received a copy of the GNU General Public License
23
+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
41
24
 
42
25
  hy-drawer {
26
+ width: 100%;
43
27
  position: relative;
44
- padding: 1rem 0;
28
+ overflow: hidden;
29
+ // z-index: 2;
45
30
  @media screen {
46
- padding: 2rem 1rem;
47
- // min-height: 640px;
48
- // min-height: 100vh;
49
31
 
50
32
  }
51
33
 
52
34
  @media screen and (min-width: $break-point-3) {
53
35
 
54
36
  position: fixed;
37
+ width: $sidebar-width;
55
38
  top: 0;
56
39
  left: 0;
57
40
  bottom: 0;
58
- width: 18rem;
59
41
  margin-left: 0;
42
+
43
+ &.cover {
44
+ position: relative;
45
+ width: 100%;
46
+ }
60
47
 
61
48
 
62
- // > .hy-drawer-content.hy-drawer-left { box-shadow: none; }
63
- // --hy-drawer-box-shadow: none;
49
+
64
50
  }
65
51
 
66
52
  @media screen and (min-width: $break-point-dynamic) {
67
- width: calc(50% - 28rem);
68
- // > .hy-drawer-content.hy-drawer-left { width: calc(50% - 28rem); left: calc(-50% + 28.5rem); }
69
- // --hy-drawer-width: calc(50% - 28rem);
70
- // --hy-drawer-slide-width: calc(50% - 28.5rem);
53
+ $r28: ($content-width-5 / 2) + $content-margin-5;
54
+
55
+ width: calc(50% - #{$r28});
56
+
57
+
71
58
  }
59
+
60
+
72
61
  }
73
62
 
63
+ .sidebar {
64
+
65
+ position: relative;
66
+ display: flex;
67
+ justify-content: center;
68
+ align-items: center;
69
+ color: rgba(255, 255, 255, .75);
70
+ text-align: center;
71
+ z-index: 2;
72
+ min-height: 100vh;
73
+
74
+
75
+ a {
76
+ color: #fff;
77
+ border-bottom-color: rgba(255, 255, 255, 0.2);
78
+ // &:hover { border-bottom-color: #fff; }
79
+ }
80
+ }
81
+
82
+
83
+
74
84
  .sidebar-bg {
75
85
 
76
86
  position: absolute;
77
87
  top: 0;
78
- right: 0;
79
- bottom: 0;
80
- left: 0;
88
+ left: calc(50% - 50vw);
89
+ width: 100vw;
90
+ height: 100%;
81
91
  background: #202020 center / cover;
82
92
 
83
- /* make sidebar slightly darker to increase text readability (when using a background image) */
84
93
  &::after {
85
94
  content: "";
86
95
  position: absolute;
@@ -93,52 +102,43 @@ hy-drawer {
93
102
 
94
103
 
95
104
  &.sidebar-overlay::after {
96
- /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#202020+0,202020+100&0+0,0.5+100 */
97
- // background: -moz-linear-gradient(top, rgba(32,32,32,0) 0%, rgba(32,32,32,0.5) 100%);
98
- // background: -webkit-linear-gradient(top, rgba(32,32,32,0) 0%,rgba(32,32,32,0.5) 100%);
99
- background: linear-gradient(to bottom, rgba(32,32,32,0) 0%,rgba(32,32,32,0.5) 100%);
100
- // filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00202020', endColorstr='#80202020',GradientType=0 );
105
+ // background: -moz-linear-gradient(top, rgba(32,32,32,0) 0%, rgba(32,32,32,0.5) 50%, rgba(32,32,32,0) 100%);
106
+ // background: -webkit-linear-gradient(top, rgba(32,32,32,0) 0%,rgba(32,32,32,0.5) 50%, rgba(32,32,32,0) 100%);
107
+ background: linear-gradient(to bottom, rgba(32,32,32,0) 0%,rgba(32,32,32,0.5) 50%, rgba(32,32,32,0) 100%);
101
108
  }
102
109
  }
103
110
 
111
+
104
112
  .sidebar-sticky {
105
-
106
113
  position: relative;
107
114
  z-index: 3;
115
+ max-width: $sidebar-width;
116
+ padding: 1.5rem;
117
+ contain: content;
118
+ }
108
119
 
109
- @media screen {
110
- position: absolute;
111
- right: 1.5rem;
112
- left: 1.5rem;
113
- bottom: 1rem;
120
+ .sidebar-about {
121
+ .avatar {
122
+ margin-bottom: 1.5rem
114
123
  }
115
124
 
116
- @media screen and (min-width: $break-point-dynamic) {
117
- left: auto;
118
- width: 15rem;
125
+ > h2 {
126
+ margin-top: 0;
119
127
  }
120
-
121
- }
122
-
123
- /* About section */
124
- .sidebar-about > h1 {
125
- color: #fff;
126
- font-size: 2rem;
127
128
  }
128
129
 
129
130
  .sidebar-nav > ul {
130
131
  list-style: none;
131
132
  padding-left: 0;
132
- margin-bottom: .5rem;
133
133
  }
134
134
 
135
135
  a.sidebar-nav-item {
136
- display: block;
136
+ display: inline-block;
137
137
  font-weight: $font-weight-heading;
138
138
  line-height: 1.75;
139
- padding: .25rem 0;
139
+ padding: .25rem;
140
140
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
141
141
  }
142
142
 
143
- // >>>>>
143
+
144
144
 
@@ -1,45 +1,38 @@
1
- /*
2
- * THIS FILE IS AUTOGENERATED, DO NOT MODIFY!
3
- *
4
- * To change the contents of this file,
5
- * edit `_sass/hydejack/_social.pre.scss`
6
- * and run `npm run build:css`.
7
- *
8
- * During development you can run `npm run watch:css`
9
- * to continuosly rebuild this file.
10
- */
11
-
1
+ // THIS FILE IS AUTOGENERATED, DO NOT MODIFY!
2
+ //
3
+ // To change the contents of this file,
4
+ // edit `_sass/hydejack/_social.pre.scss`
5
+ // and run `npm run build:css`.
6
+ //
7
+ // During development you can run `npm run watch:css`
8
+ // to continuosly rebuild this file.
9
+ //
12
10
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
11
  //
14
- // Permission is hereby granted, free of charge, to any person obtaining a copy
15
- // of this software and associated documentation files (the "Software"), to deal
16
- // in the Software without restriction, including without limitation the rights
17
- // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18
- // copies of the Software, and to permit persons to whom the Software is
19
- // furnished to do so, subject to the following conditions:
12
+ // This program is free software: you can redistribute it and/or modify
13
+ // it under the terms of the GNU General Public License as published by
14
+ // the Free Software Foundation, either version 3 of the License, or
15
+ // (at your option) any later version.
20
16
  //
21
- // The above copyright notice and this permission notice shall be included in all
22
- // copies or substantial portions of the Software.
17
+ // This program is distributed in the hope that it will be useful,
18
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
19
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
+ // GNU General Public License for more details.
23
21
  //
24
- // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25
- // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26
- // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27
- // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28
- // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29
- // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30
- // SOFTWARE.
22
+ // You should have received a copy of the GNU General Public License
23
+ // along with this program. If not, see <http://www.gnu.org/licenses/>.
31
24
 
32
25
 
33
26
  .sidebar-social {
34
- margin-bottom: .5rem;
35
-
36
27
  &::after {
37
28
  @extend .clearfix
38
29
  }
39
30
 
40
31
  > ul {
32
+ display: inline-block;
41
33
  list-style: none;
42
34
  padding-left: 0;
35
+ margin-bottom: 0;
43
36
 
44
37
  > li {
45
38
  float: left;
@@ -47,10 +40,11 @@
47
40
  > a {
48
41
  display: inline-block;
49
42
  text-align: center;
50
- font-size: 1.5rem;
43
+ font-size: 1.4rem;
51
44
  width: 3rem;
52
- height: 3.5rem;
53
- padding: 0;
45
+ height: 4rem;
46
+ padding: .5rem 0;
47
+ line-height: 4rem - 2 * .5rem;
54
48
  }
55
49
  }
56
50