taletype 0.1.4 → 0.1.7
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 +4 -4
- data/_includes/giscus_comments.html +22 -0
- data/_includes/gitalk_comments.html +3 -1
- data/_layouts/page.html +2 -0
- data/_layouts/post.html +6 -1
- data/_sass/tale/_commentation.scss +8 -0
- data/_sass/tale.scss +1 -0
- data/_sass/vendor/_gitalk.scss +1 -0
- data/assets/js/gitalk.min.js +6 -6
- metadata +5 -3
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: taletype
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- hutusi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -108,6 +108,7 @@ files:
|
|
108
108
|
- _includes/cnzz_statistic.html
|
109
109
|
- _includes/disqus_comments.html
|
110
110
|
- _includes/footer.html
|
111
|
+
- _includes/giscus_comments.html
|
111
112
|
- _includes/gitalk_comments.html
|
112
113
|
- _includes/head.html
|
113
114
|
- _includes/image.html
|
@@ -124,6 +125,7 @@ files:
|
|
124
125
|
- _sass/tale/_base.scss
|
125
126
|
- _sass/tale/_catalogue.scss
|
126
127
|
- _sass/tale/_code.scss
|
128
|
+
- _sass/tale/_commentation.scss
|
127
129
|
- _sass/tale/_layout.scss
|
128
130
|
- _sass/tale/_pagination.scss
|
129
131
|
- _sass/tale/_post.scss
|
@@ -161,7 +163,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
161
163
|
- !ruby/object:Gem::Version
|
162
164
|
version: '0'
|
163
165
|
requirements: []
|
164
|
-
rubygems_version: 3.2.
|
166
|
+
rubygems_version: 3.2.22
|
165
167
|
signing_key:
|
166
168
|
specification_version: 4
|
167
169
|
summary: TaleType(Tale redistributed) is a minimal Jekyll theme curated for storytellers.
|