jekyll-theme-acg 1.0.12 → 1.0.13

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: d0ebe65d00ff1b13954d9ad9d17ff30969ac57e08c06dcbb6eafad7da26f153b
4
- data.tar.gz: 7e4655460e9f9e0c17dfd70f81f03e51db16be7db38c8d68e2d3b7db6dd5281b
3
+ metadata.gz: 5ec7d2682a36b9955a1651703caed0feeb6f5052351378de1da3977ec7fffcd3
4
+ data.tar.gz: 2633c1324ff653a8198c31c428717f0c2335eedde669dd1efd6e0f69249b9f7a
5
5
  SHA512:
6
- metadata.gz: df76671b47f54391ade85663f10a2450b5da9d983f9b49d26ed738a77d47f740a1b430c7831ab20ddc2c14fa1624751513b09a72efee92371de2f78942ce8b86
7
- data.tar.gz: 237486fbdbccc787f884ba48f6ab910220378456a1c8c19312fbacb88c8fc3c54f86f1d122655e06b63a127bab590c96be92939835d53a90f741b16f59170800
6
+ metadata.gz: 6cc11c7e8c1698082eb8187d00048099b4a457644feccebbc52cbb5158ec756c2d30851a85a837910ee7da9b10d36933420294cd2d558b618e54e7900cf9495c
7
+ data.tar.gz: f6a6ba57052f09d460d9042c8530fb8b357e1ae8fbe9f0a085c9181e1187521938b720e92a8906965b1133f9e0905d82c1da2f90f23271b6f28827b64aac6475
data/README.md CHANGED
@@ -1,50 +1,18 @@
1
1
  # Jekyll Theme ACG
2
2
 
3
- ![](https://img.shields.io/gem/v/jekyll-theme-acg)
4
- ![](https://img.shields.io/gem/dt/jekyll-theme-acg)
5
- ![](https://img.shields.io/github/stars/coderzhaoziwei/jekyll-theme-acg?style=social)
3
+ [![](https://img.shields.io/gem/v/jekyll-theme-acg)](https://rubygems.org/gems/jekyll-theme-acg)
4
+ [![](https://img.shields.io/gem/dt/jekyll-theme-acg)](https://rubygems.org/gems/jekyll-theme-acg)
5
+ [![](https://img.shields.io/github/stars/coderzhaoziwei/jekyll-theme-acg?style=social)](https://github.com/coderzhaoziwei/jekyll-theme-acg)
6
6
 
7
- ## Status: Beta
8
-
9
- This theme is still under development, just waiting for me...
10
7
 
11
8
  ## Showcase
12
9
 
13
10
  - [Coder Zhao’s Zone](https://coderzhaoziwei.github.io)
14
11
 
15
- ## Usage
16
-
17
- - Set theme in `/_config.yml`:
18
-
19
- ```
20
- theme: jekyll-theme-acg
21
- ```
22
-
23
- - Add gem in `/Gemfile`:
24
-
25
- ```
26
- gem "jekyll-theme-acg"
27
- ```
28
-
29
- - Set Front Matter in your `/index.html`:
30
-
31
- ```
32
- ---
33
- layout: home
34
- ---
35
- ```
36
-
37
- > Your homepage filename must be `index.html`, not `index.md` or others.
38
-
39
- - Build:
40
-
41
- ```
42
- bundle update & bundle exec jekyll serve -o
43
- ```
44
12
 
45
13
  ## Documentation
46
14
 
47
- To be continued...
15
+ - To check out [the minimal demo](https://github.com/coderzhaoziwei/jekyll-theme-acg-minimal).
48
16
 
49
17
 
50
18
  ## Thanks
@@ -56,21 +24,3 @@ To be continued...
56
24
  ## License
57
25
 
58
26
  MIT
59
-
60
-
61
- <!-- https://rubygems.org/gems/jekyll-theme-acg -->
62
- <!-- https://github.com/coderzhaoziwei/jekyll-theme-acg -->
63
-
64
- <!--
65
-
66
- The page build completed successfully, but returned the following warning for the `main` branch:
67
-
68
- You are attempting to use a Jekyll theme, "jekyll-theme-acg", which is not supported by GitHub Pages. Please visit https://pages.github.com/themes/ for a list of supported themes. If you are using the "theme" configuration variable for something other than a Jekyll theme, we recommend you rename this variable throughout your site. For more information, see https://docs.github.com/github/working-with-github-pages/adding-a-theme-to-your-github-pages-site-using-jekyll.
69
-
70
- For information on troubleshooting Jekyll see:
71
-
72
- https://docs.github.com/articles/troubleshooting-jekyll-builds
73
-
74
- If you have any questions you can submit a request at https://support.github.com/contact?repo_id=380397777&page_build_id=262410246
75
-
76
- -->
data/_config.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  url:
2
- baseurl:
2
+ baseurl: /
3
3
  title: Jekyll Theme ACG
4
4
  description: An awesome theme for Jekyll.
5
5
  author: Coder Zhao
@@ -1,5 +1,4 @@
1
-
2
- {% capture siteUrl %}{{ site.url | default: "/" | relative_url }}{% endcapture %}
1
+ {% capture siteUrl %}{{ "/" | relative_url }}{% endcapture %}
3
2
  {% capture siteTitle %}{{ site.title }}{% endcapture %}
4
3
 
5
4
  {% capture categoriesUrl %}{{ "/categories" | relative_url }}{% endcapture %}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-acg
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.12
4
+ version: 1.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Coder Zhao
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-02 00:00:00.000000000 Z
11
+ date: 2021-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll