jekyll-theme-chirpy 6.3.1 → 6.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +10 -23
- data/_data/origin/cors.yml +4 -4
- data/_includes/embed/bilibili.html +10 -0
- data/_includes/head.html +28 -21
- data/_includes/img-url.html +24 -0
- data/_includes/refactor-content.html +6 -17
- data/_includes/sidebar.html +6 -12
- data/_includes/update-list.html +8 -7
- data/_layouts/post.html +5 -1
- data/_sass/addon/commons.scss +9 -7
- data/assets/js/dist/categories.min.js +2 -2
- data/assets/js/dist/commons.min.js +2 -2
- data/assets/js/dist/home.min.js +2 -2
- data/assets/js/dist/misc.min.js +2 -2
- data/assets/js/dist/page.min.js +2 -2
- data/assets/js/dist/post.min.js +2 -2
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c56d2e170443dd1329e9e744fa4bbed2aeb321e3a56f140756dfb515921d7c66
|
4
|
+
data.tar.gz: 2e5f07b319b965d8ad98529539bbb2c6d341b65673b8c38316fd74dc2a96cc98
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9666a0c34880efa77a4a73981c7794a5855d173be242106fedfd8bb8ce64f826dae382f80df1c02adf86f98ddcec870a3f0fc69d83972d5a2464c63af3e33e2
|
7
|
+
data.tar.gz: c8e4a4e68ae8e8709fb0975aad18176abd63cd7f1894a8439806e7bababc1370b7bd820fbea5adbde255347a516bb938d72511332b67c2b47966f87fc5e4ad7c
|
data/README.md
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
[![GitHub license](https://img.shields.io/github/license/cotes2020/jekyll-theme-chirpy.svg)][license]
|
11
11
|
[![996.icu](https://img.shields.io/badge/link-996.icu-%23FF4D5B.svg)](https://996.icu)
|
12
12
|
|
13
|
-
[**Live Demo
|
13
|
+
[**Live Demo** →][demo]
|
14
14
|
|
15
15
|
[![Devices Mockup](https://chirpy-img.netlify.app/commons/devices-mockup.png)][demo]
|
16
16
|
|
@@ -18,10 +18,6 @@
|
|
18
18
|
|
19
19
|
## Features
|
20
20
|
|
21
|
-
<details>
|
22
|
-
<summary>Click to expand/close details</summary>
|
23
|
-
|
24
|
-
|
25
21
|
- Dark / Light Theme Mode
|
26
22
|
- Localized UI language
|
27
23
|
- Pinned Posts on Home Page
|
@@ -41,8 +37,6 @@
|
|
41
37
|
- Google Analytics
|
42
38
|
- SEO & Performance Optimization
|
43
39
|
|
44
|
-
</details>
|
45
|
-
|
46
40
|
## Documentation
|
47
41
|
|
48
42
|
To learn how to use, develop, and upgrade the project, please refer to the [Wiki][wiki].
|
@@ -55,22 +49,18 @@ For details, see the "[Contributing Guidelines][contribute-guide]".
|
|
55
49
|
|
56
50
|
## Credits
|
57
51
|
|
58
|
-
|
59
|
-
[Bootstrap][bootstrap], [Font Awesome][icons], and some other [wonderful tools][lib].
|
60
|
-
The avatar and favicon design from [Clipart Max][image].
|
52
|
+
### Contributors
|
61
53
|
|
62
|
-
|
63
|
-
and to the folks who reported bugs or shared ideas.
|
54
|
+
Thanks to [all the contributors][contributors] involved in the development of the project!
|
64
55
|
|
65
|
-
|
56
|
+
[![all-contributors](https://contrib.rocks/image?repo=cotes2020/jekyll-theme-chirpy&columns=16)][contributors]
|
57
|
+
<sub> —— Made with [contrib.rocks](https://contrib.rocks)</sub>
|
66
58
|
|
67
|
-
|
59
|
+
### Third-Party Assets
|
68
60
|
|
69
|
-
|
61
|
+
This project is built on the [Jekyll][jekyllrb] ecosystem and some [great libraries][lib], and is developed using [VS Code][vscode] as well as tools provided by [JetBrains][jetbrains] under a non-commercial open-source software license.
|
70
62
|
|
71
|
-
[
|
72
|
-
[![Wechat Pay](https://img.shields.io/badge/Support_Me_on_WeChat-brightgreen?logo=wechat&logoColor=white)][donation]
|
73
|
-
[![Alipay](https://img.shields.io/badge/Support_Me_on_Alipay-blue?logo=alipay&logoColor=white)][donation]
|
63
|
+
The avatar and favicon for the project's website are from [ClipartMAX][clipartmax].
|
74
64
|
|
75
65
|
## License
|
76
66
|
|
@@ -81,14 +71,11 @@ This project is published under [MIT License][license].
|
|
81
71
|
[codacy]: https://app.codacy.com/gh/cotes2020/jekyll-theme-chirpy/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade
|
82
72
|
[license]: https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/LICENSE
|
83
73
|
[jekyllrb]: https://jekyllrb.com/
|
84
|
-
[
|
85
|
-
[icons]: https://fontawesome.com/
|
86
|
-
[image]: https://www.clipartmax.com/middle/m2i8b1m2K9Z5m2K9_ant-clipart-childrens-ant-cute/
|
74
|
+
[clipartmax]: https://www.clipartmax.com/middle/m2i8b1m2K9Z5m2K9_ant-clipart-childrens-ant-cute/
|
87
75
|
[demo]: https://cotes2020.github.io/chirpy-demo/
|
88
76
|
[wiki]: https://github.com/cotes2020/jekyll-theme-chirpy/wiki
|
89
77
|
[contribute-guide]: https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CONTRIBUTING.md
|
90
78
|
[contributors]: https://github.com/cotes2020/jekyll-theme-chirpy/graphs/contributors
|
91
79
|
[lib]: https://github.com/cotes2020/chirpy-static-assets
|
80
|
+
[vscode]: https://code.visualstudio.com/
|
92
81
|
[jetbrains]: https://www.jetbrains.com/?from=jekyll-theme-chirpy
|
93
|
-
[ko-fi]: https://ko-fi.com/coteschung/
|
94
|
-
[donation]: https://sponsor.cotes.page/
|
data/_data/origin/cors.yml
CHANGED
@@ -23,17 +23,17 @@ bootstrap:
|
|
23
23
|
js: https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js
|
24
24
|
|
25
25
|
toc:
|
26
|
-
css: https://cdn.jsdelivr.net/npm/tocbot@4.
|
27
|
-
js: https://cdn.jsdelivr.net/npm/tocbot@4.
|
26
|
+
css: https://cdn.jsdelivr.net/npm/tocbot@4.25.0/dist/tocbot.min.css
|
27
|
+
js: https://cdn.jsdelivr.net/npm/tocbot@4.25.0/dist/tocbot.min.js
|
28
28
|
|
29
29
|
fontawesome:
|
30
|
-
css: https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.
|
30
|
+
css: https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.1/css/all.min.css
|
31
31
|
|
32
32
|
search:
|
33
33
|
js: https://cdn.jsdelivr.net/npm/simple-jekyll-search@1.10.0/dest/simple-jekyll-search.min.js
|
34
34
|
|
35
35
|
mermaid:
|
36
|
-
js: https://cdn.jsdelivr.net/npm/mermaid@10.6.
|
36
|
+
js: https://cdn.jsdelivr.net/npm/mermaid@10.6.1/dist/mermaid.min.js
|
37
37
|
|
38
38
|
dayjs:
|
39
39
|
js:
|
data/_includes/head.html
CHANGED
@@ -1,5 +1,3 @@
|
|
1
|
-
<!-- The Head -->
|
2
|
-
|
3
1
|
<head>
|
4
2
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
3
|
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#f7f7f7">
|
@@ -11,29 +9,38 @@
|
|
11
9
|
content="width=device-width, user-scalable=no initial-scale=1, shrink-to-fit=no, viewport-fit=cover"
|
12
10
|
>
|
13
11
|
|
14
|
-
{
|
12
|
+
{%- capture seo_tags -%}
|
15
13
|
{% seo title=false %}
|
16
|
-
{
|
14
|
+
{%- endcapture -%}
|
15
|
+
|
16
|
+
<!-- Setup Open Graph image -->
|
17
17
|
|
18
18
|
{% if page.image %}
|
19
|
-
{% assign
|
20
|
-
|
21
|
-
{% unless
|
22
|
-
{
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
{%- capture replacement -%}
|
31
|
-
"{{ site.img_cdn | append: '/' | append: img_path | replace: '//', '/' | absolute_url }}"
|
32
|
-
{%- endcapture -%}
|
33
|
-
{% endif %}
|
34
|
-
|
35
|
-
{% assign seo_tags = seo_tags | replace: target, replacement %}
|
19
|
+
{% assign src = page.image.path | default: page.image %}
|
20
|
+
|
21
|
+
{% unless src contains '://' %}
|
22
|
+
{%- capture img_url -%}
|
23
|
+
{% include img-url.html src=src img_path=page.img_path %}
|
24
|
+
{%- endcapture -%}
|
25
|
+
|
26
|
+
{%- capture old_url -%}{{ src | absolute_url }}{%- endcapture -%}
|
27
|
+
{%- capture new_url -%}{{ img_url }}{%- endcapture -%}
|
28
|
+
|
29
|
+
{% assign seo_tags = seo_tags | replace: old, new %}
|
36
30
|
{% endunless %}
|
31
|
+
|
32
|
+
{% elsif site.social_preview_image %}
|
33
|
+
{%- capture img_url -%}
|
34
|
+
{% include img-url.html src=site.social_preview_image %}
|
35
|
+
{%- endcapture -%}
|
36
|
+
|
37
|
+
{%- capture og_image -%}
|
38
|
+
<meta property="og:image" content="{{ img_url }}" />
|
39
|
+
{%- endcapture -%}
|
40
|
+
|
41
|
+
{% assign old_meta_clip = '<meta name="twitter:card"' %}
|
42
|
+
{% assign new_meta_clip = og_image | append: old_meta_clip %}
|
43
|
+
{% assign seo_tags = seo_tags | replace: old_meta_clip, new_meta_clip %}
|
37
44
|
{% endif %}
|
38
45
|
|
39
46
|
{{ seo_tags }}
|
@@ -0,0 +1,24 @@
|
|
1
|
+
{%- comment -%}
|
2
|
+
Generate image final URL based on `site.img_cdn`, `page.img_path`
|
3
|
+
|
4
|
+
Arguments:
|
5
|
+
src - basic image path, required
|
6
|
+
img_path - relative path of image, optional
|
7
|
+
|
8
|
+
Return:
|
9
|
+
image URL
|
10
|
+
{%- endcomment -%}
|
11
|
+
|
12
|
+
{% assign url = include.src %}
|
13
|
+
|
14
|
+
{%- if url -%}
|
15
|
+
{%- comment -%} CND URL {%- endcomment -%}
|
16
|
+
{% assign prefix = site.img_cdn | default: '' | relative_url %}
|
17
|
+
|
18
|
+
{%- comment -%} Add page image path prefix {%- endcomment -%}
|
19
|
+
{% assign url = include.img_path | default: '' | append: '/' | append: url %}
|
20
|
+
|
21
|
+
{% assign url = prefix | append: '/' | append: url | replace: '///', '/' | replace: '//', '/' | replace: ':', ':/' %}
|
22
|
+
{%- endif -%}
|
23
|
+
|
24
|
+
{{- url -}}
|
@@ -48,23 +48,6 @@
|
|
48
48
|
{% assign _img_content = null %}
|
49
49
|
{% assign _img_snippets = _content | split: IMG_TAG %}
|
50
50
|
|
51
|
-
<!-- CDN URL -->
|
52
|
-
{% if site.img_cdn %}
|
53
|
-
{% if site.img_cdn contains '//' %}
|
54
|
-
{% assign _path_prefix = site.img_cdn %}
|
55
|
-
{% else %}
|
56
|
-
{% assign _path_prefix = site.img_cdn | relative_url %}
|
57
|
-
{% endif %}
|
58
|
-
{% else %}
|
59
|
-
{% assign _path_prefix = site.baseurl %}
|
60
|
-
{% endif %}
|
61
|
-
|
62
|
-
<!-- Add image path -->
|
63
|
-
{% if page.img_path %}
|
64
|
-
{% assign _path = page.img_path | append: '/' | replace: '//', '/' %}
|
65
|
-
{% assign _path_prefix = _path_prefix | append: _path %}
|
66
|
-
{% endif %}
|
67
|
-
|
68
51
|
{% for _img_snippet in _img_snippets %}
|
69
52
|
{% if forloop.first %}
|
70
53
|
{% assign _img_content = _img_snippet %}
|
@@ -113,6 +96,12 @@
|
|
113
96
|
{% assign _final_src = null %}
|
114
97
|
{% assign _lazyload = true %}
|
115
98
|
|
99
|
+
{%- capture _img_url -%}
|
100
|
+
{% include img-url.html src=_src img_path=page.img_path %}
|
101
|
+
{%- endcapture -%}
|
102
|
+
|
103
|
+
{% assign _path_prefix = _img_url | remove: _src %}
|
104
|
+
|
116
105
|
{% unless _src contains '//' %}
|
117
106
|
{% assign _final_src = _path_prefix | append: _src %}
|
118
107
|
{% assign _src_alt = 'src="' | append: _path_prefix %}
|
data/_includes/sidebar.html
CHANGED
@@ -3,18 +3,12 @@
|
|
3
3
|
<aside aria-label="Sidebar" id="sidebar" class="d-flex flex-column align-items-end">
|
4
4
|
<header class="profile-wrapper">
|
5
5
|
<a href="{{ '/' | relative_url }}" id="avatar" class="rounded-circle">
|
6
|
-
{
|
7
|
-
{
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
{% else %}
|
13
|
-
{{ site.avatar | relative_url }}
|
14
|
-
{% endif %}
|
15
|
-
{% endcapture %}
|
16
|
-
<img src="{{ avatar_url | strip }}" width="112" height="112" alt="avatar" onerror="this.style.display='none'">
|
17
|
-
{% endif %}
|
6
|
+
{%- if site.avatar != empty and site.avatar -%}
|
7
|
+
{%- capture avatar_url -%}
|
8
|
+
{% include img-url.html src=site.avatar %}
|
9
|
+
{%- endcapture -%}
|
10
|
+
<img src="{{- avatar_url -}}" width="112" height="112" alt="avatar" onerror="this.style.display='none'">
|
11
|
+
{%- endif -%}
|
18
12
|
</a>
|
19
13
|
|
20
14
|
<h1 class="site-title">
|
data/_includes/update-list.html
CHANGED
@@ -1,16 +1,17 @@
|
|
1
|
-
<!-- Get
|
1
|
+
<!-- Get 5 last posted/updated posts -->
|
2
2
|
|
3
3
|
{% assign MAX_SIZE = 5 %}
|
4
4
|
|
5
5
|
{% assign all_list = '' | split: '' %}
|
6
6
|
|
7
7
|
{% for post in site.posts %}
|
8
|
-
{%
|
9
|
-
|
10
|
-
|
11
|
-
{
|
12
|
-
|
13
|
-
|
8
|
+
{% assign datetime = post.last_modified_at | default: post.date %}
|
9
|
+
|
10
|
+
{% capture elem %}
|
11
|
+
{{- datetime | date: "%Y%m%d%H%M%S" -}}::{{- forloop.index0 -}}
|
12
|
+
{% endcapture %}
|
13
|
+
|
14
|
+
{% assign all_list = all_list | push: elem %}
|
14
15
|
{% endfor %}
|
15
16
|
|
16
17
|
{% assign all_list = all_list | sort | reverse %}
|
data/_layouts/post.html
CHANGED
@@ -61,7 +61,11 @@ tail_includes:
|
|
61
61
|
<em>
|
62
62
|
{% if authors %}
|
63
63
|
{% for author in authors %}
|
64
|
-
|
64
|
+
{% if site.data.authors[author].url -%}
|
65
|
+
<a href="{{ site.data.authors[author].url }}">{{ site.data.authors[author].name }}</a>
|
66
|
+
{%- else -%}
|
67
|
+
{{ site.data.authors[author].name }}
|
68
|
+
{%- endif %}
|
65
69
|
{% unless forloop.last %}{{ '</em>, <em>' }}{% endunless %}
|
66
70
|
{% endfor %}
|
67
71
|
{% else %}
|
data/_sass/addon/commons.scss
CHANGED
@@ -85,6 +85,11 @@ blockquote {
|
|
85
85
|
border-left: 5px solid var(--blockquote-border-color);
|
86
86
|
padding-left: 1rem;
|
87
87
|
color: var(--blockquote-text-color);
|
88
|
+
display: flex;
|
89
|
+
|
90
|
+
> p:last-child {
|
91
|
+
margin-bottom: 0;
|
92
|
+
}
|
88
93
|
|
89
94
|
&[class^='prompt-'] {
|
90
95
|
border-left: 0;
|
@@ -103,10 +108,6 @@ blockquote {
|
|
103
108
|
text-rendering: auto;
|
104
109
|
-webkit-font-smoothing: antialiased;
|
105
110
|
}
|
106
|
-
|
107
|
-
> p:last-child {
|
108
|
-
margin-bottom: 0;
|
109
|
-
}
|
110
111
|
}
|
111
112
|
|
112
113
|
@include prompt('tip', '\f0eb', 'regular');
|
@@ -551,7 +552,8 @@ main {
|
|
551
552
|
|
552
553
|
@extend %rounded;
|
553
554
|
|
554
|
-
&.youtube
|
555
|
+
&.youtube,
|
556
|
+
&.bilibili {
|
555
557
|
aspect-ratio: 16 / 9;
|
556
558
|
}
|
557
559
|
|
@@ -640,12 +642,12 @@ main {
|
|
640
642
|
|
641
643
|
.left {
|
642
644
|
float: left;
|
643
|
-
margin: 0.75rem 1rem 1rem 0
|
645
|
+
margin: 0.75rem 1rem 1rem 0;
|
644
646
|
}
|
645
647
|
|
646
648
|
.right {
|
647
649
|
float: right;
|
648
|
-
margin: 0.75rem 0 1rem 1rem
|
650
|
+
margin: 0.75rem 0 1rem 1rem;
|
649
651
|
}
|
650
652
|
|
651
653
|
/* --- Overriding --- */
|
@@ -1,4 +1,4 @@
|
|
1
1
|
/*!
|
2
|
-
* Chirpy v6.
|
2
|
+
* Chirpy v6.4.0 | © 2019 Cotes Chung | MIT Licensed | https://github.com/cotes2020/jekyll-theme-chirpy/
|
3
3
|
*/
|
4
|
-
!function(){"use strict";const o=$(".mode-toggle");function t(o
|
4
|
+
!function(){"use strict";const o=$(".mode-toggle");function t(o){var t=function(o,t){if("object"!=typeof o||!o)return o;var s=o[Symbol.toPrimitive];if(void 0!==s){var e=s.call(o,t||"default");if("object"!=typeof e)return e;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(o)}(o,"string");return"symbol"==typeof t?t:String(t)}function s(o,s,e){return(s=t(s))in o?Object.defineProperty(o,s,{value:e,enumerable:!0,configurable:!0,writable:!0}):o[s]=e,o}const e=$("body"),a="sidebar-display";class r{static toggle(){!1===r.isExpanded?e.attr(a,""):e.removeAttr(a),r.isExpanded=!r.isExpanded}}s(r,"isExpanded",!1);const l=$("#sidebar-trigger"),n=$("#search-trigger"),i=$("#search-cancel"),c=$("#main-wrapper>.container>.row"),f=$("#topbar-title"),d=$("search"),u=$("#search-result-wrapper"),p=$("#search-results"),b=$("#search-input"),g=$("#search-hints"),m=$("html,body"),C="loaded",v="unloaded",h="input-focus",w="d-flex";class y{static on(){y.offset=window.scrollY,m.scrollTop(0)}static off(){m.scrollTop(y.offset)}}s(y,"offset",0),s(y,"resultVisible",!1);class k{static on(){l.addClass(v),f.addClass(v),n.addClass(v),d.addClass(w),i.addClass(C)}static off(){i.removeClass(C),d.removeClass(w),l.removeClass(v),f.removeClass(v),n.removeClass(v)}}class T{static on(){y.resultVisible||(y.on(),u.removeClass(v),c.addClass(v),y.resultVisible=!0)}static off(){y.resultVisible&&(p.empty(),g.hasClass(v)&&g.removeClass(v),u.addClass(v),c.removeClass(v),y.off(),b.val(""),y.resultVisible=!1)}}function x(){return i.hasClass(C)}const E=$(".collapse");$(".code-header>button").children().attr("class"),function(){const o=$(window),t=$("#back-to-top");o.on("scroll",(()=>{o.scrollTop()>50?t.fadeIn():t.fadeOut()})),t.on("click",(()=>{o.scrollTop(0)}))}(),[...document.querySelectorAll('[data-bs-toggle="tooltip"]')].map((o=>new bootstrap.Tooltip(o))),0!==o.length&&o.off().on("click",(o=>{const t=$(o.target);let s=t.prop("tagName")==="button".toUpperCase()?t:t.parent();modeToggle.flipMode(),s.trigger("blur")})),$("#sidebar-trigger").on("click",r.toggle),$("#mask").on("click",r.toggle),n.on("click",(function(){k.on(),T.on(),b.trigger("focus")})),i.on("click",(function(){k.off(),T.off()})),b.on("focus",(function(){d.addClass(h)})),b.on("focusout",(function(){d.removeClass(h)})),b.on("input",(()=>{""===b.val()?x()?g.removeClass(v):T.off():(T.on(),x()&&g.addClass(v))})),E.on("hide.bs.collapse",(function(){const o="h_"+$(this).attr("id").substring(2);o&&($("#".concat(o," .far.fa-folder-open")).attr("class","far fa-folder fa-fw"),$("#".concat(o," i.fas")).addClass("rotate"),$("#".concat(o)).removeClass("hide-border-bottom"))})),E.on("show.bs.collapse",(function(){const o="h_"+$(this).attr("id").substring(2);o&&($("#".concat(o," .far.fa-folder")).attr("class","far fa-folder-open fa-fw"),$("#".concat(o," i.fas")).removeClass("rotate"),$("#".concat(o)).addClass("hide-border-bottom"))}))}();
|
@@ -1,4 +1,4 @@
|
|
1
1
|
/*!
|
2
|
-
* Chirpy v6.
|
2
|
+
* Chirpy v6.4.0 | © 2019 Cotes Chung | MIT Licensed | https://github.com/cotes2020/jekyll-theme-chirpy/
|
3
3
|
*/
|
4
|
-
!function(){"use strict";const e=$(".mode-toggle");function s(e
|
4
|
+
!function(){"use strict";const e=$(".mode-toggle");function s(e){var s=function(e,s){if("object"!=typeof e||!e)return e;var o=e[Symbol.toPrimitive];if(void 0!==o){var t=o.call(e,s||"default");if("object"!=typeof t)return t;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===s?String:Number)(e)}(e,"string");return"symbol"==typeof s?s:String(s)}function o(e,o,t){return(o=s(o))in e?Object.defineProperty(e,o,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[o]=t,e}const t=$("body"),r="sidebar-display";class a{static toggle(){!1===a.isExpanded?t.attr(r,""):t.removeAttr(r),a.isExpanded=!a.isExpanded}}o(a,"isExpanded",!1);const l=$("#sidebar-trigger"),i=$("#search-trigger"),n=$("#search-cancel"),c=$("#main-wrapper>.container>.row"),d=$("#topbar-title"),f=$("search"),u=$("#search-result-wrapper"),p=$("#search-results"),g=$("#search-input"),m=$("#search-hints"),b=$("html,body"),v="loaded",C="unloaded",h="input-focus",y="d-flex";class w{static on(){w.offset=window.scrollY,b.scrollTop(0)}static off(){b.scrollTop(w.offset)}}o(w,"offset",0),o(w,"resultVisible",!1);class k{static on(){l.addClass(C),d.addClass(C),i.addClass(C),f.addClass(y),n.addClass(v)}static off(){n.removeClass(v),f.removeClass(y),l.removeClass(C),d.removeClass(C),i.removeClass(C)}}class T{static on(){w.resultVisible||(w.on(),u.removeClass(C),c.addClass(C),w.resultVisible=!0)}static off(){w.resultVisible&&(p.empty(),m.hasClass(C)&&m.removeClass(C),u.addClass(C),c.removeClass(C),w.off(),g.val(""),w.resultVisible=!1)}}function x(){return n.hasClass(v)}!function(){const e=$(window),s=$("#back-to-top");e.on("scroll",(()=>{e.scrollTop()>50?s.fadeIn():s.fadeOut()})),s.on("click",(()=>{e.scrollTop(0)}))}(),[...document.querySelectorAll('[data-bs-toggle="tooltip"]')].map((e=>new bootstrap.Tooltip(e))),0!==e.length&&e.off().on("click",(e=>{const s=$(e.target);let o=s.prop("tagName")==="button".toUpperCase()?s:s.parent();modeToggle.flipMode(),o.trigger("blur")})),$("#sidebar-trigger").on("click",a.toggle),$("#mask").on("click",a.toggle),i.on("click",(function(){k.on(),T.on(),g.trigger("focus")})),n.on("click",(function(){k.off(),T.off()})),g.on("focus",(function(){f.addClass(h)})),g.on("focusout",(function(){f.removeClass(h)})),g.on("input",(()=>{""===g.val()?x()?m.removeClass(C):T.off():(T.on(),x()&&m.addClass(C))}))}();
|
data/assets/js/dist/home.min.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
/*!
|
2
|
-
* Chirpy v6.
|
2
|
+
* Chirpy v6.4.0 | © 2019 Cotes Chung | MIT Licensed | https://github.com/cotes2020/jekyll-theme-chirpy/
|
3
3
|
*/
|
4
|
-
!function(){"use strict";const t=$(".mode-toggle");function e(t
|
4
|
+
!function(){"use strict";const t=$(".mode-toggle");function e(t){var e=function(t,e){if("object"!=typeof t||!t)return t;var a=t[Symbol.toPrimitive];if(void 0!==a){var s=a.call(t,e||"default");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==typeof e?e:String(e)}function a(t,a,s){return(a=e(a))in t?Object.defineProperty(t,a,{value:s,enumerable:!0,configurable:!0,writable:!0}):t[a]=s,t}const s=$("body"),o="sidebar-display";class r{static toggle(){!1===r.isExpanded?s.attr(o,""):s.removeAttr(o),r.isExpanded=!r.isExpanded}}a(r,"isExpanded",!1);const i=$("#sidebar-trigger"),l=$("#search-trigger"),n=$("#search-cancel"),c=$("#main-wrapper>.container>.row"),d=$("#topbar-title"),u=$("search"),m=$("#search-result-wrapper"),f=$("#search-results"),p=$("#search-input"),g=$("#search-hints"),h=$("html,body"),b="loaded",v="unloaded",C="input-focus",y="d-flex";class w{static on(){w.offset=window.scrollY,h.scrollTop(0)}static off(){h.scrollTop(w.offset)}}a(w,"offset",0),a(w,"resultVisible",!1);class T{static on(){i.addClass(v),d.addClass(v),l.addClass(v),u.addClass(y),n.addClass(b)}static off(){n.removeClass(b),u.removeClass(y),i.removeClass(v),d.removeClass(v),l.removeClass(v)}}class k{static on(){w.resultVisible||(w.on(),m.removeClass(v),c.addClass(v),w.resultVisible=!0)}static off(){w.resultVisible&&(f.empty(),g.hasClass(v)&&g.removeClass(v),m.addClass(v),c.removeClass(v),w.off(),p.val(""),w.resultVisible=!1)}}function x(){return n.hasClass(b)}$(".collapse");$(".code-header>button").children().attr("class");const E="data-src",j="data-lqip",M={SHIMMER:"shimmer",BLUR:"blur"};function S(t){$(this).parent().removeClass(t)}function A(){this.complete&&(this.hasAttribute(j)?S.call(this,M.BLUR):S.call(this,M.SHIMMER))}function F(){const t=$(this),e=t.attr(E);t.attr("src",encodeURI(e)),t.removeAttr(E)}class R{static get attrTimestamp(){return"data-ts"}static get attrDateFormat(){return"data-df"}static get locale(){return $("html").attr("lang").substring(0,2)}static getTimestamp(t){return Number(t.attr(R.attrTimestamp))}static getDateFormat(t){return t.attr(R.attrDateFormat)}}!function(){const t=$(window),e=$("#back-to-top");t.on("scroll",(()=>{t.scrollTop()>50?e.fadeIn():e.fadeOut()})),e.on("click",(()=>{t.scrollTop(0)}))}(),[...document.querySelectorAll('[data-bs-toggle="tooltip"]')].map((t=>new bootstrap.Tooltip(t))),0!==t.length&&t.off().on("click",(t=>{const e=$(t.target);let a=e.prop("tagName")==="button".toUpperCase()?e:e.parent();modeToggle.flipMode(),a.trigger("blur")})),$("#sidebar-trigger").on("click",r.toggle),$("#mask").on("click",r.toggle),l.on("click",(function(){T.on(),k.on(),p.trigger("focus")})),n.on("click",(function(){T.off(),k.off()})),p.on("focus",(function(){u.addClass(C)})),p.on("focusout",(function(){u.removeClass(C)})),p.on("input",(()=>{""===p.val()?x()?g.removeClass(v):k.off():(k.on(),x()&&g.addClass(v))})),dayjs.locale(R.locale),dayjs.extend(window.dayjs_plugin_localizedFormat),$("[".concat(R.attrTimestamp,"]")).each((function(){const t=dayjs.unix(R.getTimestamp($(this))),e=t.format(R.getDateFormat($(this)));$(this).text(e),$(this).removeAttr(R.attrTimestamp),$(this).removeAttr(R.attrDateFormat);const a=$(this).attr("data-bs-toggle");if(void 0===a||"tooltip"!==a)return;const s=t.format("llll");$(this).attr("data-bs-title",s),new bootstrap.Tooltip($(this))})),function(){const t=$("article img");t.length&&t.on("load",A),$('article img[loading="lazy"]').each((function(){this.complete&&S.call(this,M.SHIMMER)}));const e=$("article img[".concat(j,'="true"]'));e.length&&e.each(F)}()}();
|
data/assets/js/dist/misc.min.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
/*!
|
2
|
-
* Chirpy v6.
|
2
|
+
* Chirpy v6.4.0 | © 2019 Cotes Chung | MIT Licensed | https://github.com/cotes2020/jekyll-theme-chirpy/
|
3
3
|
*/
|
4
|
-
!function(){"use strict";const t=$(".mode-toggle");function e(t
|
4
|
+
!function(){"use strict";const t=$(".mode-toggle");function e(t){var e=function(t,e){if("object"!=typeof t||!t)return t;var a=t[Symbol.toPrimitive];if(void 0!==a){var s=a.call(t,e||"default");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==typeof e?e:String(e)}function a(t,a,s){return(a=e(a))in t?Object.defineProperty(t,a,{value:s,enumerable:!0,configurable:!0,writable:!0}):t[a]=s,t}const s=$("body"),o="sidebar-display";class r{static toggle(){!1===r.isExpanded?s.attr(o,""):s.removeAttr(o),r.isExpanded=!r.isExpanded}}a(r,"isExpanded",!1);const l=$("#sidebar-trigger"),i=$("#search-trigger"),n=$("#search-cancel"),c=$("#main-wrapper>.container>.row"),d=$("#topbar-title"),u=$("search"),f=$("#search-result-wrapper"),m=$("#search-results"),p=$("#search-input"),g=$("#search-hints"),b=$("html,body"),h="loaded",v="unloaded",C="input-focus",y="d-flex";class w{static on(){w.offset=window.scrollY,b.scrollTop(0)}static off(){b.scrollTop(w.offset)}}a(w,"offset",0),a(w,"resultVisible",!1);class T{static on(){l.addClass(v),d.addClass(v),i.addClass(v),u.addClass(y),n.addClass(h)}static off(){n.removeClass(h),u.removeClass(y),l.removeClass(v),d.removeClass(v),i.removeClass(v)}}class k{static on(){w.resultVisible||(w.on(),f.removeClass(v),c.addClass(v),w.resultVisible=!0)}static off(){w.resultVisible&&(m.empty(),g.hasClass(v)&&g.removeClass(v),f.addClass(v),c.removeClass(v),w.off(),p.val(""),w.resultVisible=!1)}}function x(){return n.hasClass(h)}$(".collapse");$(".code-header>button").children().attr("class");class j{static get attrTimestamp(){return"data-ts"}static get attrDateFormat(){return"data-df"}static get locale(){return $("html").attr("lang").substring(0,2)}static getTimestamp(t){return Number(t.attr(j.attrTimestamp))}static getDateFormat(t){return t.attr(j.attrDateFormat)}}!function(){const t=$(window),e=$("#back-to-top");t.on("scroll",(()=>{t.scrollTop()>50?e.fadeIn():e.fadeOut()})),e.on("click",(()=>{t.scrollTop(0)}))}(),[...document.querySelectorAll('[data-bs-toggle="tooltip"]')].map((t=>new bootstrap.Tooltip(t))),0!==t.length&&t.off().on("click",(t=>{const e=$(t.target);let a=e.prop("tagName")==="button".toUpperCase()?e:e.parent();modeToggle.flipMode(),a.trigger("blur")})),$("#sidebar-trigger").on("click",r.toggle),$("#mask").on("click",r.toggle),i.on("click",(function(){T.on(),k.on(),p.trigger("focus")})),n.on("click",(function(){T.off(),k.off()})),p.on("focus",(function(){u.addClass(C)})),p.on("focusout",(function(){u.removeClass(C)})),p.on("input",(()=>{""===p.val()?x()?g.removeClass(v):k.off():(k.on(),x()&&g.addClass(v))})),dayjs.locale(j.locale),dayjs.extend(window.dayjs_plugin_localizedFormat),$("[".concat(j.attrTimestamp,"]")).each((function(){const t=dayjs.unix(j.getTimestamp($(this))),e=t.format(j.getDateFormat($(this)));$(this).text(e),$(this).removeAttr(j.attrTimestamp),$(this).removeAttr(j.attrDateFormat);const a=$(this).attr("data-bs-toggle");if(void 0===a||"tooltip"!==a)return;const s=t.format("llll");$(this).attr("data-bs-title",s),new bootstrap.Tooltip($(this))}))}();
|
data/assets/js/dist/page.min.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
/*!
|
2
|
-
* Chirpy v6.
|
2
|
+
* Chirpy v6.4.0 | © 2019 Cotes Chung | MIT Licensed | https://github.com/cotes2020/jekyll-theme-chirpy/
|
3
3
|
*/
|
4
|
-
!function(){"use strict";const t=$(".mode-toggle");function e(t
|
4
|
+
!function(){"use strict";const t=$(".mode-toggle");function e(t){var e=function(t,e){if("object"!=typeof t||!t)return t;var o=t[Symbol.toPrimitive];if(void 0!==o){var s=o.call(t,e||"default");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==typeof e?e:String(e)}function o(t,o,s){return(o=e(o))in t?Object.defineProperty(t,o,{value:s,enumerable:!0,configurable:!0,writable:!0}):t[o]=s,t}const s=$("body"),n="sidebar-display";class a{static toggle(){!1===a.isExpanded?s.attr(n,""):s.removeAttr(n),a.isExpanded=!a.isExpanded}}o(a,"isExpanded",!1);const r=$("#sidebar-trigger"),i=$("#search-trigger"),l=$("#search-cancel"),c=$("#main-wrapper>.container>.row"),u=$("#topbar-title"),d=$("search"),f=$("#search-result-wrapper"),p=$("#search-results"),m=$("#search-input"),g=$("#search-hints"),h=$("html,body"),b="loaded",v="unloaded",C="input-focus",w="d-flex";class y{static on(){y.offset=window.scrollY,h.scrollTop(0)}static off(){h.scrollTop(y.offset)}}o(y,"offset",0),o(y,"resultVisible",!1);class k{static on(){r.addClass(v),u.addClass(v),i.addClass(v),d.addClass(w),l.addClass(b)}static off(){l.removeClass(b),d.removeClass(w),r.removeClass(v),u.removeClass(v),i.removeClass(v)}}class S{static on(){y.resultVisible||(y.on(),f.removeClass(v),c.addClass(v),y.resultVisible=!0)}static off(){y.resultVisible&&(p.empty(),g.hasClass(v)&&g.removeClass(v),f.addClass(v),c.removeClass(v),y.off(),m.val(""),y.resultVisible=!1)}}function T(){return l.hasClass(b)}$(".collapse");const E=".code-header>button",A="fas fa-check",x="timeout",M="data-title-succeed",R="data-bs-original-title",I=2e3;function V(t){if($(t)[0].hasAttribute(x)){let e=$(t).attr(x);if(Number(e)>Date.now())return!0}return!1}function q(t){$(t).attr(x,Date.now()+I)}function N(t){$(t).removeAttr(x)}const P=$(E).children().attr("class");const U="data-src",j="data-lqip",B={SHIMMER:"shimmer",BLUR:"blur"};function H(t){$(this).parent().removeClass(t)}function O(){this.complete&&(this.hasAttribute(j)?H.call(this,B.BLUR):H.call(this,B.SHIMMER))}function z(){const t=$(this),e=t.attr(U);t.attr("src",encodeURI(e)),t.removeAttr(U)}!function(){const t=$(window),e=$("#back-to-top");t.on("scroll",(()=>{t.scrollTop()>50?e.fadeIn():e.fadeOut()})),e.on("click",(()=>{t.scrollTop(0)}))}(),[...document.querySelectorAll('[data-bs-toggle="tooltip"]')].map((t=>new bootstrap.Tooltip(t))),0!==t.length&&t.off().on("click",(t=>{const e=$(t.target);let o=e.prop("tagName")==="button".toUpperCase()?e:e.parent();modeToggle.flipMode(),o.trigger("blur")})),$("#sidebar-trigger").on("click",a.toggle),$("#mask").on("click",a.toggle),i.on("click",(function(){k.on(),S.on(),m.trigger("focus")})),l.on("click",(function(){k.off(),S.off()})),m.on("focus",(function(){d.addClass(C)})),m.on("focusout",(function(){d.removeClass(C)})),m.on("input",(()=>{""===m.val()?T()?g.removeClass(v):S.off():(S.on(),T()&&g.addClass(v))})),function(){const t=$("article img");t.length&&t.on("load",O),$('article img[loading="lazy"]').each((function(){this.complete&&H.call(this,B.SHIMMER)}));const e=$("article img[".concat(j,'="true"]'));e.length&&e.each(z)}(),$(".popup")<=0||$(".popup").magnificPopup({type:"image",closeOnContentClick:!0,showCloseBtn:!1,zoom:{enabled:!0,duration:300,easing:"ease-in-out"}}),function(){if($(E).length){const t=new ClipboardJS(E,{target:t=>t.parentNode.nextElementSibling.querySelector("code .rouge-code")});[...document.querySelectorAll(E)].map((t=>new bootstrap.Tooltip(t,{placement:"left"}))),t.on("success",(t=>{t.clearSelection();const e=t.trigger;V(e)||(!function(t){$(t).children().attr("class",A)}(e),function(t){const e=$(t).attr(M);$(t).attr(R,e).tooltip("show")}(e),q(e),setTimeout((()=>{!function(t){$(t).tooltip("hide").removeAttr(R)}(e),function(t){$(t).children().attr("class",P)}(e),N(e)}),I))}))}const t=$("#copy-link");t.on("click",(t=>{let e=$(t.target);V(e)||navigator.clipboard.writeText(window.location.href).then((()=>{const t=e.attr(R),o=e.attr(M);e.attr(R,o).tooltip("show"),q(e),setTimeout((()=>{e.attr(R,t),N(e)}),I)}))})),t.on("mouseleave",(function(t){$(t.target).tooltip("hide")}))}()}();
|
data/assets/js/dist/post.min.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
/*!
|
2
|
-
* Chirpy v6.
|
2
|
+
* Chirpy v6.4.0 | © 2019 Cotes Chung | MIT Licensed | https://github.com/cotes2020/jekyll-theme-chirpy/
|
3
3
|
*/
|
4
|
-
!function(){"use strict";const t=$(".mode-toggle");function e(t
|
4
|
+
!function(){"use strict";const t=$(".mode-toggle");function e(t){var e=function(t,e){if("object"!=typeof t||!t)return t;var o=t[Symbol.toPrimitive];if(void 0!==o){var a=o.call(t,e||"default");if("object"!=typeof a)return a;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==typeof e?e:String(e)}function o(t,o,a){return(o=e(o))in t?Object.defineProperty(t,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):t[o]=a,t}const a=$("body"),r="sidebar-display";class s{static toggle(){!1===s.isExpanded?a.attr(r,""):a.removeAttr(r),s.isExpanded=!s.isExpanded}}o(s,"isExpanded",!1);const i=$("#sidebar-trigger"),n=$("#search-trigger"),l=$("#search-cancel"),c=$("#main-wrapper>.container>.row"),u=$("#topbar-title"),d=$("search"),m=$("#search-result-wrapper"),f=$("#search-results"),p=$("#search-input"),g=$("#search-hints"),h=$("html,body"),b="loaded",v="unloaded",C="input-focus",w="d-flex";class y{static on(){y.offset=window.scrollY,h.scrollTop(0)}static off(){h.scrollTop(y.offset)}}o(y,"offset",0),o(y,"resultVisible",!1);class S{static on(){i.addClass(v),u.addClass(v),n.addClass(v),d.addClass(w),l.addClass(b)}static off(){l.removeClass(b),d.removeClass(w),i.removeClass(v),u.removeClass(v),n.removeClass(v)}}class T{static on(){y.resultVisible||(y.on(),m.removeClass(v),c.addClass(v),y.resultVisible=!0)}static off(){y.resultVisible&&(f.empty(),g.hasClass(v)&&g.removeClass(v),m.addClass(v),c.removeClass(v),y.off(),p.val(""),y.resultVisible=!1)}}function k(){return l.hasClass(b)}$(".collapse");const x=".code-header>button",A="fas fa-check",E="timeout",j="data-title-succeed",D="data-bs-original-title",M=2e3;function F(t){if($(t)[0].hasAttribute(E)){let e=$(t).attr(E);if(Number(e)>Date.now())return!0}return!1}function R(t){$(t).attr(E,Date.now()+M)}function q(t){$(t).removeAttr(E)}const I=$(x).children().attr("class");const N="data-src",V="data-lqip",P={SHIMMER:"shimmer",BLUR:"blur"};function U(t){$(this).parent().removeClass(t)}function z(){this.complete&&(this.hasAttribute(V)?U.call(this,P.BLUR):U.call(this,P.SHIMMER))}function B(){const t=$(this),e=t.attr(N);t.attr("src",encodeURI(e)),t.removeAttr(N)}class H{static get attrTimestamp(){return"data-ts"}static get attrDateFormat(){return"data-df"}static get locale(){return $("html").attr("lang").substring(0,2)}static getTimestamp(t){return Number(t.attr(H.attrTimestamp))}static getDateFormat(t){return t.attr(H.attrDateFormat)}}0!==t.length&&t.off().on("click",(t=>{const e=$(t.target);let o=e.prop("tagName")==="button".toUpperCase()?e:e.parent();modeToggle.flipMode(),o.trigger("blur")})),$("#sidebar-trigger").on("click",s.toggle),$("#mask").on("click",s.toggle),n.on("click",(function(){S.on(),T.on(),p.trigger("focus")})),l.on("click",(function(){S.off(),T.off()})),p.on("focus",(function(){d.addClass(C)})),p.on("focusout",(function(){d.removeClass(C)})),p.on("input",(()=>{""===p.val()?k()?g.removeClass(v):T.off():(T.on(),k()&&g.addClass(v))})),function(){const t=$("article img");t.length&&t.on("load",z),$('article img[loading="lazy"]').each((function(){this.complete&&U.call(this,P.SHIMMER)}));const e=$("article img[".concat(V,'="true"]'));e.length&&e.each(B)}(),$(".popup")<=0||$(".popup").magnificPopup({type:"image",closeOnContentClick:!0,showCloseBtn:!1,zoom:{enabled:!0,duration:300,easing:"ease-in-out"}}),dayjs.locale(H.locale),dayjs.extend(window.dayjs_plugin_localizedFormat),$("[".concat(H.attrTimestamp,"]")).each((function(){const t=dayjs.unix(H.getTimestamp($(this))),e=t.format(H.getDateFormat($(this)));$(this).text(e),$(this).removeAttr(H.attrTimestamp),$(this).removeAttr(H.attrDateFormat);const o=$(this).attr("data-bs-toggle");if(void 0===o||"tooltip"!==o)return;const a=t.format("llll");$(this).attr("data-bs-title",a),new bootstrap.Tooltip($(this))})),function(){if($(x).length){const t=new ClipboardJS(x,{target:t=>t.parentNode.nextElementSibling.querySelector("code .rouge-code")});[...document.querySelectorAll(x)].map((t=>new bootstrap.Tooltip(t,{placement:"left"}))),t.on("success",(t=>{t.clearSelection();const e=t.trigger;F(e)||(!function(t){$(t).children().attr("class",A)}(e),function(t){const e=$(t).attr(j);$(t).attr(D,e).tooltip("show")}(e),R(e),setTimeout((()=>{!function(t){$(t).tooltip("hide").removeAttr(D)}(e),function(t){$(t).children().attr("class",I)}(e),q(e)}),M))}))}const t=$("#copy-link");t.on("click",(t=>{let e=$(t.target);F(e)||navigator.clipboard.writeText(window.location.href).then((()=>{const t=e.attr(D),o=e.attr(j);e.attr(D,o).tooltip("show"),R(e),setTimeout((()=>{e.attr(D,t),q(e)}),M)}))})),t.on("mouseleave",(function(t){$(t.target).tooltip("hide")}))}(),document.querySelector("main h2")&&tocbot.init({tocSelector:"#toc",contentSelector:".content",ignoreSelector:"[data-toc-skip]",headingSelector:"h2, h3, h4",orderedList:!1,scrollSmooth:!1}),function(){const t=$(window),e=$("#back-to-top");t.on("scroll",(()=>{t.scrollTop()>50?e.fadeIn():e.fadeOut()})),e.on("click",(()=>{t.scrollTop(0)}))}(),[...document.querySelectorAll('[data-bs-toggle="tooltip"]')].map((t=>new bootstrap.Tooltip(t)))}();
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-chirpy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.
|
4
|
+
version: 6.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cotes Chung
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -148,12 +148,14 @@ files:
|
|
148
148
|
- _includes/comments/giscus.html
|
149
149
|
- _includes/comments/utterances.html
|
150
150
|
- _includes/datetime.html
|
151
|
+
- _includes/embed/bilibili.html
|
151
152
|
- _includes/embed/twitch.html
|
152
153
|
- _includes/embed/youtube.html
|
153
154
|
- _includes/favicons.html
|
154
155
|
- _includes/footer.html
|
155
156
|
- _includes/google-analytics.html
|
156
157
|
- _includes/head.html
|
158
|
+
- _includes/img-url.html
|
157
159
|
- _includes/js-selector.html
|
158
160
|
- _includes/jsdelivr-combine.html
|
159
161
|
- _includes/lang.html
|
@@ -252,7 +254,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
252
254
|
- !ruby/object:Gem::Version
|
253
255
|
version: '0'
|
254
256
|
requirements: []
|
255
|
-
rubygems_version: 3.
|
257
|
+
rubygems_version: 3.5.3
|
256
258
|
signing_key:
|
257
259
|
specification_version: 4
|
258
260
|
summary: A minimal, responsive, and feature-rich Jekyll theme for technical writing.
|