jekyll-whiteglass 1.10.3 → 1.10.4
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/CHANGELOG.md +4 -0
- data/README.md +1 -6
- data/_data/i18n.yml +16 -0
- 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: a2a2cc2a1b0f66fcf4219c708ee2529c5e234430bb656a83a7a265b85a57861c
|
|
4
|
+
data.tar.gz: f6675e75cccd06e10361b29dd13cf16e28c1c5cf0306c04cfb7321ea105c1581
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b6459df2ffd07a68bbb2d8ac53f90b0366b4b39bd0a6a91795f25f50eade7489989521ce4b710bbfe24c250f3da62efc23a57a70f6245d0addbb071a69c21e02
|
|
7
|
+
data.tar.gz: 7c7e59f414215ecd7d0f1b67ed9459bf9e473b497f35460de3825ea1ac9322eeea15d4721f548ed0095163350f6b19e3a7ed43d8564df20e0399d33e7fd9313b
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -37,12 +37,7 @@ gem install jekyll-whiteglass
|
|
|
37
37
|
|
|
38
38
|
1. Go to [yous/whiteglass-template](https://github.com/yous/whiteglass-template).
|
|
39
39
|
2. Click "Use this template" button, and then create a repository.
|
|
40
|
-
3.
|
|
41
|
-
select `public_repo` or `repo` depending on your repository.
|
|
42
|
-
4. In the settings page of your repository, go to Secrets tab
|
|
43
|
-
(`https://github.com/<user>/<repo>/settings/secrets`) and add a secret
|
|
44
|
-
`JEKYLL_PAT` with the value of token you got from 3.
|
|
45
|
-
5. Push some content, then GitHub Actions will generate the site.
|
|
40
|
+
3. Push some content, then GitHub Actions will generate the site.
|
|
46
41
|
|
|
47
42
|
## Manual Setup
|
|
48
43
|
|
data/_data/i18n.yml
CHANGED
|
@@ -52,3 +52,19 @@ ko:
|
|
|
52
52
|
archive-category: "'%1' 카테고리 아카이브"
|
|
53
53
|
archive-tag: "'%1' 태그 아카이브"
|
|
54
54
|
comments: "댓글"
|
|
55
|
+
fr:
|
|
56
|
+
date:
|
|
57
|
+
format: "%-d %B %Y"
|
|
58
|
+
abbr_day_names: ["Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam"]
|
|
59
|
+
abbr_month_names: ["Jan", "Fev", "Mar", "Avr", "Mai", "Jui",
|
|
60
|
+
"Jui", "Aou", "Sep", "Oct", "Nov", "Dec"]
|
|
61
|
+
day_names: ["Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi"]
|
|
62
|
+
month_names: ["Janvier", "Février", "Mars", "Avril", "Mai", "Juin",
|
|
63
|
+
"Juillet", "Aout", "Septembre", "Octobre", "Novembre", "Décembre"]
|
|
64
|
+
morelink: "Lire plus"
|
|
65
|
+
page-older: "Plus ancien"
|
|
66
|
+
page-newer: "Récent"
|
|
67
|
+
archive: "Archives"
|
|
68
|
+
archive-category: "Archives de la catégorie '%1'"
|
|
69
|
+
archive-tag: "Archives du tag '%1'"
|
|
70
|
+
comments: "Commentaires"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-whiteglass
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.10.
|
|
4
|
+
version: 1.10.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chayoung You
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-03-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|