jekyll-theme-acg 1.0.2 → 1.0.3
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/_config.yml +2 -1
- data/assets/css/style.scss +1 -1
- metadata +1 -3
- data/404.html +0 -5
- data/index.html +0 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 83fa34bbb9cfb8e722928b7114e3e9e976c6a4fb33fe22115e2cd8b6fe5aabbf
|
|
4
|
+
data.tar.gz: f75eedd59282ad283b4005e2f79affc61dc93f18bb6dc3ca2e9274777f0abbd4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c6544fa61df9651e75ef45dd0007d72a0cba85fdc182f30137025b97c80bc101b1e82f4ee53508d7ff1868d80c633eb8134dcea307c7a545e2abcebf9e41611
|
|
7
|
+
data.tar.gz: 06cc88c2270ee4c748f334a406b963a8ef5e345fb136b95ae986a949563be7c3a686defe793a37f994617f5bd670fa06cac29fe9941954d4d413db85bd5385ad
|
data/_config.yml
CHANGED
|
@@ -8,6 +8,7 @@ github_id: coderzhaoziwei
|
|
|
8
8
|
|
|
9
9
|
# Theme Name
|
|
10
10
|
theme: jekyll-theme-acg
|
|
11
|
+
background: https://cdn.jsdelivr.net/gh/coderzhaoziwei/jekyll-theme-acg/assets/images/bg.png
|
|
11
12
|
|
|
12
13
|
# Theme Color
|
|
13
14
|
# Default: red
|
|
@@ -21,7 +22,7 @@ baseurl:
|
|
|
21
22
|
# Default: /assets/images/bg.png
|
|
22
23
|
# Author: saino
|
|
23
24
|
# Origin: https://www.pixiv.net/artworks/86925095
|
|
24
|
-
|
|
25
|
+
|
|
25
26
|
|
|
26
27
|
|
|
27
28
|
|
data/assets/css/style.scss
CHANGED
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.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Coder Zhao
|
|
@@ -134,7 +134,6 @@ executables: []
|
|
|
134
134
|
extensions: []
|
|
135
135
|
extra_rdoc_files: []
|
|
136
136
|
files:
|
|
137
|
-
- 404.html
|
|
138
137
|
- LICENSE
|
|
139
138
|
- README.md
|
|
140
139
|
- _config.yml
|
|
@@ -152,7 +151,6 @@ files:
|
|
|
152
151
|
- _sass/markdown.scss
|
|
153
152
|
- _sass/root.scss
|
|
154
153
|
- assets/css/style.scss
|
|
155
|
-
- index.html
|
|
156
154
|
homepage: https://github.com/coderzhaoziwei/jekyll-theme-acg
|
|
157
155
|
licenses:
|
|
158
156
|
- MIT
|
data/404.html
DELETED
data/index.html
DELETED