jekyll-theme-hydebetty 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE.md +622 -0
- data/README.md +180 -0
- data/_includes/body/analytics.html +43 -0
- data/_includes/body/comments.html +6 -0
- data/_includes/body/footer.html +19 -0
- data/_includes/body/index.html +22 -0
- data/_includes/body/main.html +18 -0
- data/_includes/body/menu.html +24 -0
- data/_includes/body/nav.html +41 -0
- data/_includes/body/scripts.html +9 -0
- data/_includes/body/sidebar.html +47 -0
- data/_includes/components/about.html +8 -0
- data/_includes/components/author.html +24 -0
- data/_includes/components/avatar-tag.html +4 -0
- data/_includes/components/hy-img.html +40 -0
- data/_includes/components/link.html +12 -0
- data/_includes/components/message.html +14 -0
- data/_includes/components/pagination.html +15 -0
- data/_includes/components/post-list-item.html +7 -0
- data/_includes/components/post.html +49 -0
- data/_includes/components/related-posts.html +25 -0
- data/_includes/components/social-list-item.html +40 -0
- data/_includes/components/social.html +23 -0
- data/_includes/components/tag-list.html +26 -0
- data/_includes/head/feed-tag.html +1 -0
- data/_includes/head/index.html +9 -0
- data/_includes/head/links.html +33 -0
- data/_includes/head/meta.html +34 -0
- data/_includes/head/page-style.html +6 -0
- data/_includes/head/scripts.html +9 -0
- data/_includes/head/seo-fallback.html +13 -0
- data/_includes/head/seo-tag.html +4 -0
- data/_includes/head/styles.html +41 -0
- data/_includes/header.txt +13 -0
- data/_includes/icon-github.html +2 -0
- data/_includes/my-body.html +42 -0
- data/_includes/my-comments.html +24 -0
- data/_includes/my-head.html +13 -0
- data/_includes/my-scripts.html +55 -0
- data/_includes/scripts/cssrelpreload.min.js +1 -0
- data/_includes/scripts/load-js.js +60 -0
- data/_includes/scripts/load-js.min.js +0 -0
- data/_includes/scripts/loadCSS.min.js +1 -0
- data/_includes/scripts/nomodule.js +21 -0
- data/_includes/scripts/nomodule.min.js +0 -0
- data/_includes/scripts.html +33 -0
- data/_includes/smart-url.txt +1 -0
- data/_includes/styles/inline.scss +62 -0
- data/_includes/styles/page-style.scss +64 -0
- data/_includes/styles/style.scss +113 -0
- data/_includes/templates/animation.html +7 -0
- data/_includes/templates/back.html +6 -0
- data/_includes/templates/error.html +10 -0
- data/_includes/templates/forward.html +6 -0
- data/_includes/templates/index.html +12 -0
- data/_includes/templates/loading.html +6 -0
- data/_includes/templates/permalink.html +6 -0
- data/_layouts/about.html +43 -0
- data/_layouts/base.html +38 -0
- data/_layouts/blog.html +32 -0
- data/_layouts/compress.html +15 -0
- data/_layouts/default.html +56 -0
- data/_layouts/home.html +20 -0
- data/_layouts/list.html +46 -0
- data/_layouts/not-found.html +37 -0
- data/_layouts/page.html +27 -0
- data/_layouts/post.html +34 -0
- data/_layouts/redirect.html +23 -0
- data/_sass/_mixins.scss +63 -0
- data/_sass/_reboot-mod.scss +286 -0
- data/_sass/_spinner.scss +45 -0
- data/_sass/_syntax.scss +131 -0
- data/_sass/_variables.scss +63 -0
- data/_sass/hydejack/__inline__/_avatar.scss +48 -0
- data/_sass/hydejack/__inline__/_base.scss +73 -0
- data/_sass/hydejack/__inline__/_break-layout.scss +25 -0
- data/_sass/hydejack/__inline__/_content.scss +59 -0
- data/_sass/hydejack/__inline__/_footer.scss +25 -0
- data/_sass/hydejack/__inline__/_images.scss +38 -0
- data/_sass/hydejack/__inline__/_katex.scss +25 -0
- data/_sass/hydejack/__inline__/_links.scss +45 -0
- data/_sass/hydejack/__inline__/_mark-external.scss +25 -0
- data/_sass/hydejack/__inline__/_menu.scss +67 -0
- data/_sass/hydejack/__inline__/_sidebar.scss +144 -0
- data/_sass/hydejack/__inline__/_social.scss +58 -0
- data/_sass/hydejack/__inline__/_utilities.scss +45 -0
- data/_sass/hydejack/__link__/_avatar.scss +38 -0
- data/_sass/hydejack/__link__/_base.scss +42 -0
- data/_sass/hydejack/__link__/_break-layout.scss +64 -0
- data/_sass/hydejack/__link__/_content.scss +32 -0
- data/_sass/hydejack/__link__/_footer.scss +47 -0
- data/_sass/hydejack/__link__/_images.scss +90 -0
- data/_sass/hydejack/__link__/_katex.scss +57 -0
- data/_sass/hydejack/__link__/_links.scss +53 -0
- data/_sass/hydejack/__link__/_mark-external.scss +51 -0
- data/_sass/hydejack/__link__/_menu.scss +42 -0
- data/_sass/hydejack/__link__/_sidebar.scss +114 -0
- data/_sass/hydejack/__link__/_social.scss +33 -0
- data/_sass/hydejack/__link__/_utilities.scss +54 -0
- data/_sass/hydejack/_avatar.pre.scss +44 -0
- data/_sass/hydejack/_base.pre.scss +78 -0
- data/_sass/hydejack/_break-layout.pre.scss +55 -0
- data/_sass/hydejack/_content.pre.scss +56 -0
- data/_sass/hydejack/_footer.pre.scss +38 -0
- data/_sass/hydejack/_images.pre.scss +83 -0
- data/_sass/hydejack/_katex.pre.scss +48 -0
- data/_sass/hydejack/_links.pre.scss +47 -0
- data/_sass/hydejack/_mark-external.pre.scss +42 -0
- data/_sass/hydejack/_menu.pre.scss +74 -0
- data/_sass/hydejack/_sidebar.pre.scss +175 -0
- data/_sass/hydejack/_social.pre.scss +55 -0
- data/_sass/hydejack/_utilities.pre.scss +46 -0
- data/_sass/my-inline.scss +16 -0
- data/_sass/my-style.scss +9 -0
- data/_sass/my-variables.scss +1 -0
- data/_sass/pooleparty/__inline__/_base.scss +75 -0
- data/_sass/pooleparty/__inline__/_code.scss +25 -0
- data/_sass/pooleparty/__inline__/_footer.scss +25 -0
- data/_sass/pooleparty/__inline__/_footnotes.scss +25 -0
- data/_sass/pooleparty/__inline__/_message.scss +35 -0
- data/_sass/pooleparty/__inline__/_pagination.scss +25 -0
- data/_sass/pooleparty/__inline__/_posts.scss +49 -0
- data/_sass/pooleparty/__inline__/_read-more.scss +25 -0
- data/_sass/pooleparty/__inline__/_related.scss +38 -0
- data/_sass/pooleparty/__inline__/_table.scss +53 -0
- data/_sass/pooleparty/__inline__/_type.scss +88 -0
- data/_sass/pooleparty/__link__/_base.scss +40 -0
- data/_sass/pooleparty/__link__/_code.scss +75 -0
- data/_sass/pooleparty/__link__/_footer.scss +25 -0
- data/_sass/pooleparty/__link__/_footnotes.scss +80 -0
- data/_sass/pooleparty/__link__/_message.scss +25 -0
- data/_sass/pooleparty/__link__/_pagination.scss +90 -0
- data/_sass/pooleparty/__link__/_posts.scss +38 -0
- data/_sass/pooleparty/__link__/_read-more.scss +45 -0
- data/_sass/pooleparty/__link__/_related.scss +33 -0
- data/_sass/pooleparty/__link__/_table.scss +171 -0
- data/_sass/pooleparty/__link__/_type.scss +141 -0
- data/_sass/pooleparty/_base.pre.scss +74 -0
- data/_sass/pooleparty/_code.pre.scss +66 -0
- data/_sass/pooleparty/_footer.pre.scss +16 -0
- data/_sass/pooleparty/_footnotes.pre.scss +71 -0
- data/_sass/pooleparty/_message.pre.scss +26 -0
- data/_sass/pooleparty/_pagination.pre.scss +81 -0
- data/_sass/pooleparty/_posts.pre.scss +52 -0
- data/_sass/pooleparty/_read-more.pre.scss +36 -0
- data/_sass/pooleparty/_related.pre.scss +35 -0
- data/_sass/pooleparty/_table.pre.scss +180 -0
- data/_sass/pooleparty/_type.pre.scss +193 -0
- data/assets/Resume.pdf +0 -0
- data/assets/bower.json +11 -0
- data/assets/bower_components/html5shiv/.bower.json +26 -0
- data/assets/bower_components/html5shiv/Gruntfile.js +61 -0
- data/assets/bower_components/html5shiv/bower.json +15 -0
- data/assets/bower_components/html5shiv/dist/html5shiv-printshiv.js +524 -0
- data/assets/bower_components/html5shiv/dist/html5shiv-printshiv.min.js +4 -0
- data/assets/bower_components/html5shiv/dist/html5shiv.js +326 -0
- data/assets/bower_components/html5shiv/dist/html5shiv.min.js +4 -0
- data/assets/bower_components/html5shiv/package.json +16 -0
- data/assets/bower_components/katex/.bower.json +47 -0
- data/assets/bower_components/katex/LICENSE +21 -0
- data/assets/bower_components/katex/bower.json +36 -0
- data/assets/bower_components/katex/dist/contrib/auto-render.js +339 -0
- data/assets/bower_components/katex/dist/contrib/auto-render.min.js +1 -0
- data/assets/bower_components/katex/dist/contrib/auto-render.mjs +215 -0
- data/assets/bower_components/katex/dist/contrib/copy-tex.css +14 -0
- data/assets/bower_components/katex/dist/contrib/copy-tex.js +213 -0
- data/assets/bower_components/katex/dist/contrib/copy-tex.min.css +1 -0
- data/assets/bower_components/katex/dist/contrib/copy-tex.min.js +1 -0
- data/assets/bower_components/katex/dist/contrib/copy-tex.mjs +85 -0
- data/assets/bower_components/katex/dist/contrib/mathtex-script-type.js +137 -0
- data/assets/bower_components/katex/dist/contrib/mathtex-script-type.min.js +1 -0
- data/assets/bower_components/katex/dist/contrib/mathtex-script-type.mjs +24 -0
- data/assets/bower_components/katex/dist/contrib/mhchem.js +3241 -0
- data/assets/bower_components/katex/dist/contrib/mhchem.min.js +1 -0
- data/assets/bower_components/katex/dist/contrib/mhchem.mjs +3109 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_AMS-Regular.ttf +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_AMS-Regular.woff +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_AMS-Regular.woff2 +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Bold.ttf +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Bold.woff +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Bold.woff2 +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Regular.ttf +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Regular.woff +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Regular.woff2 +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Bold.ttf +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Bold.woff +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Bold.woff2 +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Regular.ttf +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Regular.woff +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Regular.woff2 +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Bold.ttf +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Bold.woff +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Bold.woff2 +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Main-BoldItalic.ttf +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Main-BoldItalic.woff +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Main-BoldItalic.woff2 +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Italic.ttf +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Italic.woff +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Italic.woff2 +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Regular.ttf +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Regular.woff +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Regular.woff2 +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Math-BoldItalic.ttf +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Math-BoldItalic.woff +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Math-BoldItalic.woff2 +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Math-Italic.ttf +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Math-Italic.woff +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Math-Italic.woff2 +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Bold.ttf +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Bold.woff +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Bold.woff2 +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Italic.ttf +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Italic.woff +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Italic.woff2 +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Regular.ttf +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Regular.woff +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Regular.woff2 +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Script-Regular.ttf +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Script-Regular.woff +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Script-Regular.woff2 +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Size1-Regular.ttf +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Size1-Regular.woff +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Size1-Regular.woff2 +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Size2-Regular.ttf +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Size2-Regular.woff +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Size2-Regular.woff2 +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Size3-Regular.ttf +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Size3-Regular.woff +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Size3-Regular.woff2 +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Size4-Regular.ttf +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Size4-Regular.woff +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Size4-Regular.woff2 +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Typewriter-Regular.ttf +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Typewriter-Regular.woff +0 -0
- data/assets/bower_components/katex/dist/fonts/KaTeX_Typewriter-Regular.woff2 +0 -0
- data/assets/bower_components/katex/dist/katex.css +1021 -0
- data/assets/bower_components/katex/dist/katex.js +16809 -0
- data/assets/bower_components/katex/dist/katex.min.css +1 -0
- data/assets/bower_components/katex/dist/katex.min.js +1 -0
- data/assets/bower_components/katex/dist/katex.mjs +16342 -0
- data/assets/bower_components/katex/yarn.lock +8952 -0
- data/assets/css/hydejack-7.5.2.css +3 -0
- data/assets/css/hydejack-8.5.2.css +3 -0
- data/assets/icomoon/fonts/icomoon.eot +0 -0
- data/assets/icomoon/fonts/icomoon.svg +96 -0
- data/assets/icomoon/fonts/icomoon.ttf +0 -0
- data/assets/icomoon/fonts/icomoon.woff +0 -0
- data/assets/icomoon/selection.json +1 -0
- data/assets/icomoon/style.css +284 -0
- data/assets/icons/favicon.ico +0 -0
- 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 +15 -0
- 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 +12 -0
- data/assets/img/projects/hy-img.svg +17 -0
- data/assets/img/projects/hy-push-state.svg +13 -0
- data/assets/img/sidebar-bg.jpg +0 -0
- data/assets/img/swipe.svg +22 -0
- data/assets/js/hydejack-8.5.2.js +161 -0
- data/assets/js/hydejack-legacy-8.5.2.js +190 -0
- data/assets/manifest.json +46 -0
- data/assets/version.json +3 -0
- 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
- data/licenses/Apache-2.0.md +208 -0
- data/licenses/GPL-3.0.md +620 -0
- data/licenses/MIT.md +21 -0
- data/licenses/PRO.md +136 -0
- data/licenses/README.md +10 -0
- data/licenses/W3C.md +31 -0
- metadata +385 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template id="_error-template" hidden>
|
|
2
|
+
<div class="page">
|
|
3
|
+
<h1 class="page-title">{{ strings.error.title | default:"Error" }}</h1>
|
|
4
|
+
{% capture link %}<a class="this-link" href=""></a>{% endcapture %}
|
|
5
|
+
{% assign text = strings.error.message | default:"Sorry, an error occurred while loading: <!--link-->." %}
|
|
6
|
+
<p class="lead">
|
|
7
|
+
{{ text | replace:"<!--link-->",link }}
|
|
8
|
+
</p>
|
|
9
|
+
</div>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{% assign strings = site.data.strings %}
|
|
2
|
+
<h2 class="sr-only" hidden>{{ strings.templates | default: "Templates"}}{{ strings.colon | default:":" }}</h2>
|
|
3
|
+
|
|
4
|
+
{% include templates/animation.html %}
|
|
5
|
+
{% include templates/loading.html %}
|
|
6
|
+
{% include templates/error.html %}
|
|
7
|
+
{% include templates/forward.html %}
|
|
8
|
+
{% include templates/back.html %}
|
|
9
|
+
{% include templates/permalink.html %}
|
|
10
|
+
{% if site.hydejack.cookies_banner %}
|
|
11
|
+
{% include templates/pro/cookies-banner.html %}
|
|
12
|
+
{% endif %}
|
data/_layouts/about.html
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
---
|
|
2
|
+
# Copyright (c) 2018 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
|
+
{% if content contains "<!--author-->" %}
|
|
22
|
+
{% assign plugins = site.plugins | default:site.gems %}
|
|
23
|
+
{% assign author = site.data.authors[page.author] | default:site.data.authors.first[1] | default:site.author %}
|
|
24
|
+
{% capture author_x %}
|
|
25
|
+
{% if author.picture %}
|
|
26
|
+
{% include components/hy-img.html class="avatar" img=author.picture alt=author.name %}
|
|
27
|
+
{% elsif plugins contains 'jekyll-avatar' %}
|
|
28
|
+
{% assign avatar = author.social.github | default:author.github.username | default:author.github %}
|
|
29
|
+
{% include components/avatar-tag.html user=avatar %}
|
|
30
|
+
{% endif %}
|
|
31
|
+
|
|
32
|
+
{{ author.about | markdownify }}
|
|
33
|
+
{% endcapture %}
|
|
34
|
+
{% assign content = content | replace:"<!--author-->", author_x %}
|
|
35
|
+
{% endif %}
|
|
36
|
+
|
|
37
|
+
<header>
|
|
38
|
+
<h1 class="page-title">{{ page.title }}</h1>
|
|
39
|
+
{% include components/message.html text=page.description hide=page.hide_description %}
|
|
40
|
+
</header>
|
|
41
|
+
|
|
42
|
+
{{ content }}
|
|
43
|
+
</article>
|
data/_layouts/base.html
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
---
|
|
2
|
+
# Copyright (c) 2019 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: compress
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
{% assign plugins = site.plugins | default:site.gems %}
|
|
21
|
+
|
|
22
|
+
{% assign author = site.data.authors[page.author] | default:site.data.authors.first[1] | default:site.author %}
|
|
23
|
+
|
|
24
|
+
{% assign image = site.accent_image | default:'/assets/img/sidebar-bg.jpg' %}
|
|
25
|
+
{% assign color = site.accent_color | default:'#4fb1ba' %}
|
|
26
|
+
{% assign theme_color = site.theme_color | default:'#193747' %}
|
|
27
|
+
|
|
28
|
+
{% if page.accent_image %}{% assign image = page.accent_image %}{% endif %}
|
|
29
|
+
{% if page.accent_color %}{% assign color = page.accent_color %}{% endif %}
|
|
30
|
+
{% if page.theme_color %}{% assign theme_color = page.theme_color %}{% endif %}
|
|
31
|
+
|
|
32
|
+
<head>
|
|
33
|
+
{% include head/index.html %}
|
|
34
|
+
</head>
|
|
35
|
+
|
|
36
|
+
<body class="no-color-transition">
|
|
37
|
+
{% include body/index.html %}
|
|
38
|
+
</body>
|
data/_layouts/blog.html
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
---
|
|
2
|
+
# Copyright (c) 2018 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
|
+
{% assign plugins = site.plugins | default:site.gems %}
|
|
21
|
+
|
|
22
|
+
{% if plugins contains 'jekyll-paginate' %}
|
|
23
|
+
{% for post in paginator.posts %}
|
|
24
|
+
{% include components/post.html post=post no_link_title=page.no_link_title no_excerpt=page.no_excerpt hide_image=page.hide_image %}
|
|
25
|
+
{% endfor %}
|
|
26
|
+
|
|
27
|
+
{% include components/pagination.html %}
|
|
28
|
+
{% else %}
|
|
29
|
+
{% capture text %}To use this layout, include the `jekyll-paginate` plugin in your `Gemfile` and your `_config.yml` under `plugins`.
|
|
30
|
+
For more, see [Jekyll Pagination](https://jekyllrb.com/docs/pagination/).{% endcapture %}
|
|
31
|
+
{% include components/message.html text=text %}
|
|
32
|
+
{% endif %}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="{{ page.lang | default:site.lang | default:'en' | split:'-' | first | split:'_' | first }}"><!--
|
|
3
|
+
__ __ __ __
|
|
4
|
+
/\ \/\ \ /\ \ __ /\ \
|
|
5
|
+
\ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\
|
|
6
|
+
\ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , <
|
|
7
|
+
\ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\
|
|
8
|
+
\ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\
|
|
9
|
+
\/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/
|
|
10
|
+
/\___/ \ \____/
|
|
11
|
+
\/__/ \/___/
|
|
12
|
+
|
|
13
|
+
Powered by Hydejack v8.5.2 <https://hydejack.com/>
|
|
14
|
+
-->{% capture _LINE_FEED %}
|
|
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>
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
---
|
|
2
|
+
# Copyright (c) 2018 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
|
+
{% assign strings = site.data.strings %}
|
|
21
|
+
|
|
22
|
+
<article class="page" role="article">
|
|
23
|
+
<header>
|
|
24
|
+
<h1 class="page-title">{{ page.title | default:strings.home | default:"Home" }}</h1>
|
|
25
|
+
{% include components/message.html text=page.description hide=page.hide_description %}
|
|
26
|
+
</header>
|
|
27
|
+
|
|
28
|
+
{{ content }}
|
|
29
|
+
|
|
30
|
+
<hr class="dingbat"/>
|
|
31
|
+
|
|
32
|
+
{% if site.posts.size > 0 %}
|
|
33
|
+
<h2 class="hr">{{ strings.posts | default:"Posts" }}</h2>
|
|
34
|
+
<ul class="related-posts">
|
|
35
|
+
{% for post in site.posts limit:5 %}
|
|
36
|
+
{% include components/post-list-item.html post=post %}
|
|
37
|
+
{% endfor %}
|
|
38
|
+
</ul>
|
|
39
|
+
{% endif %}
|
|
40
|
+
|
|
41
|
+
{% assign pages = site.html_pages | where:"layout","page" | where_exp:"page","page.sitemap != false" %}
|
|
42
|
+
{% if pages.size > 0 %}
|
|
43
|
+
<h2 class="hr">{{ strings.pages | default:"Pages" }}</h2>
|
|
44
|
+
<ul class="related-posts">
|
|
45
|
+
{% for page in pages limit:5 %}
|
|
46
|
+
{% if page.layout == 'page' %}
|
|
47
|
+
<li class="h4">
|
|
48
|
+
<a href="{{ page.url | relative_url }}" class="flip-title">
|
|
49
|
+
<span>{{ page.title }}</span>
|
|
50
|
+
</a>
|
|
51
|
+
</li>
|
|
52
|
+
{% endif %}
|
|
53
|
+
{% endfor %}
|
|
54
|
+
</ul>
|
|
55
|
+
{% endif %}
|
|
56
|
+
</article>
|
data/_layouts/home.html
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
# Copyright (c) 2018 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: default
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
{{ content }}
|
data/_layouts/list.html
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
---
|
|
2
|
+
# Copyright (c) 2018 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
|
+
{% assign posts = site.categories[page.slug] | default:site.tags[page.slug] | default:site.posts %}
|
|
21
|
+
|
|
22
|
+
{% if page.title.size > 0 %}
|
|
23
|
+
<header>
|
|
24
|
+
<h1 class="page-title">{{ page.title }}</h1>
|
|
25
|
+
{% include components/message.html text=page.description hide=page.hide_description %}
|
|
26
|
+
</header>
|
|
27
|
+
<hr class="sr-only"/>
|
|
28
|
+
{% endif %}
|
|
29
|
+
|
|
30
|
+
{{ content }}
|
|
31
|
+
|
|
32
|
+
{% assign date_formats = site.data.strings.date_formats %}
|
|
33
|
+
{% assign list_group_by = date_formats.list_group_by | default:"%Y" %}
|
|
34
|
+
{% assign list_entry = date_formats.list_entry | default:"%d %b" %}
|
|
35
|
+
|
|
36
|
+
{% for post in posts %}
|
|
37
|
+
{% assign currentdate = post.date | date:list_group_by %}
|
|
38
|
+
{% if currentdate != date %}
|
|
39
|
+
{% unless forloop.first %}</ul>{% endunless %}
|
|
40
|
+
<h2 id="{{ list_group_by | slugify }}-{{ currentdate | slugify }}" class="hr">{{ currentdate }}</h2>
|
|
41
|
+
<ul class="related-posts">
|
|
42
|
+
{% assign date = currentdate %}
|
|
43
|
+
{% endif %}
|
|
44
|
+
{% include components/post-list-item.html post=post format=list_entry %}
|
|
45
|
+
{% if forloop.last %}</ul>{% endif %}
|
|
46
|
+
{% endfor %}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
---
|
|
2
|
+
# Copyright (c) 2018 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
|
+
{% assign strings = site.data.strings %}
|
|
21
|
+
|
|
22
|
+
<div class="page">
|
|
23
|
+
<h1 class="page-title">{{ page.title | default:strings.not_found.title | default: "404: Page Not Found" }}</h1>
|
|
24
|
+
<div class="hr pb0"></div>
|
|
25
|
+
|
|
26
|
+
{% assign test = page.content | strip_newlines %}
|
|
27
|
+
{% if test != "" %}
|
|
28
|
+
{{ content }}
|
|
29
|
+
{% else %}
|
|
30
|
+
{% capture home_link %}<a href="{{ '/' | relative_url }}">{{ strings.not_found.home_link | default:"Head back home" }}</a>{% endcapture %}
|
|
31
|
+
{% assign text = strings.not_found.message
|
|
32
|
+
| default:"Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <!--home_link--> to try finding it again." %}
|
|
33
|
+
<p class="lead">
|
|
34
|
+
{{ text | replace:"<!--home_link-->", home_link }}
|
|
35
|
+
</p>
|
|
36
|
+
{% endif %}
|
|
37
|
+
</div>
|
data/_layouts/page.html
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
---
|
|
2
|
+
# Copyright (c) 2018 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>
|
data/_layouts/post.html
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
---
|
|
2
|
+
# Copyright (c) 2018 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
|
+
{% include components/post.html post=page no_link_title=true no_excerpt=true hide_image=page.hide_image %}
|
|
21
|
+
|
|
22
|
+
<hr class="dingbat related" />
|
|
23
|
+
|
|
24
|
+
{% assign addons = page.addons | default:site.hydejack.post_addons %}
|
|
25
|
+
{% unless addons %}{% assign addons = "about,newsletter,related,random" | split:"," %}{% endunless %}
|
|
26
|
+
{% for addon in addons %}
|
|
27
|
+
{% case addon %}
|
|
28
|
+
{% when 'about' %}
|
|
29
|
+
{% include components/about.html %}
|
|
30
|
+
{% when 'related' %}
|
|
31
|
+
{% include components/related-posts.html post=post %}
|
|
32
|
+
{% else %}
|
|
33
|
+
{% endcase %}
|
|
34
|
+
{% endfor %}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
# Copyright (c) 2018 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
|
+
<div class="page">
|
|
21
|
+
<h1 class="page-title">{{ site.data.strings.redirecting | default:"Redirecting…" }}</h1>
|
|
22
|
+
<p class="lead"><a href="{{ page.redirect.to }}">{{ page.redirect.to }}</a></p>
|
|
23
|
+
</div>
|