jekyll-theme-acg 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +37 -1
- 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: 69f7be4d3a1073e7a2a0fc2609912aebb651f6c39e25089f6e02d3d19596eb10
|
4
|
+
data.tar.gz: '0084a9beb9f520ba0bb39ff23da51b54d28bb00db1d0c61af1262fb047eb3572'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a7e450bfdd05eb52787d29d895f4d0fd9e7a1884d8339076e8e395cdb54087290c1dd29710a66f833281c2c74a62b150cfcd97415fa264a4644be5cf7fb784cc
|
7
|
+
data.tar.gz: 45b4ca5de99d925bc598b5795fd5fcc67be79d7d305b508ea9d0fd92012097870ecc19a7783439e27a97d82c12259150219195f9d235c80516621369141e07eb
|
data/README.md
CHANGED
@@ -1,4 +1,40 @@
|
|
1
|
-
|
1
|
+
<h1 style="text-align:center;">Jekyll Theme ACG</h1>
|
2
|
+
|
3
|
+
![](https://badge.fury.io/rb/jekyll-theme-acg.svg)
|
4
|
+
|
5
|
+
## About
|
6
|
+
|
7
|
+
This theme is still under development, just waiting for me...
|
8
|
+
|
9
|
+
## Usage
|
10
|
+
|
11
|
+
- Set theme in `/_config.yml`:
|
12
|
+
|
13
|
+
```
|
14
|
+
theme: jekyll-theme-acg
|
15
|
+
```
|
16
|
+
|
17
|
+
- Add gem in `/Gemfile`:
|
18
|
+
|
19
|
+
```
|
20
|
+
gem "jekyll-theme-acg"
|
21
|
+
```
|
22
|
+
|
23
|
+
- Set Front Matter in your `/index.html`:
|
24
|
+
|
25
|
+
```
|
26
|
+
---
|
27
|
+
layout: home
|
28
|
+
---
|
29
|
+
```
|
30
|
+
|
31
|
+
> Your homepage filename must be `index.html`, not `index.md` or others.
|
32
|
+
|
33
|
+
- Build:
|
34
|
+
|
35
|
+
```
|
36
|
+
bundle update & bundle exec jekyll serve -o
|
37
|
+
```
|
2
38
|
|
3
39
|
|
4
40
|
## Thanks
|
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.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Coder Zhao
|
@@ -128,7 +128,7 @@ dependencies:
|
|
128
128
|
- - ">="
|
129
129
|
- !ruby/object:Gem::Version
|
130
130
|
version: '0'
|
131
|
-
description:
|
131
|
+
description: This a theme for Jekyll, which still under development.
|
132
132
|
email: coderzhaoziwei@outlook.com
|
133
133
|
executables: []
|
134
134
|
extensions: []
|