jekyll-theme-chirpy 5.3.1 → 5.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 +8 -7
- data/_data/assets/cross_origin.yml +15 -15
- data/_data/assets/self_host.yml +3 -3
- data/_data/contact.yml +1 -1
- data/_data/locales/bg-BG.yml +3 -3
- data/_data/locales/en.yml +1 -1
- data/_includes/comments/disqus.html +11 -11
- data/_includes/embed/twitch.html +4 -0
- data/_includes/embed/youtube.html +6 -0
- data/_includes/footer.html +5 -5
- data/_includes/head.html +14 -10
- data/_includes/js-selector.html +1 -2
- data/_includes/mermaid.html +12 -10
- data/_includes/post-sharing.html +0 -1
- data/_includes/refactor-content.html +97 -53
- data/_includes/sidebar.html +11 -1
- data/_layouts/post.html +12 -21
- data/_sass/addon/commons.scss +143 -77
- data/_sass/addon/module.scss +12 -3
- data/_sass/addon/syntax.scss +4 -12
- data/_sass/colors/dark-typography.scss +16 -3
- data/_sass/colors/light-typography.scss +12 -1
- data/_sass/jekyll-theme-chirpy.scss +1 -1
- data/_sass/layout/post.scss +22 -4
- data/assets/feed.xml +1 -1
- data/assets/js/data/search.json +3 -1
- data/assets/js/dist/categories.min.js +1 -1
- data/assets/js/dist/commons.min.js +1 -1
- data/assets/js/dist/home.min.js +1 -1
- data/assets/js/dist/misc.min.js +1 -1
- data/assets/js/dist/page.min.js +2 -2
- data/assets/js/dist/post.min.js +2 -2
- data/assets/js/dist/pvreport.min.js +1 -1
- metadata +14 -9
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: 5.
|
4
|
+
version: 5.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cotes Chung
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-12-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '4.
|
19
|
+
version: '4.3'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '4.
|
26
|
+
version: '4.3'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: jekyll-paginate
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -94,7 +94,7 @@ dependencies:
|
|
94
94
|
- - "~>"
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '1.4'
|
97
|
-
description:
|
97
|
+
description:
|
98
98
|
email:
|
99
99
|
- cotes.chung@gmail.com
|
100
100
|
executables: []
|
@@ -129,6 +129,8 @@ files:
|
|
129
129
|
- _includes/comments/giscus.html
|
130
130
|
- _includes/comments/utterances.html
|
131
131
|
- _includes/datetime.html
|
132
|
+
- _includes/embed/twitch.html
|
133
|
+
- _includes/embed/youtube.html
|
132
134
|
- _includes/favicons.html
|
133
135
|
- _includes/footer.html
|
134
136
|
- _includes/google-analytics.html
|
@@ -213,7 +215,7 @@ metadata:
|
|
213
215
|
source_code_uri: https://github.com/cotes2020/jekyll-theme-chirpy
|
214
216
|
wiki_uri: https://github.com/cotes2020/jekyll-theme-chirpy/wiki
|
215
217
|
plugin_type: theme
|
216
|
-
post_install_message:
|
218
|
+
post_install_message:
|
217
219
|
rdoc_options: []
|
218
220
|
require_paths:
|
219
221
|
- lib
|
@@ -222,14 +224,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
222
224
|
- - ">="
|
223
225
|
- !ruby/object:Gem::Version
|
224
226
|
version: '2.5'
|
227
|
+
- - "<"
|
228
|
+
- !ruby/object:Gem::Version
|
229
|
+
version: '3.2'
|
225
230
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
226
231
|
requirements:
|
227
232
|
- - ">="
|
228
233
|
- !ruby/object:Gem::Version
|
229
234
|
version: '0'
|
230
235
|
requirements: []
|
231
|
-
rubygems_version: 3.
|
232
|
-
signing_key:
|
236
|
+
rubygems_version: 3.3.26
|
237
|
+
signing_key:
|
233
238
|
specification_version: 4
|
234
239
|
summary: Chirpy is a minimal, sidebar, responsive web design Jekyll theme that focuses
|
235
240
|
on text presentation.
|