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 +4 -4
- data/README.md +4 -54
- data/_config.yml +1 -1
- data/_includes/header.html +1 -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: 5ec7d2682a36b9955a1651703caed0feeb6f5052351378de1da3977ec7fffcd3
|
4
|
+
data.tar.gz: 2633c1324ff653a8198c31c428717f0c2335eedde669dd1efd6e0f69249b9f7a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
data/_includes/header.html
CHANGED
@@ -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.
|
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-
|
11
|
+
date: 2021-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|