jekyll-theme-acg 1.0.13 → 1.0.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +13 -4
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: df62bc91c22e03ef620da236f09fb535fe5618ad11101730770595bd55268f6a
|
4
|
+
data.tar.gz: 9f0255e9dd4b9550427e6974de0a9a192a16b32b6eb80c3cfd67f7a6a5aef49c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 02da55b2990044dc5bc1b44588146d6091186784a4fd499c4f9424509af4febe561c00951d510242b7e45f44ebac66287148eb6d0e5f27156ddba95d75668d98
|
7
|
+
data.tar.gz: a4d23638285b50a418f39d3001eb465ba5fad133f0ec8fe6ef9d80af825b184c8c74564010d7aa293850b1e0aaf562ec93d0bc8877416bc116ac54d6b343bbea
|
data/README.md
CHANGED
@@ -12,15 +12,24 @@
|
|
12
12
|
|
13
13
|
## Documentation
|
14
14
|
|
15
|
-
-
|
15
|
+
- [English Guide](https://coderzhaoziwei.github.io/posts/acg-guide-en)
|
16
|
+
- [简体中文指南](https://coderzhaoziwei.github.io/posts/acg-guide-cn)
|
17
|
+
|
18
|
+
My English is poor. In the event of any discrepancy, the Simplified Chinese guide shall prevail.
|
19
|
+
|
20
|
+
If you have any problems, you can submit issues or send me email.
|
16
21
|
|
17
22
|
|
18
23
|
## Thanks
|
19
24
|
|
20
|
-
-
|
21
|
-
-
|
25
|
+
- [Tailwind](https://tailwindcss.com)
|
26
|
+
- [Markdown Style](https://github.com/primer/css/tree/main/src/markdown)
|
27
|
+
- [Highlight JS](https://highlightjs.org)
|
28
|
+
- [MathJax](https://www.mathjax.org)
|
29
|
+
- [Jekyll Archives](https://github.com/jekyll/jekyll-archives)
|
30
|
+
- [Jekyll Spaceship](https://github.com/jeffreytse/jekyll-spaceship)
|
22
31
|
|
23
32
|
|
24
33
|
## License
|
25
34
|
|
26
|
-
MIT
|
35
|
+
MIT © Coder Zhao
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-acg
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Coder Zhao
|
@@ -156,7 +156,8 @@ dependencies:
|
|
156
156
|
- - ">="
|
157
157
|
- !ruby/object:Gem::Version
|
158
158
|
version: '0'
|
159
|
-
description: This a theme for Jekyll,
|
159
|
+
description: This a theme for Jekyll, You can visit https://coderzhaoziwei.github.io
|
160
|
+
to preview the effect.
|
160
161
|
email: coderzhaoziwei@outlook.com
|
161
162
|
executables: []
|
162
163
|
extensions: []
|
@@ -216,5 +217,5 @@ requirements: []
|
|
216
217
|
rubygems_version: 3.1.4
|
217
218
|
signing_key:
|
218
219
|
specification_version: 4
|
219
|
-
summary: Jekyll Theme ACG
|
220
|
+
summary: Jekyll Theme ACG
|
220
221
|
test_files: []
|