jekyll-theme-h2o-ac 1.3.4 → 1.3.5
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/README.md +5 -0
- data/_config.yml +1 -1
- data/_layouts/tags.html +0 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c69893d0f8c7612990e7e0ad0253ccf2d3e38cf5726f4d690093320f983ab8a1
|
|
4
|
+
data.tar.gz: 262c5a258cefdf0294a4b6cdf1edd58271267f00b1a591dadc7e2d2992c7f4a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3245739e6fd7e0c1bae712501fac40754bcd02f95426074c7160b743fb7fa8947de0fec831e0c07076f3e69d3838d5ce591f80aeb716da574e64a4fae112e693
|
|
7
|
+
data.tar.gz: cac43479c9afe38fbe1d4d97efec2528c7813a03cf5be915ee75dcd170106fbb070ae396526fcb27312ed06409ff317786ff3c78ecba19f952adce8ba9a98c2e
|
data/README.md
CHANGED
|
@@ -13,9 +13,14 @@
|
|
|
13
13
|
|
|
14
14
|
A Jekyll theme for researchers and maintainers based on Jekyll and [H2O](https://github.com/kaeyleo/jekyll-theme-H2O) theme.
|
|
15
15
|
|
|
16
|
+
使用文档:[https://h2o-ac-doc.lisz.me](https://h2o-ac-doc.lisz.me)
|
|
17
|
+
|
|
18
|
+
Usage documentation is only available in Chinese now, but English version will be available soon.
|
|
19
|
+
|
|
16
20
|
## Preview
|
|
17
21
|
|
|
18
22
|
### [在线预览 Live Demo →](https://h2o-ac.pages.dev/)
|
|
23
|
+
|
|
19
24
|

|
|
20
25
|

|
|
21
26
|
|
data/_config.yml
CHANGED
data/_layouts/tags.html
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-h2o-ac
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- zhonger
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-10-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll-paginate-v2
|