jekyll-theme-hydejack 9.1.2 → 9.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/body/breadcrumbs.html +10 -10
- data/_includes/body/footer.html +1 -1
- data/_includes/body/scripts.html +2 -2
- data/_includes/components/dingbat.html +2 -8
- data/_includes/components/post.html +3 -3
- data/_includes/head/index.html +1 -1
- data/_includes/head/links-static.html +5 -2
- data/_includes/head/meta-static.html +1 -5
- data/_includes/head/meta.html +5 -1
- data/_includes/head/styles-inline.html +4 -2
- data/_includes/head/styles-no-inline.html +4 -2
- data/_includes/header.txt +1 -1
- data/_includes/scripts/load-js.min.js +1 -1
- data/_includes/templates/index.html +0 -20
- data/_layouts/compress.html +1 -1
- data/_layouts/list.html +1 -1
- data/_layouts/plain.html +1 -1
- data/_sass/_tippy.scss +5 -1
- data/_sass/hydejack/__link__/_mark-external.scss +1 -1
- data/_sass/hydejack/_mark-external.pre.scss +1 -1
- data/_sass/pooleparty/__inline__/_posts.scss +1 -1
- data/_sass/pooleparty/_posts.pre.scss +1 -1
- data/assets/css/{hydejack-9.1.2.css → hydejack-9.1.6.css} +0 -0
- data/assets/js/LEGACY-clap-button-hydejack-9.1.6.js +14 -0
- data/assets/js/LEGACY-drawer-hydejack-9.1.6.js +14 -0
- data/assets/js/{LEGACY-shadydom-hydejack-9.1.2.js → LEGACY-fetch-hydejack-9.1.6.js} +2 -2
- data/assets/js/LEGACY-hydejack-9.1.6.js +27 -0
- data/assets/js/LEGACY-navbar-hydejack-9.1.6.js +14 -0
- data/assets/js/LEGACY-push-state-hydejack-9.1.6.js +14 -0
- data/assets/js/LEGACY-resize-observer-hydejack-9.1.6.js +14 -0
- data/assets/js/{shadydom-hydejack-9.1.2.js → LEGACY-shadydom-hydejack-9.1.6.js} +2 -2
- data/assets/js/LEGACY-vendors~clap-button-hydejack-9.1.6.js +14 -0
- data/assets/js/LEGACY-vendors~drawer-hydejack-9.1.6.js +48 -0
- data/assets/js/LEGACY-vendors~drawer~push-state-hydejack-9.1.6.js +214 -0
- data/assets/js/LEGACY-vendors~fetch-hydejack-9.1.6.js +14 -0
- data/assets/js/{LEGACY-vendors~intersection-observer-hydejack-9.1.2.js → LEGACY-vendors~intersection-observer-hydejack-9.1.6.js} +2 -2
- data/assets/js/LEGACY-vendors~push-state-hydejack-9.1.6.js +34 -0
- data/assets/js/LEGACY-vendors~shadydom-hydejack-9.1.6.js +155 -0
- data/assets/js/{LEGACY-vendors~webanimations-hydejack-9.1.2.js → LEGACY-vendors~webanimations-hydejack-9.1.6.js} +2 -2
- data/assets/js/LEGACY-vendors~webcomponents-hydejack-9.1.6.js +34 -0
- data/assets/js/{LEGACY-webcomponents-hydejack-9.1.2.js → LEGACY-webcomponents-hydejack-9.1.6.js} +2 -2
- data/assets/js/clap-button-hydejack-9.1.6.js +14 -0
- data/assets/js/drawer-hydejack-9.1.6.js +14 -0
- data/assets/js/{fetch-hydejack-9.1.2.js → fetch-hydejack-9.1.6.js} +2 -2
- data/assets/js/hydejack-9.1.6.js +28 -0
- data/assets/js/navbar-hydejack-9.1.6.js +14 -0
- data/assets/js/push-state-hydejack-9.1.6.js +14 -0
- data/assets/js/resize-observer-hydejack-9.1.6.js +14 -0
- data/assets/js/{LEGACY-fetch-hydejack-9.1.2.js → shadydom-hydejack-9.1.6.js} +2 -2
- data/assets/js/vendors~clap-button-hydejack-9.1.6.js +14 -0
- data/assets/js/vendors~drawer-hydejack-9.1.6.js +48 -0
- data/assets/js/{vendors~drawer~push-state-hydejack-9.1.2.js → vendors~drawer~push-state-hydejack-9.1.6.js} +12 -12
- data/assets/js/vendors~fetch-hydejack-9.1.6.js +14 -0
- data/assets/js/{vendors~intersection-observer-hydejack-9.1.2.js → vendors~intersection-observer-hydejack-9.1.6.js} +2 -2
- data/assets/js/vendors~push-state-hydejack-9.1.6.js +34 -0
- data/assets/js/vendors~shadydom-hydejack-9.1.6.js +146 -0
- data/assets/js/{vendors~webanimations-hydejack-9.1.2.js → vendors~webanimations-hydejack-9.1.6.js} +2 -2
- data/assets/js/{webcomponents-hydejack-9.1.2.js → webcomponents-hydejack-9.1.6.js} +2 -2
- data/assets/version.json +2 -2
- metadata +39 -39
- data/assets/js/LEGACY-clap-button-hydejack-9.1.2.js +0 -14
- data/assets/js/LEGACY-drawer-hydejack-9.1.2.js +0 -14
- data/assets/js/LEGACY-hydejack-9.1.2.js +0 -27
- data/assets/js/LEGACY-navbar-hydejack-9.1.2.js +0 -14
- data/assets/js/LEGACY-push-state-hydejack-9.1.2.js +0 -14
- data/assets/js/LEGACY-resize-observer-hydejack-9.1.2.js +0 -14
- data/assets/js/LEGACY-vendors~clap-button-hydejack-9.1.2.js +0 -182
- data/assets/js/LEGACY-vendors~drawer-hydejack-9.1.2.js +0 -48
- data/assets/js/LEGACY-vendors~drawer~push-state-hydejack-9.1.2.js +0 -214
- data/assets/js/LEGACY-vendors~fetch-hydejack-9.1.2.js +0 -14
- data/assets/js/LEGACY-vendors~push-state-hydejack-9.1.2.js +0 -34
- data/assets/js/LEGACY-vendors~shadydom-hydejack-9.1.2.js +0 -155
- data/assets/js/LEGACY-vendors~webcomponents-hydejack-9.1.2.js +0 -34
- data/assets/js/clap-button-hydejack-9.1.2.js +0 -14
- data/assets/js/drawer-hydejack-9.1.2.js +0 -14
- data/assets/js/hydejack-9.1.2.js +0 -28
- data/assets/js/navbar-hydejack-9.1.2.js +0 -14
- data/assets/js/push-state-hydejack-9.1.2.js +0 -14
- data/assets/js/resize-observer-hydejack-9.1.2.js +0 -14
- data/assets/js/vendors~clap-button-hydejack-9.1.2.js +0 -222
- data/assets/js/vendors~drawer-hydejack-9.1.2.js +0 -48
- data/assets/js/vendors~fetch-hydejack-9.1.2.js +0 -14
- data/assets/js/vendors~push-state-hydejack-9.1.2.js +0 -34
- data/assets/js/vendors~shadydom-hydejack-9.1.2.js +0 -146
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c1196262469d84cf3f3341db2639c02331f7204f69bf76bb16c08cb810427c90
|
4
|
+
data.tar.gz: b751ea1eec6045fdf6eb7ba31f213d3355213e85633c56538e1bc5aad3eb95ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d45eca7854f6617af5b33dafb4549068959ee2a4daa463931d3d5ff3648d8cf73614a44b30796a67ac29c0631e506f8b7f873c3cd4bc61ef3f575dcd54e7e65
|
7
|
+
data.tar.gz: c0437061f3962470327d29e79067cdd1a6623fb06a1f792074686826908fb5dce354d29b039fdb9039c0d09b96012e71abf0cd849fa65a834b9abcd8691102c6
|
@@ -1,18 +1,18 @@
|
|
1
1
|
<nav id="breadcrumbs" class="screen-only"><ul>
|
2
2
|
{% assign crumbs = include.url | remove:'/index.html' | split: '/' %}
|
3
3
|
{% if crumbs.size > 1 %}
|
4
|
-
<li><a href="{{ '/' | relative_url }}">{{ data.strings.breadcrumbs_home | default:'home' }}</a></li>
|
4
|
+
<li><a href="{{ '/' | relative_url }}">{{ site.data.strings.breadcrumbs_home | default:'home' }}</a></li>
|
5
5
|
{% for crumb in crumbs offset: 1 %}
|
6
6
|
<li>
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
{%
|
13
|
-
|
14
|
-
|
15
|
-
|
7
|
+
{% unless forloop.last %}
|
8
|
+
<span>{{ site.data.strings.breadcrumbs_separator | default:'/' }}</span>
|
9
|
+
{% assign crumb_limit = forloop.index | plus: 1 %}
|
10
|
+
{% capture href %}{% for crumb in crumbs limit: crumb_limit %}{{ crumb | append: '/' }}{% endfor %}{% endcapture %}
|
11
|
+
<a href="{{ href | relative_url }}">{{ crumb | url_decode }}</a>
|
12
|
+
{% else %}
|
13
|
+
<span>{{ site.data.strings.breadcrumbs_separator | default:'/' }}</span>
|
14
|
+
<span>{{ crumbs | reverse | first | url_decode }}</span>
|
15
|
+
{% endunless %}
|
16
16
|
</li>
|
17
17
|
{% endfor %}
|
18
18
|
{% endif %}
|
data/_includes/body/footer.html
CHANGED
@@ -13,7 +13,7 @@
|
|
13
13
|
{% endfor %}
|
14
14
|
</small></nav>
|
15
15
|
{% endif %}
|
16
|
-
<p><small>Powered by <a class="external" href="https://hydejack.com/">Hydejack</a> v<span id="_version">9.1.
|
16
|
+
<p><small>Powered by <a class="external" href="https://hydejack.com/">Hydejack</a> v<span id="_version">9.1.6</span></small></p>
|
17
17
|
<hr class="sr-only"/>
|
18
18
|
</footer>
|
19
19
|
{% endif %}
|
data/_includes/body/scripts.html
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
<!--[if gt IE 10]><!---->
|
2
2
|
<script nomodule>{% include scripts/nomodule.min.js %}</script>
|
3
|
-
<script src="{{ '/assets/js/hydejack-9.1.
|
4
|
-
<script src="{{ '/assets/js/LEGACY-hydejack-9.1.
|
3
|
+
<script src="{{ '/assets/js/hydejack-9.1.6.js' | relative_url }}" type="module"></script>
|
4
|
+
<script src="{{ '/assets/js/LEGACY-hydejack-9.1.6.js' | relative_url }}" nomodule defer></script>
|
5
5
|
{% include my-scripts.html %}
|
6
6
|
{% include body/analytics.html %}
|
7
7
|
<!--<![endif]-->
|
@@ -1,12 +1,6 @@
|
|
1
|
-
{% if site.clap_button
|
1
|
+
{% if site.clap_button %}
|
2
2
|
<clap-button class="mb6" {% if include.hidden == true %}hidden{% endif %}></clap-button>
|
3
|
-
{%
|
4
|
-
<p class="message centered border-radius" {% if include.hidden == true %}hidden{% endif %}>
|
5
|
-
<span style="display:block;margin-bottom:.5rem;">This is a preview of <a href="https://getclaps.app">Clap Button</a>, a new feedback and analytics tools for Hydejack, built by yours truly.</span>
|
6
|
-
<span style="display:block;margin-bottom:.5rem;">You can try it out on <code>localhost</code> for free, but it will be removed (together with this message) when building with <code>JEKYLL_ENV=production</code>.</span>
|
7
|
-
<span style="display:block;margin-bottom:.5rem;">To use Clap Button on your site, get a <a href="https://getclaps.app#pricing">subscription</a><br/>and set <code>clap_button: true</code> in your config file.</span>
|
8
|
-
</p>
|
9
|
-
{% endunless %}
|
3
|
+
{% if include.hidden == true %}<hr class="dingbat related mb6" />{% endif %}
|
10
4
|
{% else %}
|
11
5
|
<hr class="dingbat related mb6" />
|
12
6
|
{% endif %}
|
@@ -22,10 +22,10 @@
|
|
22
22
|
{%- endunless -%}
|
23
23
|
{{ ' ' }}
|
24
24
|
{%- assign category_start = site.data.strings.category_start | default:"in " -%}
|
25
|
-
{%- assign
|
25
|
+
{%- assign category_separator = site.data.strings.category_separator | default:" / " -%}
|
26
26
|
{%- include components/tag-list.html tags=post.categories meta=site.featured_categories start_with=category_start separator=category_separator -%}
|
27
27
|
{{ ' ' }}
|
28
|
-
{%- assign
|
28
|
+
{%- assign tag_start = site.data.strings.tag_start | default:"on " -%}
|
29
29
|
{%- assign tag_separator = site.data.strings.tag_separator | default:", " -%}
|
30
30
|
{%- include components/tag-list.html tags=post.tags meta=site.featured_tags start_with=tag_start separator=tag_separator -%}
|
31
31
|
{% endcapture %}
|
@@ -39,7 +39,7 @@
|
|
39
39
|
{% if d1 != d2 %}
|
40
40
|
{% assign label = site.data.strings.last_modified_at | default:"Last modified at" %}
|
41
41
|
{% assign last_modified_at_format = site.data.strings.date_formats.last_modified_at | default:"%Y-%m-%d" %}
|
42
|
-
<span class="ellipsis" data-tippy-content="{{ label }}{{ site.data.strings.colon }} {{ post.last_modified_at | date:
|
42
|
+
<span class="ellipsis" data-tippy-content="{{ label }}{{ site.data.strings.colon }} {{ post.last_modified_at | date:post_format }}">
|
43
43
|
<span class="sr-only">{{ label }}{{ site.data.strings.colon }}</span>
|
44
44
|
<span class="{{ site.data.strings.last_modified_icon | default:'icon-history' }}"></span>
|
45
45
|
<time datetime="{{ post.last_modified_at | date_to_xmlschema }}">{{ post.last_modified_at | date:last_modified_at_format }}</time>
|
data/_includes/head/index.html
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
{% include head/meta.html %}
|
6
6
|
{% include_cached head/meta-static.html %}
|
7
7
|
|
8
|
-
{%
|
8
|
+
{% include head/links.html lang=page.lang %}
|
9
9
|
{% include_cached head/links-static.html %}
|
10
10
|
|
11
11
|
{% include_cached head/scripts.html %}
|
@@ -6,8 +6,11 @@
|
|
6
6
|
<link rel="manifest" href="{{ '/assets/site.webmanifest' | relative_url }}">
|
7
7
|
|
8
8
|
{% if site.google_fonts %}
|
9
|
-
|
10
|
-
<link rel="dns-prefetch" href="
|
9
|
+
{%- capture google_fonts_url %}{{ site.google_fonts_url | default:'https://fonts.googleapis.com' }}{%- endcapture -%}
|
10
|
+
<link rel="dns-prefetch" href="{{ google_fonts_url }}">
|
11
|
+
{%- if google_fonts_url == 'https://fonts.googleapis.com' -%}
|
12
|
+
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
|
13
|
+
{%- endif -%}
|
11
14
|
{% endif %}
|
12
15
|
|
13
16
|
{% if site.google_analytics %}
|
@@ -10,8 +10,4 @@
|
|
10
10
|
|
11
11
|
<meta name="application-name" content="{{ site.title }}">
|
12
12
|
|
13
|
-
|
14
|
-
<meta name="theme-color" content="{{ theme_color | default:'rgb(8,46,57)' }}">
|
15
|
-
{% endunless %}
|
16
|
-
|
17
|
-
<meta name="generator" content="Hydejack v9.1.2" />
|
13
|
+
<meta name="generator" content="Hydejack v9.1.6" />
|
data/_includes/head/meta.html
CHANGED
@@ -15,4 +15,8 @@
|
|
15
15
|
{% else %}
|
16
16
|
<meta http-equiv="refresh" content="0; url={{ page.redirect.to }}">
|
17
17
|
<title>{{ site.data.strings.redirecting | default:"Redirecting..." }}</title>
|
18
|
-
{% endunless %}
|
18
|
+
{% endunless %}
|
19
|
+
|
20
|
+
{% unless site.hydejack.no_theme_color %}
|
21
|
+
<meta name="theme-color" content="{{ theme_color | default:'rgb(8,46,57)' }}">
|
22
|
+
{% endunless %}
|
@@ -1,7 +1,9 @@
|
|
1
1
|
{% assign google_fonts = site.google_fonts %}
|
2
|
-
{% capture style_url %}{{ 'assets/css/hydejack-9.1.
|
2
|
+
{% capture style_url %}{{ 'assets/css/hydejack-9.1.6.css' | relative_url }}{% endcapture %}
|
3
3
|
{% capture icons_url %}{{ 'assets/icomoon/style.css' | relative_url }}{% endcapture %}
|
4
|
-
{% if google_fonts %}
|
4
|
+
{% if google_fonts %}
|
5
|
+
{% capture fonts_url %}{{ site.google_fonts_url | default:'https://fonts.googleapis.com' }}/css?family={{ google_fonts | uri_escape }}&display=swap{% endcapture %}
|
6
|
+
{% endif %}
|
5
7
|
|
6
8
|
<link rel="preload" as="style" href="{{ style_url }}" id="_stylePreload">
|
7
9
|
<link rel="preload" as="style" href="{{ icons_url }}" id="_iconsPreload">
|
@@ -1,7 +1,9 @@
|
|
1
1
|
{% assign google_fonts = site.google_fonts %}
|
2
|
-
{% capture style_url %}{{ 'assets/css/hydejack-9.1.
|
2
|
+
{% capture style_url %}{{ 'assets/css/hydejack-9.1.6.css' | relative_url }}{% endcapture %}
|
3
3
|
{% capture icons_url %}{{ 'assets/icomoon/style.css' | relative_url }}{% endcapture %}
|
4
|
-
{% if google_fonts %}
|
4
|
+
{% if google_fonts %}
|
5
|
+
{% capture fonts_url %}{{ site.google_fonts_url | default:'https://fonts.googleapis.com' }}/css?family={{ google_fonts | uri_escape }}&display=swap{% endcapture %}
|
6
|
+
{% endif %}
|
5
7
|
|
6
8
|
<link rel="stylesheet" href="{{ style_url }}" id="_stylePreload">
|
7
9
|
<link rel="stylesheet" href="{{ icons_url }}" id="_iconsPreload">
|
data/_includes/header.txt
CHANGED
@@ -1 +1 @@
|
|
1
|
-
!function(r,c){"use strict";function a(e,t,n,o){e.addEventListener?e.addEventListener(t,n,o):e.attachEvent?e.attachEvent("on"+t,n):e["on"+t]=n}r.loadJS=function(e,t){var n=c.createElement("script")
|
1
|
+
!function(r,c){"use strict";function a(e,t,n,o){e.addEventListener?e.addEventListener(t,n,o):e.attachEvent?e.attachEvent("on"+t,n):e["on"+t]=n}r.loadJS=function(e,t){var n=c.createElement("script"),e=(n.src=e,t&&a(n,"load",t,{once:!0}),c.scripts[0]);return e.parentNode.insertBefore(n,e),n},r._loaded=!1,r.loadJSDeferred=function(e,t){var n=c.createElement("script");function o(){r._loaded=!0,t&&a(n,"load",t,{once:!0});var e=c.scripts[0];e.parentNode.insertBefore(n,e)}return n.src=e,r._loaded?o():a(r,"load",o,{once:!0}),n},r.setRel=r.setRelStylesheet=function(e){a(c.getElementById(e),"load",function(){this.rel="stylesheet"},{once:!0})}}(window,document);
|
@@ -2,26 +2,6 @@
|
|
2
2
|
{% assign strings = site.data.strings %}
|
3
3
|
<h2 class="sr-only">{{ strings.templates | default: "Templates"}}{{ strings.colon | default:":" }}</h2>
|
4
4
|
|
5
|
-
<clap-config>
|
6
|
-
<clap-text at="1">Keep going!</clap-text>
|
7
|
-
<clap-text at="2">Keep going ×2!</clap-text>
|
8
|
-
<clap-text at="3">Give me more!</clap-text>
|
9
|
-
<clap-text at="5">Thank you, thank you</clap-text>
|
10
|
-
<clap-text at="7">Far too kind!</clap-text>
|
11
|
-
<clap-text at="10">Never gonna give me up?</clap-text>
|
12
|
-
<clap-text at="14">Never gonna let me down?</clap-text>
|
13
|
-
<clap-text at="20">Turn around and desert me!</clap-text>
|
14
|
-
<clap-text at="30">You're an addict!</clap-text>
|
15
|
-
<clap-text at="40">Son of a clapper!</clap-text>
|
16
|
-
<clap-text at="50">No way</clap-text>
|
17
|
-
<clap-text at="60">Go back to work!</clap-text>
|
18
|
-
<clap-text at="70">This is getting out of <em>hand</em></clap-text>
|
19
|
-
<clap-text at="80">Unbelievable</clap-text>
|
20
|
-
<clap-text at="90">PREPOSTEROUS</clap-text>
|
21
|
-
<clap-text at="100">I N S A N I T Y</clap-text>
|
22
|
-
<clap-text at="185"><span style="font-family:monospace">FEED ME A STRAY CAT</span></clap-text>
|
23
|
-
</clap-config>
|
24
|
-
|
25
5
|
{% include templates/animation.html %}
|
26
6
|
{% include templates/loading.html %}
|
27
7
|
{% include templates/error.html %}
|
data/_layouts/compress.html
CHANGED
@@ -10,6 +10,6 @@
|
|
10
10
|
/\___/ \ \____/
|
11
11
|
\/__/ \/___/
|
12
12
|
|
13
|
-
Powered by Hydejack v9.1.
|
13
|
+
Powered by Hydejack v9.1.6 <https://hydejack.com/>
|
14
14
|
-->{% capture _LINE_FEED %}
|
15
15
|
{% endcapture %}{% if site.compress_html.ignore.envs contains jekyll.environment %}{{ content }}{% else %}{% capture _content %}{{ content }}{% endcapture %}{% assign _profile = site.compress_html.profile %}{% if site.compress_html.endings == "all" %}{% assign _endings = "html head body li dt dd p rt rp optgroup option colgroup caption thead tbody tfoot tr td th" | split: " " %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}</{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if _profile and _endings %}{% assign _profile_endings = _content | size | plus: 1 %}{% endif %}{% for _element in site.compress_html.startings %}{% capture _start %}<{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _start %}{% endfor %}{% if _profile and site.compress_html.startings %}{% assign _profile_startings = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.comments == "all" %}{% assign _comments = "<!-- -->" | split: " " %}{% else %}{% assign _comments = site.compress_html.comments %}{% endif %}{% if _comments.size == 2 %}{% capture _comment_befores %}.{{ _content }}{% endcapture %}{% assign _comment_befores = _comment_befores | split: _comments.first %}{% for _comment_before in _comment_befores %}{% if forloop.first %}{% continue %}{% endif %}{% capture _comment_outside %}{% if _carry %}{{ _comments.first }}{% endif %}{{ _comment_before }}{% endcapture %}{% capture _comment %}{% unless _carry %}{{ _comments.first }}{% endunless %}{{ _comment_outside | split: _comments.last | first }}{% if _comment_outside contains _comments.last %}{{ _comments.last }}{% assign _carry = false %}{% else %}{% assign _carry = true %}{% endif %}{% endcapture %}{% assign _content = _content | remove_first: _comment %}{% endfor %}{% if _profile %}{% assign _profile_comments = _content | size | plus: 1 %}{% endif %}{% endif %}{% assign _pre_befores = _content | split: "<pre" %}{% assign _content = "" %}{% for _pre_before in _pre_befores %}{% assign _pres = _pre_before | split: "</pre>" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "</pre>" %}<pre{{ _pres.first }}</pre>{% endif %}{% unless _pre_before contains "</pre>" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " <e;<e; </e>;</e>;</e> ;</e>" | replace: "e", _element | split: ";" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{% if _profile and _clippings %}{% assign _profile_clippings = _content | size | plus: 1 %}{% endif %}{{ _content }}{% if _profile %} <table id="compress_html_profile_{{ site.time | date: "%Y%m%d" }}" class="compress_html_profile"> <thead> <tr> <td>Step <td>Bytes <tbody> <tr> <td>raw <td>{{ content | size }}{% if _profile_endings %} <tr> <td>endings <td>{{ _profile_endings }}{% endif %}{% if _profile_startings %} <tr> <td>startings <td>{{ _profile_startings }}{% endif %}{% if _profile_comments %} <tr> <td>comments <td>{{ _profile_comments }}{% endif %}{% if _profile_collapse %} <tr> <td>collapse <td>{{ _profile_collapse }}{% endif %}{% if _profile_clippings %} <tr> <td>clippings <td>{{ _profile_clippings }}{% endif %} </table>{% endif %}{% endif %}</html>
|
data/_layouts/list.html
CHANGED
data/_layouts/plain.html
CHANGED
@@ -17,7 +17,7 @@
|
|
17
17
|
layout: base
|
18
18
|
---
|
19
19
|
|
20
|
-
<article class="page" role="article">
|
20
|
+
<article class="page mb6" role="article">
|
21
21
|
<header>
|
22
22
|
<h1 class="page-title">{{ page.title }}</h1>
|
23
23
|
{% include components/message.html text=page.description hide=page.hide_description %}
|
data/_sass/_tippy.scss
CHANGED
File without changes
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/*!
|
2
|
+
* __ __ __ __
|
3
|
+
* /\ \/\ \ /\ \ __ /\ \
|
4
|
+
* \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\
|
5
|
+
* \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , <
|
6
|
+
* \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\
|
7
|
+
* \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\
|
8
|
+
* \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/
|
9
|
+
* /\___/ \ \____/
|
10
|
+
* \/__/ \/___/
|
11
|
+
*
|
12
|
+
* Powered by Hydejack v9.1.6 <https://hydejack.com/>
|
13
|
+
*/
|
14
|
+
(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{311:function(n,r,e){"use strict";e.r(r);e(344);var t,o=e(22);function i(n){return function(n){if(Array.isArray(n))return a(n)}(n)||function(n){if("undefined"!=typeof Symbol&&null!=n[Symbol.iterator]||null!=n["@@iterator"])return Array.from(n)}(n)||function(n,r){if(!n)return;if("string"==typeof n)return a(n,r);var e=Object.prototype.toString.call(n).slice(8,-1);"Object"===e&&n.constructor&&(e=n.constructor.name);if("Map"===e||"Set"===e)return Array.from(n);if("Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))return a(n,r)}(n)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(n,r){(null==r||r>n.length)&&(r=n.length);for(var e=0,t=new Array(r);e<r;e++)t[e]=n[e];return t}function u(n,r,e,t,o,i,a){try{var u=n[i](a),c=u.value}catch(n){return void e(n)}u.done?r(c):Promise.resolve(c).then(t,o)}(t=regeneratorRuntime.mark((function n(){return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,Promise.all(i("customElements"in window?[]:[Promise.all([e.e(16),e.e(17)]).then(e.bind(null,337)).then((function(){return Promise.all([e.e(14),e.e(8)]).then(e.bind(null,338))}))]));case 2:return n.next=4,o.t;case 4:return n.next=6,o.s;case 6:window.GET_CLAPS_API||(window.GET_CLAPS_API="https://worker.getclaps.app"),Promise.resolve().then(e.t.bind(null,345,7));case 8:case"end":return n.stop()}}),n)})),function(){var n=this,r=arguments;return new Promise((function(e,o){var i=t.apply(n,r);function a(n){u(i,e,o,a,c,"next",n)}function c(n){u(i,e,o,a,c,"throw",n)}a(void 0)}))})()}}]);
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/*!
|
2
|
+
* __ __ __ __
|
3
|
+
* /\ \/\ \ /\ \ __ /\ \
|
4
|
+
* \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\
|
5
|
+
* \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , <
|
6
|
+
* \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\
|
7
|
+
* \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\
|
8
|
+
* \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/
|
9
|
+
* /\___/ \ \____/
|
10
|
+
* \/__/ \/___/
|
11
|
+
*
|
12
|
+
* Powered by Hydejack v9.1.6 <https://hydejack.com/>
|
13
|
+
*/
|
14
|
+
(window.webpackJsonp=window.webpackJsonp||[]).push([[2],{312:function(e,t,n){"use strict";n.r(t);var r,a=n(158),i=n(342),o=n(318),c=n(369),u=n(157),l=n(341),s=n(48),d=n(358),p=n(160),f=n(159),b=n(156),y=n(370),m=n(22);function h(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null==n)return;var r,a,i=[],o=!0,c=!1;try{for(n=n.call(e);!(o=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);o=!0);}catch(e){c=!0,a=e}finally{try{o||null==n.return||n.return()}finally{if(c)throw a}}return i}(e,t)||v(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function w(e){return function(e){if(Array.isArray(e))return j(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||v(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function v(e,t){if(e){if("string"==typeof e)return j(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?j(e,t):void 0}}function j(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function O(e,t,n,r,a,i,o){try{var c=e[i](o),u=c.value}catch(e){return void n(e)}c.done?t(u):Promise.resolve(u).then(r,a)}(r=regeneratorRuntime.mark((function e(){var t,r,v,j,O,g,S,E,x,A,C,I,k,L,_,B,M,P,T,R,q,z,D,J;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return g=function(){var e,t=document.getElementById("_swipe");null==t||null===(e=t.parentNode)||void 0===e||e.removeChild(t)},O=function(e){var t=document.getElementById("_hrefSwipeSVG");if(t){var n,r=document.createElement("img");r.id="_swipe",r.src=t.href,r.alt="Swipe image",r.addEventListener("click",(function(){return e.close()})),null===(n=document.getElementById("_sidebar"))||void 0===n||n.appendChild(r)}},j=function(e,t){return t>=r?[0,e]:m.o?[35,150]:[0,150]},e.next=5,Promise.all([].concat(w("customElements"in window?[]:[Promise.all([n.e(16),n.e(17)]).then(n.bind(null,337)).then((function(){return Promise.all([n.e(14),n.e(8)]).then(n.bind(null,338))}))]),w("ResizeObserver"in window?[]:[n.e(7).then(n.bind(null,353))])));case 5:return e.next=7,m.t;case 7:return e.next=9,m.s;case 9:if(r=2,v=function(e){return function(t){return e.pipe(Object(u.a)((function(e){return e?t:a.a})))}},S=function(){return window.matchMedia(m.b).matches?3:window.matchMedia(m.a).matches?r:1},E=document.getElementById("_drawer"),x=document.getElementById("_sidebar"),A=null==x?void 0:x.querySelector(".sidebar-sticky"),E&&x&&A){e.next=19;break}return e.abrupt("return");case 19:return null===(t=document.getElementById("_menu"))||void 0===t||t.addEventListener("click",(function(e){e.preventDefault(),e.stopPropagation(),E.toggle()})),x.querySelectorAll('a[href^="/"]:not(.external)').forEach((function(e){return e.addEventListener("click",(function(){return E.close()}))})),m.p&&E.setAttribute("threshold","0"),m.n||E.setAttribute("mouseevents",""),C=m.j?[new CSSTransformValue([new CSSTranslate(CSS.px(0),CSS.px(0))]),CSS.number(1)]:[null,null],I=h(C,2),k=I[0],L=I[1],_=function(e,t,n){var a=n*e,i=t>=r?1:1-e;m.j?(k[0].x.value=a,L.value=i,x.attributeStyleMap.set("transform",k),A.attributeStyleMap.set("opacity",L)):(x.style.transform="translateX(".concat(a,"px)"),A.style.opacity=i)},B=Object(i.a)(Object(m.g)(window.matchMedia(m.a)),Object(m.g)(window.matchMedia(m.b))).pipe(Object(l.a)({}),Object(s.a)(S)),M=Object(o.a)(E,"peek-width-change").pipe(Object(s.a)((function(e){return e.detail}))),P=Object(o.a)(window,"resize",{passive:!0}).pipe(Object(l.a)({}),Object(s.a)(m.i)),T=Object(c.a)(M,P).pipe(Object(s.a)((function(e){var t=h(e,2),n=t[0];return t[1]/2-n/2}))),R=Object(i.a)(T.pipe(Object(s.a)((function(){return void 0!==E.opacity?1-E.opacity:z?0:1}))),Object(o.a)(E,"hy-drawer-move").pipe(Object(s.a)((function(e){return 1-e.detail.opacity})))),E.addEventListener("hy-drawer-prepare",(function(){x.style.willChange="transform",A.style.willChange="opacity"})),E.addEventListener("hy-drawer-transitioned",(function(){x.style.willChange="",A.style.willChange=""})),q=Object(m.h)(),(z=E.classList.contains("cover")&&q<=0&&!(history.state&&history.state.closedOnce))||(history.state||history.replaceState({},document.title),history.state.closedOnce=!0,E.removeAttribute("opened")),D=Object(o.a)(E,"hy-drawer-transitioned").pipe(Object(s.a)((function(e){return e.detail})),Object(d.a)(),Object(p.a)((function(e){e||(g(),history.state||history.replaceState({},document.title),history.state.closedOnce=!0)})),Object(l.a)(z)),J=z?null:E.getBoundingClientRect().height,E.addEventListener("hy-drawer-init",(function(){E.classList.add("loaded"),O(E),J&&q>=J&&window.scrollTo(0,q-J)}),{once:!0}),e.next=40,Promise.resolve().then(n.bind(null,355));case 40:window._drawer=E,R.pipe(Object(f.a)(B,T),Object(p.a)((function(e){return _.apply(void 0,w(e))}))).subscribe(),M.pipe(Object(f.a)(B),Object(s.a)((function(e){return j.apply(void 0,w(e))})),Object(p.a)((function(e){E.range=e}))).subscribe(),Object(o.a)(document,"wheel",{passive:!1}).pipe(v(D),Object(b.a)((function(e){return e.deltaY>0})),Object(p.a)((function(e){E.translateX>0&&e.preventDefault()})),Object(y.a)(500),Object(p.a)((function(){return E.close()}))).subscribe();case 44:case"end":return e.stop()}}),e)})),function(){var e=this,t=arguments;return new Promise((function(n,a){var i=r.apply(e,t);function o(e){O(i,n,a,o,c,"next",e)}function c(e){O(i,n,a,o,c,"throw",e)}o(void 0)}))})()}}]);
|
@@ -9,6 +9,6 @@
|
|
9
9
|
* /\___/ \ \____/
|
10
10
|
* \/__/ \/___/
|
11
11
|
*
|
12
|
-
* Powered by Hydejack v9.1.
|
12
|
+
* Powered by Hydejack v9.1.6 <https://hydejack.com/>
|
13
13
|
*/
|
14
|
-
(window.webpackJsonp=window.webpackJsonp||[]).push([[
|
14
|
+
(window.webpackJsonp=window.webpackJsonp||[]).push([[3],{368:function(n,w,o){"use strict";o.r(w);o(351),o(352)}}]);
|