jekyll-theme-hydejack 8.5.0 → 9.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/LICENSE.md +9 -3
- data/NOTICE.md +289 -0
- data/README.md +126 -86
- data/_config.yml +73 -0
- data/_includes/base-classes +9 -0
- data/_includes/body/analytics.html +1 -1
- data/_includes/body/comments.html +1 -1
- data/_includes/body/footer.html +3 -3
- data/_includes/body/index.html +17 -16
- data/_includes/body/main.html +3 -13
- data/_includes/body/menu.html +3 -14
- data/_includes/body/nav.html +4 -4
- data/_includes/body/scripts.html +3 -5
- data/_includes/body/sidebar-bg.html +13 -0
- data/_includes/body/sidebar-sticky.html +25 -0
- data/_includes/body/sidebar.html +7 -40
- data/_includes/components/about.html +1 -1
- data/_includes/components/author.html +3 -3
- data/_includes/components/hy-img.html +15 -26
- data/_includes/components/link.html +1 -1
- data/_includes/components/message.html +1 -1
- data/_includes/components/post-list-item.html +3 -3
- data/_includes/components/post.html +14 -11
- data/_includes/components/related-posts.html +14 -4
- data/_includes/components/tag-list.html +5 -1
- data/_includes/head/css/inline +1 -0
- data/_includes/head/index.html +14 -8
- data/_includes/head/links-static.html +27 -0
- data/_includes/head/links.html +1 -34
- data/_includes/head/meta-static.html +17 -0
- data/_includes/head/meta.html +8 -24
- data/_includes/head/page-style.html +1 -3
- data/_includes/head/scripts.html +12 -7
- data/_includes/head/styles-inline.html +19 -0
- data/_includes/head/styles-layout.html +4 -0
- data/_includes/head/styles-no-inline.html +8 -0
- data/_includes/head/styles.html +5 -34
- data/_includes/header.txt +1 -1
- data/_includes/if-non-null +7 -0
- data/_includes/my-body.html +1 -1
- data/_includes/my-scripts.html +1 -1
- data/_includes/scripts/load-js.min.js +1 -1
- data/_includes/scripts/nomodule.js +21 -0
- data/_includes/scripts/nomodule.min.js +1 -0
- data/_includes/smart-url +1 -0
- data/_includes/smart-url.txt +1 -1
- data/_includes/styles/common.scss +18 -0
- data/_includes/styles/inline.scss +16 -28
- data/_includes/styles/page-style.scss +7 -62
- data/_includes/styles/style.scss +25 -36
- data/_includes/styles/variables.scss +62 -0
- data/_includes/templates/animation.html +1 -1
- data/_includes/templates/back.html +2 -2
- data/_includes/templates/error.html +1 -1
- data/_includes/templates/forward.html +2 -2
- data/_includes/templates/index.html +10 -11
- data/_includes/templates/loading.html +1 -1
- data/_includes/templates/permalink.html +2 -2
- data/_layouts/about.html +1 -1
- data/_layouts/base.html +9 -4
- data/_layouts/blog.html +9 -7
- data/_layouts/compress.html +1 -1
- data/_layouts/default.html +4 -4
- data/_layouts/list.html +11 -17
- data/_layouts/page.html +1 -0
- data/_layouts/post.html +5 -3
- data/_sass/_mixins.scss +7 -21
- data/_sass/_spinner.scss +1 -1
- data/_sass/_syntax.scss +142 -130
- data/_sass/_variables.scss +2 -43
- data/_sass/html.scss +42 -0
- data/_sass/hydejack/__inline__/_avatar.scss +10 -10
- data/_sass/hydejack/__inline__/_base.scss +7 -21
- data/_sass/hydejack/__inline__/_content.scss +9 -2
- data/_sass/hydejack/__inline__/_images.scss +1 -3
- data/_sass/hydejack/__inline__/_links.scss +28 -13
- data/_sass/hydejack/__inline__/_menu.scss +42 -13
- data/_sass/hydejack/__inline__/_sidebar.scss +40 -14
- data/_sass/hydejack/__inline__/_social.scss +3 -0
- data/_sass/hydejack/__inline__/_toc.scss +55 -0
- data/_sass/hydejack/__inline__/_utilities.scss +3 -0
- data/_sass/hydejack/__link__/_avatar.scss +0 -4
- data/_sass/hydejack/__link__/_base.scss +1 -2
- data/_sass/hydejack/__link__/_break-layout.scss +17 -8
- data/_sass/hydejack/__link__/_content.scss +1 -0
- data/_sass/hydejack/__link__/_footer.scss +6 -8
- data/_sass/hydejack/__link__/_images.scss +5 -40
- data/_sass/hydejack/__link__/_katex.scss +1 -26
- data/_sass/hydejack/__link__/_links.scss +29 -20
- data/_sass/hydejack/__link__/_mark-external.scss +2 -7
- data/_sass/hydejack/__link__/_menu.scss +63 -8
- data/_sass/hydejack/__link__/_sidebar.scss +12 -9
- data/_sass/hydejack/__link__/_toc.scss +53 -0
- data/_sass/hydejack/__link__/_utilities.scss +3 -0
- data/_sass/hydejack/_avatar.pre.scss +10 -12
- data/_sass/hydejack/_base.pre.scss +7 -23
- data/_sass/hydejack/_break-layout.pre.scss +19 -10
- data/_sass/hydejack/_content.pre.scss +10 -2
- data/_sass/hydejack/_footer.pre.scss +6 -8
- data/_sass/hydejack/_images.pre.scss +6 -42
- data/_sass/hydejack/_katex.pre.scss +3 -28
- data/_sass/hydejack/_links.pre.scss +49 -19
- data/_sass/hydejack/_mark-external.pre.scss +2 -7
- data/_sass/hydejack/_menu.pre.scss +91 -22
- data/_sass/hydejack/_sidebar.pre.scss +48 -22
- data/_sass/hydejack/_social.pre.scss +3 -0
- data/_sass/hydejack/_toc.pre.scss +65 -0
- data/_sass/hydejack/_utilities.pre.scss +3 -0
- data/_sass/my-inline.scss +2 -16
- data/_sass/my-style.scss +0 -9
- data/_sass/pooleparty/__inline__/_base.scss +10 -9
- data/_sass/pooleparty/__inline__/_message.scss +31 -0
- data/_sass/pooleparty/__inline__/_posts.scss +19 -2
- data/_sass/pooleparty/__inline__/_table.scss +0 -28
- data/_sass/pooleparty/__inline__/_type.scss +81 -15
- data/_sass/pooleparty/__link__/_base.scss +11 -5
- data/_sass/pooleparty/__link__/_code.scss +40 -7
- data/_sass/pooleparty/__link__/_footnotes.scss +4 -5
- data/_sass/pooleparty/__link__/_pagination.scss +3 -2
- data/_sass/pooleparty/__link__/_posts.scss +11 -6
- data/_sass/pooleparty/__link__/_read-more.scss +1 -1
- data/_sass/pooleparty/__link__/_table.scss +27 -16
- data/_sass/pooleparty/__link__/_type.scss +56 -19
- data/_sass/pooleparty/_base.pre.scss +25 -18
- data/_sass/pooleparty/_code.pre.scss +40 -7
- data/_sass/pooleparty/_footnotes.pre.scss +4 -5
- data/_sass/pooleparty/_message.pre.scss +33 -2
- data/_sass/pooleparty/_pagination.pre.scss +5 -4
- data/_sass/pooleparty/_posts.pre.scss +34 -12
- data/_sass/pooleparty/_read-more.pre.scss +1 -1
- data/_sass/pooleparty/_table.pre.scss +13 -20
- data/_sass/pooleparty/_type.pre.scss +100 -35
- data/assets/bower_components/MathJax/.bower.json +28 -0
- data/assets/bower_components/MathJax/LICENSE +202 -0
- data/assets/bower_components/MathJax/bower.json +11 -0
- data/assets/bower_components/MathJax/composer.json +14 -0
- data/assets/bower_components/MathJax/es5/a11y/assistive-mml.js +1 -0
- data/assets/bower_components/MathJax/es5/a11y/complexity.js +1 -0
- data/assets/bower_components/MathJax/es5/a11y/explorer.js +1 -0
- data/assets/bower_components/MathJax/es5/a11y/semantic-enrich.js +1 -0
- data/assets/bower_components/MathJax/es5/adaptors/liteDOM.js +1 -0
- data/assets/bower_components/MathJax/es5/core.js +1 -0
- data/assets/bower_components/MathJax/es5/input/asciimath.js +1 -0
- data/assets/bower_components/MathJax/es5/input/mml.js +1 -0
- data/assets/bower_components/MathJax/es5/input/mml/entities.js +1 -0
- data/assets/bower_components/MathJax/es5/input/tex-base.js +1 -0
- data/assets/bower_components/MathJax/es5/input/tex-full.js +1 -0
- data/assets/bower_components/MathJax/es5/input/tex.js +1 -0
- data/assets/bower_components/MathJax/es5/input/tex/extensions/action.js +1 -0
- data/assets/bower_components/MathJax/es5/input/tex/extensions/all-packages.js +1 -0
- data/assets/bower_components/MathJax/es5/input/tex/extensions/ams.js +1 -0
- data/assets/bower_components/MathJax/es5/input/tex/extensions/amscd.js +1 -0
- data/assets/bower_components/MathJax/es5/input/tex/extensions/autoload.js +1 -0
- data/assets/bower_components/MathJax/es5/input/tex/extensions/bbox.js +1 -0
- data/assets/bower_components/MathJax/es5/input/tex/extensions/boldsymbol.js +1 -0
- data/assets/bower_components/MathJax/es5/input/tex/extensions/braket.js +1 -0
- data/assets/bower_components/MathJax/es5/input/tex/extensions/bussproofs.js +1 -0
- data/assets/bower_components/MathJax/es5/input/tex/extensions/cancel.js +1 -0
- data/assets/bower_components/MathJax/es5/input/tex/extensions/color.js +1 -0
- data/assets/bower_components/MathJax/es5/input/tex/extensions/colorV2.js +1 -0
- data/assets/bower_components/MathJax/es5/input/tex/extensions/configMacros.js +1 -0
- data/assets/bower_components/MathJax/es5/input/tex/extensions/enclose.js +1 -0
- data/assets/bower_components/MathJax/es5/input/tex/extensions/extpfeil.js +1 -0
- data/assets/bower_components/MathJax/es5/input/tex/extensions/html.js +1 -0
- data/assets/bower_components/MathJax/es5/input/tex/extensions/mhchem.js +1 -0
- data/assets/bower_components/MathJax/es5/input/tex/extensions/newcommand.js +1 -0
- data/assets/bower_components/MathJax/es5/input/tex/extensions/noerrors.js +1 -0
- data/assets/bower_components/MathJax/es5/input/tex/extensions/noundefined.js +1 -0
- data/assets/bower_components/MathJax/es5/input/tex/extensions/physics.js +1 -0
- data/assets/bower_components/MathJax/es5/input/tex/extensions/require.js +1 -0
- data/assets/bower_components/MathJax/es5/input/tex/extensions/tagFormat.js +1 -0
- data/assets/bower_components/MathJax/es5/input/tex/extensions/unicode.js +1 -0
- data/assets/bower_components/MathJax/es5/input/tex/extensions/verb.js +1 -0
- data/assets/bower_components/MathJax/es5/latest.js +1 -0
- data/assets/bower_components/MathJax/es5/loader.js +1 -0
- data/assets/bower_components/MathJax/es5/mml-chtml.js +1 -0
- data/assets/bower_components/MathJax/es5/mml-svg.js +1 -0
- data/assets/bower_components/MathJax/es5/node-main.js +1 -0
- data/assets/bower_components/MathJax/es5/output/chtml.js +1 -0
- data/assets/bower_components/MathJax/es5/output/chtml/fonts/tex.js +1 -0
- data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_AMS-Regular.woff +0 -0
- data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Calligraphic-Bold.woff +0 -0
- data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Calligraphic-Regular.woff +0 -0
- data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Fraktur-Bold.woff +0 -0
- data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Fraktur-Regular.woff +0 -0
- data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Main-Bold.woff +0 -0
- data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Main-Italic.woff +0 -0
- data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Main-Regular.woff +0 -0
- data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Math-BoldItalic.woff +0 -0
- data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Math-Italic.woff +0 -0
- data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Math-Regular.woff +0 -0
- data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_SansSerif-Bold.woff +0 -0
- data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_SansSerif-Italic.woff +0 -0
- data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_SansSerif-Regular.woff +0 -0
- data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Script-Regular.woff +0 -0
- data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Size1-Regular.woff +0 -0
- data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Size2-Regular.woff +0 -0
- data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Size3-Regular.woff +0 -0
- data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Size4-Regular.woff +0 -0
- data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Typewriter-Regular.woff +0 -0
- data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Vector-Bold.woff +0 -0
- data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Vector-Regular.woff +0 -0
- data/assets/bower_components/MathJax/es5/output/chtml/fonts/woff-v2/MathJax_Zero.woff +0 -0
- data/assets/bower_components/MathJax/es5/output/svg.js +1 -0
- data/assets/bower_components/MathJax/es5/output/svg/fonts/tex.js +1 -0
- data/assets/bower_components/MathJax/es5/sre/mathmaps/en.js +104 -0
- data/assets/bower_components/MathJax/es5/sre/mathmaps/es.js +104 -0
- data/assets/bower_components/MathJax/es5/sre/mathmaps/fr.js +104 -0
- data/assets/bower_components/MathJax/es5/sre/mathmaps/mathmaps_ie.js +410 -0
- data/assets/bower_components/MathJax/es5/sre/mathmaps/nemeth.js +104 -0
- data/assets/bower_components/MathJax/es5/sre/sre_browser.js +1709 -0
- data/assets/bower_components/MathJax/es5/startup.js +1 -0
- data/assets/bower_components/MathJax/es5/tex-chtml-full.js +1 -0
- data/assets/bower_components/MathJax/es5/tex-chtml.js +1 -0
- data/assets/bower_components/MathJax/es5/tex-mml-chtml.js +1 -0
- data/assets/bower_components/MathJax/es5/tex-mml-svg.js +1 -0
- data/assets/bower_components/MathJax/es5/tex-svg-full.js +1 -0
- data/assets/bower_components/MathJax/es5/tex-svg.js +1 -0
- data/assets/bower_components/MathJax/es5/ui/menu.js +1 -0
- data/assets/bower_components/MathJax/package.json +59 -0
- data/assets/bower_components/katex/.bower.json +2 -3
- data/assets/css/{hydejack-7.5.2.css → hydejack-9.0.2.css} +0 -0
- data/assets/icomoon/fonts/icomoon.eot +0 -0
- data/assets/icomoon/fonts/icomoon.svg +8 -2
- data/assets/icomoon/fonts/icomoon.ttf +0 -0
- data/assets/icomoon/fonts/icomoon.woff +0 -0
- data/assets/icomoon/selection.json +1 -1
- data/assets/icomoon/style.css +31 -12
- data/assets/icons/favicon.ico +0 -0
- data/assets/icons/icon-128x128.png +0 -0
- data/assets/icons/icon-144x144.png +0 -0
- data/assets/icons/icon-152x152.png +0 -0
- data/assets/icons/icon-192x192.png +0 -0
- data/assets/icons/icon-384x384.png +0 -0
- data/assets/icons/icon-512x512.png +0 -0
- data/assets/icons/icon-72x72.png +0 -0
- data/assets/icons/icon-96x96.png +0 -0
- data/assets/img/logo.png +0 -0
- data/assets/img/sidebar-bg.jpg +0 -0
- data/assets/js/.gitkeep +0 -0
- data/assets/js/LEGACY-drawer-hydejack-9.0.2.js +14 -0
- data/assets/js/LEGACY-fetch-hydejack-9.0.2.js +14 -0
- data/assets/js/LEGACY-hydejack-9.0.2.js +28 -0
- data/assets/js/LEGACY-navbar-hydejack-9.0.2.js +14 -0
- data/assets/js/LEGACY-push-state-hydejack-9.0.2.js +14 -0
- data/assets/js/LEGACY-resize-observer-hydejack-9.0.2.js +14 -0
- data/assets/js/LEGACY-shadydom-hydejack-9.0.2.js +14 -0
- data/assets/js/LEGACY-vendors~drawer-hydejack-9.0.2.js +47 -0
- data/assets/js/LEGACY-vendors~drawer~push-state-hydejack-9.0.2.js +215 -0
- data/assets/js/LEGACY-vendors~fetch-hydejack-9.0.2.js +14 -0
- data/assets/js/LEGACY-vendors~intersection-observer-hydejack-9.0.2.js +14 -0
- data/assets/js/LEGACY-vendors~push-state-hydejack-9.0.2.js +33 -0
- data/assets/js/LEGACY-vendors~shadydom-hydejack-9.0.2.js +155 -0
- data/assets/js/LEGACY-vendors~webanimations-hydejack-9.0.2.js +14 -0
- data/assets/js/LEGACY-vendors~webcomponents-hydejack-9.0.2.js +34 -0
- data/assets/js/LEGACY-webcomponents-hydejack-9.0.2.js +14 -0
- data/assets/js/drawer-hydejack-9.0.2.js +14 -0
- data/assets/js/fetch-hydejack-9.0.2.js +14 -0
- data/assets/js/hydejack-9.0.2.js +28 -0
- data/assets/js/navbar-hydejack-9.0.2.js +14 -0
- data/assets/js/push-state-hydejack-9.0.2.js +14 -0
- data/assets/js/resize-observer-hydejack-9.0.2.js +14 -0
- data/assets/js/shadydom-hydejack-9.0.2.js +14 -0
- data/assets/js/vendors~drawer-hydejack-9.0.2.js +47 -0
- data/assets/js/vendors~drawer~push-state-hydejack-9.0.2.js +163 -0
- data/assets/js/vendors~intersection-observer-hydejack-9.0.2.js +14 -0
- data/assets/js/vendors~push-state-hydejack-9.0.2.js +33 -0
- data/assets/js/vendors~shadydom-hydejack-9.0.2.js +146 -0
- data/assets/js/vendors~webanimations-hydejack-9.0.2.js +14 -0
- data/assets/js/webcomponents-hydejack-9.0.2.js +14 -0
- data/assets/site.webmanifest +65 -0
- data/assets/version.json +3 -2
- data/licenses/PRO.md +4 -0
- data/licenses/README.md +1 -1
- data/licenses/{W3C.md → W3C-20150513.md} +0 -0
- metadata +186 -56
- data/_includes/scripts.html +0 -33
- data/assets/Resume.pdf +0 -0
- data/assets/css/hydejack-8.5.0.css +0 -3
- data/assets/icons/icon.png +0 -0
- data/assets/icons/icon@0,25x.png +0 -0
- data/assets/icons/icon@0,5x.png +0 -0
- data/assets/icons/icon@0,75x.png +0 -0
- data/assets/icons/icon@2x.png +0 -0
- data/assets/icons/icon@3x.png +0 -0
- data/assets/icons/tile-large.png +0 -0
- data/assets/icons/tile-medium.png +0 -0
- data/assets/icons/tile-small.png +0 -0
- data/assets/icons/tile-wide.png +0 -0
- data/assets/ieconfig.xml +0 -15
- data/assets/img/blog/COLOURlovers.com-Hydejack.png +0 -0
- data/assets/img/blog/blog-layout.jpg +0 -0
- data/assets/img/blog/caleb-george-old.jpg +0 -0
- data/assets/img/blog/caleb-george.jpg +0 -0
- data/assets/img/blog/cover-page.jpg +0 -0
- data/assets/img/blog/dark-mode-ii.jpg +0 -0
- data/assets/img/blog/dark-mode.jpg +0 -0
- data/assets/img/blog/example-content-ii.jpg +0 -0
- data/assets/img/blog/example-content-iii.jpg +0 -0
- data/assets/img/blog/hydejack-8.png +0 -0
- data/assets/img/blog/hydejack-8@0,25x.png +0 -0
- data/assets/img/blog/hydejack-8@0,5x.png +0 -0
- data/assets/img/blog/lazy-images.jpg +0 -0
- data/assets/img/blog/louis-hansel.jpg +0 -0
- data/assets/img/blog/resume.png +0 -0
- data/assets/img/blog/steve-harvey.jpg +0 -0
- data/assets/img/blog/w3m.png +0 -0
- data/assets/img/blog/wade-lambert.jpg +0 -0
- data/assets/img/docs/google-fonts.png +0 -0
- data/assets/img/projects/hy-drawer.svg +0 -12
- data/assets/img/projects/hy-img.svg +0 -17
- data/assets/img/projects/hy-push-state.svg +0 -13
- data/assets/js/hydejack-8.5.0.js +0 -162
- data/assets/js/hydejack-8.5.0.js.map +0 -1
- data/assets/js/hydejack-legacy-8.5.0.js +0 -191
- data/assets/js/hydejack-legacy-8.5.0.js.map +0 -1
- data/assets/manifest.json +0 -46
- data/assets/video/blog-layout.mp4 +0 -0
- data/assets/video/cover-page.mp4 +0 -0
- data/assets/video/dark-mode.mp4 +0 -0
- data/assets/video/lazy-images.mp4 +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 9964201d1c6c825eedad67d79c113a6913d212d0f423c3cbf276d18e69d3fb1e
|
4
|
+
data.tar.gz: 8a6ee0be6d659143b230314b4ec2e1987a4406775c1498bedc7d999051fb2cda
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3507240bf67f85becd4626f5dbb5c98b43a52b7d7df22b2dafec47c1c458b89a27cba7f66a065f37d13fd9faecc613bacbc71c6a790a3c15a61c248de7a05c6
|
7
|
+
data.tar.gz: 3808ab337e63e74640ee3024af16cc6249b61d597a61f88127900f744644ac9432e4513547728583c151ac7028ea07795c6a365132c8db21a6b81f71ffceb7b0
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
data/NOTICE.md
ADDED
@@ -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
|
-
|
5
|
+
A boutique Jekyll theme for hackers, nerds, and academics.
|
6
|
+
|
7
|
+
|
8
|
+
|
4
9
|
|
5
10
|
|
6
|
-
![Screenshot](assets/img/blog/hydejack-8.
|
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
|
-
|
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
|
-
|
39
|
+
| | Free | PRO |
|
40
|
+
|:------------------------------|:--------------:|:-------------------:|
|
41
|
+
| [Blog] | ✔ | ✔ |
|
42
|
+
| [Features] | ✔ | ✔ |
|
43
|
+
| [Documentation][docs] | ✔ | ✔ |
|
44
|
+
| [Portfolio] | | ✔ |
|
45
|
+
| Printable [Resume] | | ✔ |
|
46
|
+
| [Dark Mode][dark] | | ✔ |
|
47
|
+
| [Built-In Search][search] | | ✔ |
|
48
|
+
| [Custom Forms][forms] | | ✔ |
|
49
|
+
| [Newsletter Box][news] | | ✔ |
|
50
|
+
| [Grid layout][grid] | | ✔ |
|
51
|
+
| [Offline Support][ofln] | | ✔ |
|
52
|
+
| Table of Contents[^2] | | ✔ |
|
53
|
+
| Cookie Banner | | ✔ |
|
54
|
+
| No Hydejack Branding | | ✔ |
|
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 | ✔ | ✔ |
|
20
|
-
| [Features] | ✔ | ✔ |
|
21
|
-
| [Portfolio] | | ✔ |
|
22
|
-
| [Resume] | | ✔ |
|
23
|
-
| [Welcome] | | ✔ |
|
24
|
-
| [Newsletter Box][news] | | ✔ |
|
25
|
-
| [Custom Forms][forms] | | ✔ |
|
26
|
-
| [Dark Mode][darkm] | | ✔ |
|
27
|
-
| [Offline Support][ofln]| | ✔ |
|
28
|
-
| Cookie Banner | | ✔ |
|
29
|
-
| No Hydejack Branding | | ✔ |
|
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
|
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
|
-
|
71
|
-
|
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][
|
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
|
-
*
|
98
|
-
*
|
99
|
-
*
|
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
|
-
*
|
137
|
+
* Good [Google PageSpeed Score][gpss][^1]
|
102
138
|
* [Syntax highlighting][syntax], powered by [Rouge]
|
103
|
-
* [LaTeX math blocks][latex],
|
104
|
-
* Change
|
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
|
-
##
|
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
|
-
|
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
|
-
|
121
|
-
|:-----------------------|:--------------:|:--------:|
|
122
|
-
| Blog | ✔ | ✔ |
|
123
|
-
| [Features] | ✔ | ✔ |
|
124
|
-
| [Portfolio] | | ✔ |
|
125
|
-
| [Resume] | | ✔ |
|
126
|
-
| [Welcome] | | ✔ |
|
127
|
-
| [Newsletter Box][news] | | ✔ |
|
128
|
-
| [Custom Forms][forms] | | ✔ |
|
129
|
-
| [Dark Mode][darkm] | | ✔ |
|
130
|
-
| [Offline Support][ofln]| | ✔ |
|
131
|
-
| Cookie Banner | | ✔ |
|
132
|
-
| No Hydejack Branding | | ✔ |
|
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] | ✔ | ✔ |
|
159
|
+
| [Features] | ✔ | ✔ |
|
160
|
+
| [Documentation][docs] | ✔ | ✔ |
|
161
|
+
| [Portfolio] | | ✔ |
|
162
|
+
| Printable [Resume] | | ✔ |
|
163
|
+
| [Dark Mode][dark] | | ✔ |
|
164
|
+
| [Built-In Search][search] | | ✔ |
|
165
|
+
| [Custom Forms][forms] | | ✔ |
|
166
|
+
| [Newsletter Box][news] | | ✔ |
|
167
|
+
| [Grid layout][grid] | | ✔ |
|
168
|
+
| [Offline Support][ofln] | | ✔ |
|
169
|
+
| Table of Contents[^2] | | ✔ |
|
170
|
+
| Cookie Banner | | ✔ |
|
171
|
+
| No Hydejack Branding | | ✔ |
|
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
|
-
[^
|
143
|
-
|
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]:
|
155
|
-
[news]:
|
156
|
-
[syntax]:
|
157
|
-
[latex]: hydejack
|
158
|
-
[
|
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/
|
163
|
-
[ofln]: docs/advanced
|
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/
|
166
|
-
[src]: https://github.com/
|
207
|
+
[kit]: https://github.com/hydecorp/hydejack-starter-kit/archive/v9.0.1.zip
|
208
|
+
[src]: https://github.com/hydecorp/hydejack
|
167
209
|
[gem]: https://rubygems.org/gems/jekyll-theme-hydejack
|
168
|
-
[buy]: https://
|
169
|
-
[nfy]: https://app.netlify.com/start/deploy?repository=https://github.com/
|
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
|
173
|
-
[hy-push-state]: https://
|
174
|
-
[hy-drawer]: https://
|
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.
|