jekyll-theme-acg 1.0.1 → 1.0.2
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/404.html +5 -0
- data/_config.yml +10 -8
- data/{source/_includes → _includes}/README.md +0 -0
- data/{source/_includes → _includes}/body.html +0 -0
- data/{source/_includes → _includes}/footer.html +0 -0
- data/{source/_includes → _includes}/head.html +0 -0
- data/{source/_includes → _includes}/header.html +0 -0
- data/{source/_includes → _includes}/main.html +0 -0
- data/{source/_includes → _includes}/style.html +0 -0
- data/{source/_includes → _includes}/toc.html +0 -0
- data/{source/_layouts → _layouts}/default.html +0 -0
- data/{source/_layouts → _layouts}/home.html +0 -0
- data/{source/_layouts → _layouts}/post.html +0 -0
- data/{source/_sass → _sass}/markdown.scss +0 -0
- data/{source/_sass → _sass}/root.scss +0 -0
- data/{source/assets → assets}/css/style.scss +0 -0
- data/index.html +3 -0
- metadata +17 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4f5ff29da0d09a68067bfdcde86d45901fd78a56e59c9cd246bb73a203e513a2
|
|
4
|
+
data.tar.gz: eabb56cc9c7cb79d665991904c23af41f1d663a92cecb22c7f5195614f92e8ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 89e82303b8cfa543cba6057cf0c38e0451cca6ee5042047af65eb9b00c979e0a48cb7ad032294935148ccc697c71b1e8db1cfa5949180f5483eae46201232ed5
|
|
7
|
+
data.tar.gz: 34e19f348a5af5a1f8694918ffa03281261d1f30aacb3040be2a5f8343a113ae4425a39997163423d5e49738997ea8775852eaf8bdadee9e8d84656fbec64969
|
data/404.html
ADDED
data/_config.yml
CHANGED
|
@@ -31,19 +31,21 @@ paginate_path: /page:num
|
|
|
31
31
|
|
|
32
32
|
# ========== ========== ========== ========== ==========
|
|
33
33
|
|
|
34
|
-
source: "source"
|
|
35
|
-
destination: ".bundle"
|
|
36
34
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
35
|
+
exclude: [
|
|
36
|
+
"LICENSE",
|
|
37
|
+
"README.md",
|
|
38
|
+
"package.json",
|
|
39
|
+
"tailwind.config.js",
|
|
40
|
+
"yarn.lock",
|
|
41
|
+
"jekyll-theme-acg.gemspec",
|
|
42
|
+
"jekyll-theme-acg-*.gem",
|
|
43
|
+
]
|
|
41
44
|
|
|
42
45
|
sass:
|
|
43
|
-
sass_dir: _sass
|
|
44
46
|
style: compressed
|
|
45
47
|
|
|
46
|
-
collections_dir: ""
|
|
48
|
+
collections_dir: ""
|
|
47
49
|
collections:
|
|
48
50
|
posts:
|
|
49
51
|
output: true
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/index.html
ADDED
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.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Coder Zhao
|
|
@@ -134,23 +134,25 @@ executables: []
|
|
|
134
134
|
extensions: []
|
|
135
135
|
extra_rdoc_files: []
|
|
136
136
|
files:
|
|
137
|
+
- 404.html
|
|
137
138
|
- LICENSE
|
|
138
139
|
- README.md
|
|
139
140
|
- _config.yml
|
|
140
|
-
-
|
|
141
|
-
-
|
|
142
|
-
-
|
|
143
|
-
-
|
|
144
|
-
-
|
|
145
|
-
-
|
|
146
|
-
-
|
|
147
|
-
-
|
|
148
|
-
-
|
|
149
|
-
-
|
|
150
|
-
-
|
|
151
|
-
-
|
|
152
|
-
-
|
|
153
|
-
-
|
|
141
|
+
- _includes/README.md
|
|
142
|
+
- _includes/body.html
|
|
143
|
+
- _includes/footer.html
|
|
144
|
+
- _includes/head.html
|
|
145
|
+
- _includes/header.html
|
|
146
|
+
- _includes/main.html
|
|
147
|
+
- _includes/style.html
|
|
148
|
+
- _includes/toc.html
|
|
149
|
+
- _layouts/default.html
|
|
150
|
+
- _layouts/home.html
|
|
151
|
+
- _layouts/post.html
|
|
152
|
+
- _sass/markdown.scss
|
|
153
|
+
- _sass/root.scss
|
|
154
|
+
- assets/css/style.scss
|
|
155
|
+
- index.html
|
|
154
156
|
homepage: https://github.com/coderzhaoziwei/jekyll-theme-acg
|
|
155
157
|
licenses:
|
|
156
158
|
- MIT
|