jekyll-theme-acg 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f260e8d8eac56fb62b9dd43190c04b017834bf41827430f55a83939ef1f22884
4
- data.tar.gz: 9b0e7e03d2cb17811982dbc2b89fd4f52985bf6769dd8512b2f1f72a3d8cda4f
3
+ metadata.gz: 4f5ff29da0d09a68067bfdcde86d45901fd78a56e59c9cd246bb73a203e513a2
4
+ data.tar.gz: eabb56cc9c7cb79d665991904c23af41f1d663a92cecb22c7f5195614f92e8ee
5
5
  SHA512:
6
- metadata.gz: 58036eb578213ba822a9f25a0139a0b2bb87db905261af873924e874c760e7a8609b57cc587833f2f2d2b513dc87062bf91d9985337e5e3724f97e67a70a4097
7
- data.tar.gz: edfe5f5e24d8d42a04ad14a3c5097e53925092fc1fd8df6008330ab9f75b5a369990a0a1e474d3b554f3c810d8c7e2e7489106a33894042a074a0e260d588ac7
6
+ metadata.gz: 89e82303b8cfa543cba6057cf0c38e0451cca6ee5042047af65eb9b00c979e0a48cb7ad032294935148ccc697c71b1e8db1cfa5949180f5483eae46201232ed5
7
+ data.tar.gz: 34e19f348a5af5a1f8694918ffa03281261d1f30aacb3040be2a5f8343a113ae4425a39997163423d5e49738997ea8775852eaf8bdadee9e8d84656fbec64969
data/404.html ADDED
@@ -0,0 +1,5 @@
1
+ ---
2
+ layout: default
3
+ title: 404
4
+ description: Page Not Found.
5
+ ---
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
- data_dir: "_data" # /source/_data
38
- layouts_dir: "_layouts" # /source/_layouts
39
- includes_dir: "_includes" # /source/_includes
40
- plugins_dir: ["_plugins"] # /source/_plugins
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: "" # /source
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
@@ -0,0 +1,3 @@
1
+ ---
2
+ layout: home
3
+ ---
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.1
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
- - source/_includes/README.md
141
- - source/_includes/body.html
142
- - source/_includes/footer.html
143
- - source/_includes/head.html
144
- - source/_includes/header.html
145
- - source/_includes/main.html
146
- - source/_includes/style.html
147
- - source/_includes/toc.html
148
- - source/_layouts/default.html
149
- - source/_layouts/home.html
150
- - source/_layouts/post.html
151
- - source/_sass/markdown.scss
152
- - source/_sass/root.scss
153
- - source/assets/css/style.scss
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