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,42 @@
|
|
|
1
|
+
{% comment %}
|
|
2
|
+
<!--
|
|
3
|
+
Example code for using Matamo as alternative analytics solution.
|
|
4
|
+
-->
|
|
5
|
+
{% if site.matomo_analytics %}
|
|
6
|
+
<script>
|
|
7
|
+
var _paq = _paq || [];
|
|
8
|
+
|
|
9
|
+
{% if site.matomo_analytics.no_cookies %}
|
|
10
|
+
_paq.push(['disableCookies']);
|
|
11
|
+
{% endif %}
|
|
12
|
+
|
|
13
|
+
_paq.push(['trackPageView']);
|
|
14
|
+
_paq.push(['enableLinkTracking']);
|
|
15
|
+
_paq.push(['setTrackerUrl', u+'piwik.php']);
|
|
16
|
+
_paq.push(['setSiteId', '{{site.matomo_analytics.site_id}}']);
|
|
17
|
+
|
|
18
|
+
var pushStateEl = document.getElementsByTagName('hy-push-state')[0];
|
|
19
|
+
var timeStartLoadPage, referer, timeItTookToLoadPage;
|
|
20
|
+
|
|
21
|
+
pushStateEl.addEventListener('hy-push-state-start', function() {
|
|
22
|
+
timeStartLoadPage = new Date().getTime();
|
|
23
|
+
referer = window.location.toString();
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
pushStateEl.addEventListener('hy-push-state-ready', function() {
|
|
27
|
+
timeItTookToLoadPage = new Date().getTime() - timeStartLoadPage;
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
pushStateEl.addEventListener('hy-push-state-after', function() {
|
|
31
|
+
_paq.push(['setReferrerUrl', referer]);
|
|
32
|
+
_paq.push(['setCustomUrl', window.location.toString()]);
|
|
33
|
+
_paq.push(['setDocumentTitle', document.title]);
|
|
34
|
+
_paq.push(['deleteCustomVariables', 'page']);
|
|
35
|
+
_paq.push(['setGenerationTimeMs', timeItTookToLoadPage]);
|
|
36
|
+
_paq.push(['trackPageView']);
|
|
37
|
+
});
|
|
38
|
+
|
|
39
|
+
window.loadJSDeferred('{{site.matomo_analytics.root}}piwik.js');
|
|
40
|
+
</script>
|
|
41
|
+
{% endif %}
|
|
42
|
+
{% endcomment %}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{% assign disqus = site.disqus | default:site.disqus_shortname %}
|
|
2
|
+
{% if disqus %}
|
|
3
|
+
<div id="disqus_thread"></div>
|
|
4
|
+
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
|
|
5
|
+
<script>!function(w, d) {
|
|
6
|
+
if (d.getElementById("disqus_thread")) {
|
|
7
|
+
if (w.DISQUS) {
|
|
8
|
+
w.DISQUS.reset({
|
|
9
|
+
reload: true,
|
|
10
|
+
config() {
|
|
11
|
+
this.page.url = w.location.href;
|
|
12
|
+
this.page.title = d.title;
|
|
13
|
+
},
|
|
14
|
+
});
|
|
15
|
+
} else {
|
|
16
|
+
w.disqus_config = function disqusConfig() {
|
|
17
|
+
this.page.url = w.location.href;
|
|
18
|
+
this.page.title = d.title;
|
|
19
|
+
};
|
|
20
|
+
w.loadJSDeferred(d.getElementById("_hrefDisqus").href + '/embed.js');
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}(window, document);</script>
|
|
24
|
+
{% endif %}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{% comment %}
|
|
2
|
+
<!--
|
|
3
|
+
Using `preload` so that page rendering doesn't get blocked.
|
|
4
|
+
Fill in `href`. You may have to adjust `as` and `onload`/`rel`, depending on content.
|
|
5
|
+
-->
|
|
6
|
+
<link href="<path/to/content.css>" rel="preload" as="style" onload="this.rel='stylesheet'">
|
|
7
|
+
|
|
8
|
+
<!--
|
|
9
|
+
Fallback in case JavaScript isn't enabled.
|
|
10
|
+
Fill in `href`. You may have to adjust `rel`.
|
|
11
|
+
-->
|
|
12
|
+
<noscript><link href="<path/to/content.css>" rel="stylesheet"></noscript>
|
|
13
|
+
{% endcomment %}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
{% comment %}
|
|
2
|
+
<!--
|
|
3
|
+
Example code for the CloudFlare mail protection script.
|
|
4
|
+
CloudFlare will inject this on every page, but due to Hydejack's push state approach to page loading,
|
|
5
|
+
it will only run on the initial page.
|
|
6
|
+
The snippet below will run the code on every `hy-push-state-load` event instead.
|
|
7
|
+
-->
|
|
8
|
+
<script>
|
|
9
|
+
document.getElementsByTagName('hy-push-state')[0].addEventListener('hy-push-state-load', function (e) {
|
|
10
|
+
function e(e){
|
|
11
|
+
(console.error?console.error:console.log).call(console,e)
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
function t(e){
|
|
15
|
+
return l.innerHTML='<a href="'+e.replace(/"/g,""")+'"></a>',l.childNodes[0].getAttribute("href")
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
function r(e,t){
|
|
19
|
+
var r=e.substr(t,2);return parseInt(r,16)
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
function n(e,n){
|
|
23
|
+
for(var o="",c=r(e,n),a=n+2;a<e.length;a+=2){
|
|
24
|
+
var l=r(e,a)^c;
|
|
25
|
+
o+=String.fromCharCode(l)
|
|
26
|
+
}
|
|
27
|
+
return t(o)
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
var o="/cdn-cgi/l/email-protection#",
|
|
31
|
+
c=".__cf_email__",
|
|
32
|
+
a="data-cfemail",
|
|
33
|
+
l=document.createElement("div");
|
|
34
|
+
|
|
35
|
+
!function(){
|
|
36
|
+
for(var t=document.getElementsByTagName("a"),r=0;r<t.length;r++)
|
|
37
|
+
try{
|
|
38
|
+
var c=t[r],a=c.href.indexOf(o);
|
|
39
|
+
a>-1&&(c.href="mailto:"+n(c.href,a+o.length))
|
|
40
|
+
}catch(t){
|
|
41
|
+
e(t)
|
|
42
|
+
}
|
|
43
|
+
}(),
|
|
44
|
+
function(){
|
|
45
|
+
for(var t=document.querySelectorAll(c),r=0;r<t.length;r++)
|
|
46
|
+
try{
|
|
47
|
+
var o=t[r],l=n(o.getAttribute(a),0),i=document.createTextNode(l);
|
|
48
|
+
o.parentNode.replaceChild(i,o)
|
|
49
|
+
}catch(t){
|
|
50
|
+
e(t)
|
|
51
|
+
}
|
|
52
|
+
}()
|
|
53
|
+
});
|
|
54
|
+
</script>
|
|
55
|
+
{% endcomment %}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(a){if(a.loadCSS){var b=loadCSS.relpreload={};if(b.support=function(){try{return a.document.createElement("link").relList.supports("preload")}catch(b){return!1}},b.poly=function(){for(var b=a.document.getElementsByTagName("link"),c=0;c<b.length;c++){var d=b[c];"preload"===d.rel&&"style"===d.getAttribute("as")&&(a.loadCSS(d.href,d,d.getAttribute("media")),d.rel=null)}},!b.support()){b.poly();var c=a.setInterval(b.poly,300);a.addEventListener&&a.addEventListener("load",function(){b.poly(),a.clearInterval(c)}),a.attachEvent&&a.attachEvent("onload",function(){a.clearInterval(c)})}}}(this);
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
|
2
|
+
//
|
|
3
|
+
// This program is free software: you can redistribute it and/or modify
|
|
4
|
+
// it under the terms of the GNU General Public License as published by
|
|
5
|
+
// the Free Software Foundation, either version 3 of the License, or
|
|
6
|
+
// (at your option) any later version.
|
|
7
|
+
//
|
|
8
|
+
// This program is distributed in the hope that it will be useful,
|
|
9
|
+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
10
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
11
|
+
// GNU General Public License for more details.
|
|
12
|
+
//
|
|
13
|
+
// You should have received a copy of the GNU General Public License
|
|
14
|
+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
15
|
+
|
|
16
|
+
// Compress via uglify:
|
|
17
|
+
// uglifyjs load-js.js -c -m > load-js.min.js
|
|
18
|
+
!function(window, document) {
|
|
19
|
+
'use strict';
|
|
20
|
+
|
|
21
|
+
function addEvent(el, type, cb, opts) {
|
|
22
|
+
if (el.addEventListener) el.addEventListener(type, cb, opts);
|
|
23
|
+
else if (el.attachEvent) el.attachEvent('on' + type, cb);
|
|
24
|
+
else el['on' + type] = cb;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
window.loadJS = function(src, cb) {
|
|
28
|
+
var script = document.createElement('script');
|
|
29
|
+
script.src = src;
|
|
30
|
+
if (cb) addEvent(script, 'load', cb, { once: true });
|
|
31
|
+
var ref = document.scripts[0];
|
|
32
|
+
ref.parentNode.insertBefore(script, ref);
|
|
33
|
+
|
|
34
|
+
return script;
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
window._loaded = false;
|
|
38
|
+
window.loadJSDeferred = function(src, cb) {
|
|
39
|
+
var script = document.createElement('script');
|
|
40
|
+
script.src = src;
|
|
41
|
+
|
|
42
|
+
function insert() {
|
|
43
|
+
window._loaded = true;
|
|
44
|
+
if (cb) addEvent(script, 'load', cb, { once: true });
|
|
45
|
+
var ref = document.scripts[0];
|
|
46
|
+
ref.parentNode.insertBefore(script, ref);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
if (window._loaded) insert();
|
|
50
|
+
else addEvent(window, 'load', insert, { once: true });
|
|
51
|
+
|
|
52
|
+
return script;
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
window.setRel = window.setRelStylesheet = function (id) {
|
|
56
|
+
var link = document.getElementById(id);
|
|
57
|
+
function set() { this.rel = 'stylesheet'; }
|
|
58
|
+
addEvent(link, 'load', set, { once: true });
|
|
59
|
+
};
|
|
60
|
+
}(window, document);
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(a){"use strict";var b=function(b,c,d){function e(a){return h.body?a():void setTimeout(function(){e(a)})}function f(){i.addEventListener&&i.removeEventListener("load",f),i.media=d||"all"}var g,h=a.document,i=h.createElement("link");if(c)g=c;else{var j=(h.body||h.getElementsByTagName("head")[0]).childNodes;g=j[j.length-1]}var k=h.styleSheets;i.rel="stylesheet",i.href=b,i.media="only x",e(function(){g.parentNode.insertBefore(i,c?g:g.nextSibling)});var l=function(a){for(var b=i.href,c=k.length;c--;)if(k[c].href===b)return a();setTimeout(function(){l(a)})};return i.addEventListener&&i.addEventListener("load",f),i.onloadcssdefined=l,l(f),i};"undefined"!=typeof exports?exports.loadCSS=b:a.loadCSS=b}("undefined"!=typeof global?global:this);
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// `script[nomodule]` polyfill for Safari 10.1.
|
|
2
|
+
// Source: https://gist.github.com/samthor/64b114e4a4f539915a95b91ffd340acc
|
|
3
|
+
(function() {
|
|
4
|
+
var check = document.createElement('script');
|
|
5
|
+
if (!('noModule' in check) && 'onbeforeload' in check) {
|
|
6
|
+
var support = false;
|
|
7
|
+
document.addEventListener('beforeload', function (e) {
|
|
8
|
+
if (e.target === check) {
|
|
9
|
+
support = true;
|
|
10
|
+
} else if (!e.target.hasAttribute('nomodule') || !support) {
|
|
11
|
+
return;
|
|
12
|
+
}
|
|
13
|
+
e.preventDefault();
|
|
14
|
+
}, true);
|
|
15
|
+
|
|
16
|
+
check.type = 'module';
|
|
17
|
+
check.src = '.';
|
|
18
|
+
document.head.appendChild(check);
|
|
19
|
+
check.remove();
|
|
20
|
+
}
|
|
21
|
+
}())
|
|
File without changes
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{% unless page.redirect %}
|
|
2
|
+
{% if site.google_analytics %}
|
|
3
|
+
<script>
|
|
4
|
+
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
|
5
|
+
{% if site.hydejack.cookies_banner %}
|
|
6
|
+
if (navigator.CookiesOK) {
|
|
7
|
+
ga('create', '{{ site.google_analytics }}', 'auto');
|
|
8
|
+
} else if (localStorage && localStorage.getItem('hy:cookiesOK')) {
|
|
9
|
+
ga('create', '{{ site.google_analytics }}', {
|
|
10
|
+
'storage': 'none',
|
|
11
|
+
'clientId': localStorage.getItem('ga:clientId')
|
|
12
|
+
});
|
|
13
|
+
} else {
|
|
14
|
+
ga('create', '{{ site.google_analytics }}', {
|
|
15
|
+
'storage': 'none'
|
|
16
|
+
});
|
|
17
|
+
ga('set', 'forceSSL', true);
|
|
18
|
+
ga('set', 'anonymizeIp', true);
|
|
19
|
+
}
|
|
20
|
+
{% else %}
|
|
21
|
+
ga('create', '{{ site.google_analytics }}', 'auto');
|
|
22
|
+
{% endif %}
|
|
23
|
+
ga('send', 'pageview');
|
|
24
|
+
loadJSDeferred('https://www.google-analytics.com/analytics.js');
|
|
25
|
+
</script>
|
|
26
|
+
{% endif %}
|
|
27
|
+
|
|
28
|
+
<!--[if gt IE 9]><!---->
|
|
29
|
+
{% capture js_url %}{% link assets/js/hydejack-7.5.2.js %}{% endcapture %}
|
|
30
|
+
<script>loadJSDeferred('{{ js_url | relative_url }}');</script>
|
|
31
|
+
{% include my-scripts.html %}
|
|
32
|
+
<!--<![endif]-->
|
|
33
|
+
{% endunless %}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{% assign url = include.url %}{% if url contains '//' %}{{ url }}{% else %}{% assign url = url | remove_first:site.baseurl %}{{ url | relative_url }}{%- endif -%}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
|
2
|
+
//
|
|
3
|
+
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4
|
+
// of this software and associated documentation files (the "Software"), to deal
|
|
5
|
+
// in the Software without restriction, including without limitation the rights
|
|
6
|
+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7
|
+
// copies of the Software, and to permit persons to whom the Software is
|
|
8
|
+
// furnished to do so, subject to the following conditions:
|
|
9
|
+
//
|
|
10
|
+
// The above copyright notice and this permission notice shall be included in all
|
|
11
|
+
// copies or substantial portions of the Software.
|
|
12
|
+
//
|
|
13
|
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14
|
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15
|
+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
16
|
+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17
|
+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
18
|
+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
19
|
+
// SOFTWARE.
|
|
20
|
+
|
|
21
|
+
$font-family-heading: {{ site.font_heading | default:"Roboto Slab, Helvetica, Arial, sans-serif" }};
|
|
22
|
+
$font-family: {{ site.font | default:"Noto Sans, Helvetica, Arial, sans-serif" }};
|
|
23
|
+
$theme-color: {{ site.theme_color | default:'#193747' }};
|
|
24
|
+
|
|
25
|
+
@import "variables";
|
|
26
|
+
@import "my-variables";
|
|
27
|
+
@import "mixins";
|
|
28
|
+
|
|
29
|
+
@import "pooleparty/__inline__/base";
|
|
30
|
+
@import "pooleparty/__inline__/type";
|
|
31
|
+
@import "pooleparty/__inline__/table";
|
|
32
|
+
@import "pooleparty/__inline__/footer";
|
|
33
|
+
@import "pooleparty/__inline__/footnotes";
|
|
34
|
+
@import "pooleparty/__inline__/code";
|
|
35
|
+
@import "pooleparty/__inline__/posts";
|
|
36
|
+
@import "pooleparty/__inline__/related";
|
|
37
|
+
@import "pooleparty/__inline__/read-more";
|
|
38
|
+
@import "pooleparty/__inline__/message";
|
|
39
|
+
@import "pooleparty/__inline__/pagination";
|
|
40
|
+
|
|
41
|
+
@import "hydejack/__inline__/base";
|
|
42
|
+
@import "hydejack/__inline__/utilities";
|
|
43
|
+
@import "hydejack/__inline__/links";
|
|
44
|
+
@import "hydejack/__inline__/images";
|
|
45
|
+
@import "hydejack/__inline__/sidebar";
|
|
46
|
+
@import "hydejack/__inline__/social";
|
|
47
|
+
@import "hydejack/__inline__/menu";
|
|
48
|
+
@import "hydejack/__inline__/content";
|
|
49
|
+
@import "hydejack/__inline__/avatar";
|
|
50
|
+
@import "hydejack/__inline__/katex";
|
|
51
|
+
@import "hydejack/__inline__/footer";
|
|
52
|
+
|
|
53
|
+
@import "my-inline";
|
|
54
|
+
|
|
55
|
+
html { font-family: $font-family; }
|
|
56
|
+
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading { font-family: $font-family-heading; }
|
|
57
|
+
|
|
58
|
+
{% if site.hydejack.no_page_style %}
|
|
59
|
+
{% assign color = site.accent_color | default:'#4fb1ba' %}
|
|
60
|
+
{% assign theme_color = site.theme_color | default:'#193747' %}
|
|
61
|
+
{% include styles/page-style.scss color=color theme_color=theme_color %}
|
|
62
|
+
{% endif %}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
// These styles interact with JavsScript!
|
|
2
|
+
// Their ordering MUST NOT be changed. See `_js/cross-fader.js`!
|
|
3
|
+
|
|
4
|
+
{% assign color = include.color | default:'#4fb1ba' %}
|
|
5
|
+
{% assign theme_color = include.theme_color | default:'#193747' %}
|
|
6
|
+
|
|
7
|
+
// 0
|
|
8
|
+
.content a:not(.btn) {
|
|
9
|
+
color: {{ color }};
|
|
10
|
+
border-color: fade-out({{ color }}, 0.8);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
// 1
|
|
14
|
+
.content a:not(.btn):hover {
|
|
15
|
+
border-color: {{ color }};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
// 2
|
|
19
|
+
:focus {
|
|
20
|
+
outline-color: {{ color }}!important;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
// 3
|
|
24
|
+
.btn-primary {
|
|
25
|
+
color: #fff;
|
|
26
|
+
background-color: {{ color }};
|
|
27
|
+
border-color: {{ color }};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
// 4
|
|
31
|
+
.btn-primary:focus, .btn-primary.focus, .form-control:focus, .form-control.focus {
|
|
32
|
+
box-shadow: 0 0 0 3px rgba({{ color }}, .5);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
// 5
|
|
36
|
+
.btn-primary:hover, .btn-primary.hover {
|
|
37
|
+
color: #fff;
|
|
38
|
+
background-color: darken({{ color }}, 7.5%);
|
|
39
|
+
border-color: darken({{ color }}, 7.5%);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
// 6
|
|
43
|
+
.btn-primary:disabled, .btn-primary.disabled {
|
|
44
|
+
color: #fff;
|
|
45
|
+
background-color: {{ color }};
|
|
46
|
+
border-color: {{ color }};
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
// 7
|
|
50
|
+
.btn-primary:active, .btn-primary.active {
|
|
51
|
+
color: #fff;
|
|
52
|
+
background-color: darken({{ color }}, 7.5%);
|
|
53
|
+
border-color: darken({{ color }}, 7.5%);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
::selection {
|
|
57
|
+
color: #fff;
|
|
58
|
+
background: {{ color }};
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
::-moz-selection {
|
|
62
|
+
color: #fff;
|
|
63
|
+
background: {{ color }};
|
|
64
|
+
}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
|
2
|
+
//
|
|
3
|
+
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4
|
+
// of this software and associated documentation files (the "Software"), to deal
|
|
5
|
+
// in the Software without restriction, including without limitation the rights
|
|
6
|
+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7
|
+
// copies of the Software, and to permit persons to whom the Software is
|
|
8
|
+
// furnished to do so, subject to the following conditions:
|
|
9
|
+
//
|
|
10
|
+
// The above copyright notice and this permission notice shall be included in all
|
|
11
|
+
// copies or substantial portions of the Software.
|
|
12
|
+
//
|
|
13
|
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14
|
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15
|
+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
16
|
+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17
|
+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
18
|
+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
19
|
+
// SOFTWARE.
|
|
20
|
+
|
|
21
|
+
$font-family-heading: {{ site.font_heading | default:"Roboto Slab, Helvetica, Arial, sans-serif" }};
|
|
22
|
+
$font-family: {{ site.font | default:"Noto Sans, Helvetica, Arial, sans-serif" }};
|
|
23
|
+
$theme-color: {{ site.theme_color | default:'#193747' }};
|
|
24
|
+
|
|
25
|
+
@import "variables";
|
|
26
|
+
@import "my-variables";
|
|
27
|
+
@import "mixins";
|
|
28
|
+
|
|
29
|
+
@import "reboot-mod";
|
|
30
|
+
|
|
31
|
+
{% unless site.hydejack.no_inline_css or jekyll.environment == 'development' %}
|
|
32
|
+
@import "pooleparty/__link__/base";
|
|
33
|
+
@import "pooleparty/__link__/type";
|
|
34
|
+
@import "pooleparty/__link__/table";
|
|
35
|
+
@import "pooleparty/__link__/footer";
|
|
36
|
+
@import "pooleparty/__link__/footnotes";
|
|
37
|
+
@import "pooleparty/__link__/code";
|
|
38
|
+
@import "pooleparty/__link__/posts";
|
|
39
|
+
@import "pooleparty/__link__/related";
|
|
40
|
+
@import "pooleparty/__link__/read-more";
|
|
41
|
+
@import "pooleparty/__link__/message";
|
|
42
|
+
@import "pooleparty/__link__/pagination";
|
|
43
|
+
|
|
44
|
+
@import "hydejack/__link__/base";
|
|
45
|
+
@import "hydejack/__link__/utilities";
|
|
46
|
+
@import "hydejack/__link__/links";
|
|
47
|
+
@import "hydejack/__link__/images";
|
|
48
|
+
@import "hydejack/__link__/sidebar";
|
|
49
|
+
@import "hydejack/__link__/social";
|
|
50
|
+
@import "hydejack/__link__/menu";
|
|
51
|
+
@import "hydejack/__link__/content";
|
|
52
|
+
@import "hydejack/__link__/avatar";
|
|
53
|
+
@import "hydejack/__link__/katex";
|
|
54
|
+
@import "hydejack/__link__/footer";
|
|
55
|
+
|
|
56
|
+
{% unless site.hydejack.no_mark_external or site.no_mark_external %}
|
|
57
|
+
@import "hydejack/__link__/mark-external";
|
|
58
|
+
{% endunless %}
|
|
59
|
+
{% unless site.hydejack.no_break_layout %}
|
|
60
|
+
@import "hydejack/__link__/break-layout";
|
|
61
|
+
{% endunless %}
|
|
62
|
+
|
|
63
|
+
@import "syntax";
|
|
64
|
+
@import "spinner";
|
|
65
|
+
|
|
66
|
+
@import "my-style";
|
|
67
|
+
{% else %}
|
|
68
|
+
@import "pooleparty/_base.pre.scss";
|
|
69
|
+
@import "pooleparty/_type.pre.scss";
|
|
70
|
+
@import "pooleparty/_table.pre.scss";
|
|
71
|
+
@import "pooleparty/_footer.pre.scss";
|
|
72
|
+
@import "pooleparty/_footnotes.pre.scss";
|
|
73
|
+
@import "pooleparty/_code.pre.scss";
|
|
74
|
+
@import "pooleparty/_posts.pre.scss";
|
|
75
|
+
@import "pooleparty/_related.pre.scss";
|
|
76
|
+
@import "pooleparty/_read-more.pre.scss";
|
|
77
|
+
@import "pooleparty/_message.pre.scss";
|
|
78
|
+
@import "pooleparty/_pagination.pre.scss";
|
|
79
|
+
|
|
80
|
+
@import "hydejack/_base.pre.scss";
|
|
81
|
+
@import "hydejack/_utilities.pre.scss";
|
|
82
|
+
@import "hydejack/_links.pre.scss";
|
|
83
|
+
@import "hydejack/_images.pre.scss";
|
|
84
|
+
@import "hydejack/_sidebar.pre.scss";
|
|
85
|
+
@import "hydejack/_social.pre.scss";
|
|
86
|
+
@import "hydejack/_menu.pre.scss";
|
|
87
|
+
@import "hydejack/_content.pre.scss";
|
|
88
|
+
@import "hydejack/_avatar.pre.scss";
|
|
89
|
+
@import "hydejack/_katex.pre.scss";
|
|
90
|
+
@import "hydejack/_footer.pre.scss";
|
|
91
|
+
|
|
92
|
+
{% unless site.hydejack.no_mark_external or site.no_mark_external %}
|
|
93
|
+
@import "hydejack/_mark-external.pre.scss";
|
|
94
|
+
{% endunless %}
|
|
95
|
+
{% unless site.hydejack.no_break_layout %}
|
|
96
|
+
@import "hydejack/_break-layout.pre.scss";
|
|
97
|
+
{% endunless %}
|
|
98
|
+
|
|
99
|
+
@import "syntax";
|
|
100
|
+
@import "spinner";
|
|
101
|
+
|
|
102
|
+
@import "my-inline";
|
|
103
|
+
@import "my-style";
|
|
104
|
+
|
|
105
|
+
html { font-family: $font-family; }
|
|
106
|
+
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading { font-family: $font-family-heading; }
|
|
107
|
+
|
|
108
|
+
{% if site.hydejack.no_page_style %}
|
|
109
|
+
{% assign color = site.accent_color | default:'#4fb1ba' %}
|
|
110
|
+
{% assign theme_color = site.theme_color | default:'#193747' %}
|
|
111
|
+
{% include styles/page-style.scss color=color theme_color=theme_color %}
|
|
112
|
+
{% endif %}
|
|
113
|
+
{% endunless %}
|