jekyll-theme-chirpy 5.0.1 → 5.2.0
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/README.md +7 -7
- data/_config.yml +38 -13
- data/_data/assets/cross_origin.yml +62 -0
- data/_data/assets/self_host.yml +51 -0
- data/_data/authors.yml +17 -0
- data/_data/locales/en.yml +12 -20
- data/_data/locales/es-ES.yml +79 -0
- data/_data/locales/fr-FR.yml +79 -0
- data/_data/locales/id-ID.yml +4 -16
- data/_data/locales/ko-KR.yml +4 -16
- data/_data/locales/my-MM.yml +79 -0
- data/_data/locales/pt-BR.yml +79 -0
- data/_data/locales/ru-RU.yml +79 -0
- data/_data/locales/uk-UA.yml +79 -0
- data/_data/locales/vi-VN.yml +77 -0
- data/_data/locales/zh-CN.yml +4 -16
- data/_data/share.yml +1 -1
- data/_includes/assets-origin.html +12 -0
- data/_includes/comments/giscus.html +56 -0
- data/_includes/comments/utterances.html +2 -2
- data/_includes/datetime.html +21 -0
- data/_includes/footer.html +5 -6
- data/_includes/head.html +62 -21
- data/_includes/js-selector.html +47 -11
- data/_includes/jsdelivr-combine.html +32 -0
- data/_includes/mermaid.html +3 -3
- data/_includes/mode-toggle.html +4 -3
- data/_includes/post-nav.html +4 -4
- data/_includes/post-paginator.html +2 -2
- data/_includes/post-sharing.html +3 -2
- data/_includes/refactor-content.html +62 -10
- data/_includes/related-posts.html +1 -4
- data/_includes/search-loader.html +1 -1
- data/_includes/sidebar.html +8 -8
- data/_includes/toc.html +1 -1
- data/_includes/topbar.html +3 -4
- data/_layouts/archives.html +15 -6
- data/_layouts/categories.html +25 -4
- data/_layouts/category.html +1 -3
- data/_layouts/default.html +23 -8
- data/_layouts/home.html +4 -8
- data/_layouts/page.html +11 -11
- data/_layouts/post.html +52 -44
- data/_layouts/tag.html +1 -3
- data/_layouts/tags.html +3 -1
- data/_sass/addon/commons.scss +241 -305
- data/_sass/addon/module.scss +33 -17
- data/_sass/addon/syntax.scss +38 -25
- data/_sass/addon/variables.scss +9 -9
- data/_sass/colors/dark-syntax.scss +1 -0
- data/_sass/colors/dark-typography.scss +10 -1
- data/_sass/colors/light-syntax.scss +6 -1
- data/_sass/colors/light-typography.scss +14 -1
- data/_sass/jekyll-theme-chirpy.scss +1 -1
- data/_sass/layout/post.scss +4 -7
- data/_tabs/about.md +2 -2
- data/assets/404.html +0 -17
- data/assets/js/data/search.json +6 -5
- data/assets/js/data/swcache.js +11 -20
- data/assets/js/dist/categories.min.js +2 -2
- data/assets/js/dist/commons.min.js +2 -2
- data/assets/js/dist/home.min.js +2 -2
- data/assets/js/dist/misc.min.js +6 -0
- data/assets/js/dist/page.min.js +2 -2
- data/assets/js/dist/post.min.js +2 -2
- data/assets/js/dist/pvreport.min.js +2 -2
- data/assets/js/pwa/app.js +55 -4
- data/assets/js/pwa/sw.js +42 -40
- data/assets/js/pwa/unregister.js +12 -0
- metadata +20 -7
- data/_includes/css-selector.html +0 -15
- data/_includes/no-zero-date.html +0 -13
- data/_includes/timeago.html +0 -26
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c81c39e181ad22387edde9225772bc693e4253c6a610023f730c343af2ccdc79
|
|
4
|
+
data.tar.gz: dfea7d51da714436d588ede746cf1b65c2030c8b5327555134d8799ced5ea258
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d604d1a13948a5ad0c117a47555a073fa50228e3789a7934c567ede94eac30c66ff837673565733b9022fce08df91547f175e6cb9ece9af25a8a1a833542aaf
|
|
7
|
+
data.tar.gz: 3c5d9126c604ad8ad0ebfc1b16891fa8d31223ceb6954ee33c34870cbe853c880f65ad0b96627b8b307a026433e654de7a180677d27804ceb62ab961c27d8f86
|
data/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
[**Live Demo →**](https://cotes2020.github.io/chirpy-demo)
|
|
14
14
|
|
|
15
|
-
[](https://cotes2020.github.io/chirpy-demo)
|
|
16
16
|
|
|
17
17
|
</div>
|
|
18
18
|
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
- Syntax Highlighting
|
|
29
29
|
- Mathematical Expressions
|
|
30
30
|
- Mermaid Diagram & Flowchart
|
|
31
|
-
- Disqus/Utterances Comments
|
|
31
|
+
- Disqus/Utterances/Giscus Comments
|
|
32
32
|
- Search
|
|
33
33
|
- Atom Feeds
|
|
34
34
|
- Google Analytics
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
|
|
39
39
|
## Quick Start
|
|
40
40
|
|
|
41
|
-
Before starting, please follow the instructions in the [Jekyll Docs](https://jekyllrb.com/docs/installation/) to complete the installation of `Ruby`, `RubyGems`, `Jekyll`, and `Bundler`.
|
|
41
|
+
Before starting, please follow the instructions in the [Jekyll Docs](https://jekyllrb.com/docs/installation/) to complete the installation of `Ruby`, `RubyGems`, `Jekyll`, and `Bundler`. In addition, [Git](https://git-scm.com/) is also required to be installed.
|
|
42
42
|
|
|
43
43
|
### Step 1. Creating a New Site
|
|
44
44
|
|
|
@@ -69,11 +69,11 @@ $ docker run -it --rm \
|
|
|
69
69
|
jekyll serve
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
-
After a while,
|
|
72
|
+
After a while, navigate to the site at <http://localhost:4000>.
|
|
73
73
|
|
|
74
74
|
## Documentation
|
|
75
75
|
|
|
76
|
-
For more details on usage, please refer to the tutorial on the [demo website](https://cotes2020.github.io/chirpy-demo/)
|
|
76
|
+
For more details on usage, please refer to the tutorial on the [demo website](https://cotes2020.github.io/chirpy-demo/) / [wiki](https://github.com/cotes2020/jekyll-theme-chirpy/wiki). Note that the tutorial is based on the [latest tag](https://github.com/cotes2020/jekyll-theme-chirpy/tags), and the features of the default branch are usually ahead of the documentation.
|
|
77
77
|
|
|
78
78
|
## Contributing
|
|
79
79
|
|
|
@@ -83,9 +83,9 @@ Welcome to report bugs, improve code quality or submit a new feature. For more i
|
|
|
83
83
|
|
|
84
84
|
This theme is mainly built with [Jekyll](https://jekyllrb.com/) ecosystem, [Bootstrap](https://getbootstrap.com/), [Font Awesome](https://fontawesome.com/) and some other wonderful tools (their copyright information can be found in the relevant files). The avatar and favicon design come from [Clipart Max](https://www.clipartmax.com/middle/m2i8b1m2K9Z5m2K9_ant-clipart-childrens-ant-cute/).
|
|
85
85
|
|
|
86
|
-
:tada: Thanks to all the volunteers who contributed to this project, their GitHub IDs are on [this list](https://github.com/cotes2020/jekyll-theme-chirpy/graphs/contributors). Also, I won't forget those guys who submitted the issues or unmerged PR because they reported bugs, shared ideas or inspired me to write more readable documentation.
|
|
86
|
+
:tada: Thanks to all the volunteers who contributed to this project, their GitHub IDs are on [this list](https://github.com/cotes2020/jekyll-theme-chirpy/graphs/contributors). Also, I won't forget those guys who submitted the issues or unmerged PR because they reported bugs, shared ideas, or inspired me to write more readable documentation.
|
|
87
87
|
|
|
88
|
-
Last but not least, thank [JetBrains][jb] for providing the
|
|
88
|
+
Last but not least, thank [JetBrains][jb] for providing the OSS development license.
|
|
89
89
|
|
|
90
90
|
## Sponsoring
|
|
91
91
|
|
data/_config.yml
CHANGED
|
@@ -12,6 +12,9 @@ baseurl: ''
|
|
|
12
12
|
# otherwise, the layout language will use the default value of 'en'.
|
|
13
13
|
lang: en
|
|
14
14
|
|
|
15
|
+
# Additional parameters for datetime localization, optional. › https://github.com/iamkun/dayjs/tree/dev/src/locale
|
|
16
|
+
prefer_datetime_locale:
|
|
17
|
+
|
|
15
18
|
# Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone
|
|
16
19
|
timezone: Asia/Shanghai
|
|
17
20
|
|
|
@@ -23,9 +26,7 @@ title: Chirpy # the main title
|
|
|
23
26
|
tagline: A text-focused Jekyll theme # it will display as the sub-title
|
|
24
27
|
|
|
25
28
|
description: >- # used by seo meta and the atom feed
|
|
26
|
-
A minimal,
|
|
27
|
-
bootstrap Jekyll theme with responsive web design
|
|
28
|
-
and focuses on text presentation.
|
|
29
|
+
A minimal, responsive, and powerful Jekyll theme for presenting professional writing.
|
|
29
30
|
|
|
30
31
|
# fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
|
|
31
32
|
url: ''
|
|
@@ -49,13 +50,13 @@ social:
|
|
|
49
50
|
# - https://www.facebook.com/username
|
|
50
51
|
# - https://www.linkedin.com/in/username
|
|
51
52
|
|
|
52
|
-
google_site_verification:
|
|
53
|
+
google_site_verification: # fill in to your verification string
|
|
53
54
|
|
|
54
55
|
# ↑ --------------------------
|
|
55
|
-
|
|
56
|
+
# The end of `jekyll-seo-tag` settings
|
|
56
57
|
|
|
57
58
|
google_analytics:
|
|
58
|
-
id:
|
|
59
|
+
id: # fill in your Google Analytics ID
|
|
59
60
|
# Google Analytics pageviews report settings
|
|
60
61
|
pv:
|
|
61
62
|
proxy_endpoint: # fill in the Google Analytics superProxy endpoint of Google App Engine
|
|
@@ -96,6 +97,26 @@ comments:
|
|
|
96
97
|
utterances:
|
|
97
98
|
repo: # <gh-username>/<repo>
|
|
98
99
|
issue_term: # < url | pathname | title | ...>
|
|
100
|
+
# Giscus options › https://giscus.app
|
|
101
|
+
giscus:
|
|
102
|
+
repo: # <gh-username>/<repo>
|
|
103
|
+
repo_id:
|
|
104
|
+
category:
|
|
105
|
+
category_id:
|
|
106
|
+
mapping: # optional, default to 'pathname'
|
|
107
|
+
input_position: # optional, default to 'bottom'
|
|
108
|
+
lang: # optional, default to the value of `site.lang`
|
|
109
|
+
|
|
110
|
+
# Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets
|
|
111
|
+
assets:
|
|
112
|
+
self_host:
|
|
113
|
+
enabled: # boolean, keep empty means false
|
|
114
|
+
# specify the Jekyll environment, empty means both
|
|
115
|
+
# only works if `assets.self_host.enabled` is 'true'
|
|
116
|
+
env: # [development|production]
|
|
117
|
+
|
|
118
|
+
pwa:
|
|
119
|
+
enabled: true # the option for PWA feature
|
|
99
120
|
|
|
100
121
|
paginate: 10
|
|
101
122
|
|
|
@@ -118,8 +139,7 @@ collections:
|
|
|
118
139
|
sort_by: order
|
|
119
140
|
|
|
120
141
|
defaults:
|
|
121
|
-
-
|
|
122
|
-
scope:
|
|
142
|
+
- scope:
|
|
123
143
|
path: '' # An empty string here means all files in the project
|
|
124
144
|
type: posts
|
|
125
145
|
values:
|
|
@@ -129,18 +149,24 @@ defaults:
|
|
|
129
149
|
# DO NOT modify the following parameter unless you are confident enough
|
|
130
150
|
# to update the code of all other post links in this project.
|
|
131
151
|
permalink: /posts/:title/
|
|
132
|
-
-
|
|
133
|
-
scope:
|
|
152
|
+
- scope:
|
|
134
153
|
path: _drafts
|
|
135
154
|
values:
|
|
136
155
|
comments: false
|
|
137
|
-
-
|
|
138
|
-
scope:
|
|
156
|
+
- scope:
|
|
139
157
|
path: ''
|
|
140
158
|
type: tabs # see `site.collections`
|
|
141
159
|
values:
|
|
142
160
|
layout: page
|
|
143
161
|
permalink: /:title/
|
|
162
|
+
- scope:
|
|
163
|
+
path: assets/img/favicons
|
|
164
|
+
values:
|
|
165
|
+
swcache: true
|
|
166
|
+
- scope:
|
|
167
|
+
path: assets/js/dist
|
|
168
|
+
values:
|
|
169
|
+
swcache: true
|
|
144
170
|
|
|
145
171
|
sass:
|
|
146
172
|
style: compressed
|
|
@@ -158,7 +184,6 @@ exclude:
|
|
|
158
184
|
- '*.gem'
|
|
159
185
|
- '*.gemspec'
|
|
160
186
|
- tools
|
|
161
|
-
- docs
|
|
162
187
|
- README.md
|
|
163
188
|
- LICENSE
|
|
164
189
|
- gulpfile.js
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
# CDNs
|
|
2
|
+
|
|
3
|
+
cdns:
|
|
4
|
+
# Google Fonts
|
|
5
|
+
- url: https://fonts.googleapis.com
|
|
6
|
+
- url: https://fonts.gstatic.com
|
|
7
|
+
args: crossorigin
|
|
8
|
+
- url: https://fonts.googleapis.com
|
|
9
|
+
# jsDelivr CDN
|
|
10
|
+
- url: https://cdn.jsdelivr.net
|
|
11
|
+
|
|
12
|
+
# fonts
|
|
13
|
+
|
|
14
|
+
webfonts: https://fonts.googleapis.com/css2?family=Lato&family=Source+Sans+Pro:wght@400;600;700;900&display=swap
|
|
15
|
+
|
|
16
|
+
# Libraries
|
|
17
|
+
|
|
18
|
+
jquery:
|
|
19
|
+
js: https://cdn.jsdelivr.net/npm/jquery@3/dist/jquery.min.js
|
|
20
|
+
|
|
21
|
+
bootstrap:
|
|
22
|
+
css: https://cdn.jsdelivr.net/npm/bootstrap@4/dist/css/bootstrap.min.css
|
|
23
|
+
js: https://cdn.jsdelivr.net/npm/bootstrap@4/dist/js/bootstrap.bundle.min.js
|
|
24
|
+
|
|
25
|
+
bootstrap-toc:
|
|
26
|
+
css: https://cdn.jsdelivr.net/gh/afeld/bootstrap-toc@1.0.1/dist/bootstrap-toc.min.css
|
|
27
|
+
js: https://cdn.jsdelivr.net/gh/afeld/bootstrap-toc@1.0.1/dist/bootstrap-toc.min.js
|
|
28
|
+
|
|
29
|
+
fontawesome:
|
|
30
|
+
css: https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.11.2/css/all.min.css
|
|
31
|
+
|
|
32
|
+
search:
|
|
33
|
+
js: https://cdn.jsdelivr.net/npm/simple-jekyll-search@1.10.0/dest/simple-jekyll-search.min.js
|
|
34
|
+
|
|
35
|
+
mermaid:
|
|
36
|
+
js: https://cdn.jsdelivr.net/npm/mermaid@8/dist/mermaid.min.js
|
|
37
|
+
|
|
38
|
+
dayjs:
|
|
39
|
+
js:
|
|
40
|
+
common: https://cdn.jsdelivr.net/npm/dayjs@1/dayjs.min.js
|
|
41
|
+
locale: https://cdn.jsdelivr.net/npm/dayjs@1/locale/:LOCALE.min.js
|
|
42
|
+
relativeTime: https://cdn.jsdelivr.net/npm/dayjs@1/plugin/relativeTime.min.js
|
|
43
|
+
localizedFormat: https://cdn.jsdelivr.net/npm/dayjs@1/plugin/localizedFormat.min.js
|
|
44
|
+
|
|
45
|
+
countup:
|
|
46
|
+
js: https://cdn.jsdelivr.net/npm/countup.js@1.9.3/dist/countUp.min.js
|
|
47
|
+
|
|
48
|
+
magnific-popup:
|
|
49
|
+
css: https://cdn.jsdelivr.net/npm/magnific-popup@1/dist/magnific-popup.min.css
|
|
50
|
+
js: https://cdn.jsdelivr.net/npm/magnific-popup@1/dist/jquery.magnific-popup.min.js
|
|
51
|
+
|
|
52
|
+
lozad:
|
|
53
|
+
js: https://cdn.jsdelivr.net/npm/lozad/dist/lozad.min.js
|
|
54
|
+
|
|
55
|
+
clipboard:
|
|
56
|
+
js: https://cdn.jsdelivr.net/npm/clipboard@2/dist/clipboard.min.js
|
|
57
|
+
|
|
58
|
+
polyfill:
|
|
59
|
+
js: https://polyfill.io/v3/polyfill.min.js?features=es6
|
|
60
|
+
|
|
61
|
+
mathjax:
|
|
62
|
+
js: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# fonts
|
|
2
|
+
|
|
3
|
+
webfonts: /assets/lib/fonts/main.css
|
|
4
|
+
|
|
5
|
+
# Libraries
|
|
6
|
+
|
|
7
|
+
jquery:
|
|
8
|
+
js: /assets/lib/jquery-3.6.0/jquery.min.js
|
|
9
|
+
|
|
10
|
+
bootstrap:
|
|
11
|
+
css: /assets/lib/bootstrap-4.6.1/bootstrap.min.css
|
|
12
|
+
js: /assets/lib/bootstrap-4.6.1/bootstrap.bundle.min.js
|
|
13
|
+
|
|
14
|
+
bootstrap-toc:
|
|
15
|
+
css: /assets/lib/bootstrap-toc-1.0.1/bootstrap-toc.min.css
|
|
16
|
+
js: /assets/lib/bootstrap-toc-1.0.1/bootstrap-toc.min.js
|
|
17
|
+
|
|
18
|
+
fontawesome:
|
|
19
|
+
css: /assets/lib/fontawesome-free-5.15.4/css/all.min.css
|
|
20
|
+
|
|
21
|
+
search:
|
|
22
|
+
js: /assets/lib/simple-jekyll-search-1.10.0/simple-jekyll-search.min.js
|
|
23
|
+
|
|
24
|
+
mermaid:
|
|
25
|
+
js: /assets/lib/mermaid-8.13.10/mermaid.min.js
|
|
26
|
+
|
|
27
|
+
dayjs:
|
|
28
|
+
js:
|
|
29
|
+
common: /assets/lib/dayjs-1.10.7/dayjs.min.js
|
|
30
|
+
locale: /assets/lib/dayjs-1.10.7/locale/en.min.js
|
|
31
|
+
relativeTime: /assets/lib/dayjs-1.10.7/plugin/relativeTime.min.js
|
|
32
|
+
localizedFormat: /assets/lib/dayjs-1.10.7/plugin/localizedFormat.min.js
|
|
33
|
+
|
|
34
|
+
countup:
|
|
35
|
+
js: /assets/lib/countup.js-1.9.3/countUp.min.js
|
|
36
|
+
|
|
37
|
+
magnific-popup:
|
|
38
|
+
css: /assets/lib/magnific-popup-1.1.0/magnific-popup.css
|
|
39
|
+
js: /assets/lib/magnific-popup-1.1.0/jquery.magnific-popup.min.js
|
|
40
|
+
|
|
41
|
+
lozad:
|
|
42
|
+
js: /assets/lib/lozad-1.16.0/lozad.min.js
|
|
43
|
+
|
|
44
|
+
clipboard:
|
|
45
|
+
js: /assets/lib/clipboard-2.0.9/clipboard.min.js
|
|
46
|
+
|
|
47
|
+
polyfill:
|
|
48
|
+
js: /assets/lib/polyfill-v3-es6/polyfill.min.js
|
|
49
|
+
|
|
50
|
+
mathjax:
|
|
51
|
+
js: /assets/lib/mathjax-3.2.0/tex-chtml.js
|
data/_data/authors.yml
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
## Template › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/advanced-usage.md#setting-author-url
|
|
2
|
+
# -------------------------------------
|
|
3
|
+
# {author_id}:
|
|
4
|
+
# name: {full name}
|
|
5
|
+
# twitter: {twitter_of_author}
|
|
6
|
+
# url: {homepage_of_author}
|
|
7
|
+
# -------------------------------------
|
|
8
|
+
|
|
9
|
+
cotes:
|
|
10
|
+
name: Cotes Chung
|
|
11
|
+
twitter: cotes2020
|
|
12
|
+
url: https://github.com/cotes2020/
|
|
13
|
+
|
|
14
|
+
sille_bille:
|
|
15
|
+
name: Dinesh Prasanth Moluguwan Krishnamoorthy
|
|
16
|
+
twitter: dinesh_MKD
|
|
17
|
+
url: https://github.com/SilleBille/
|
data/_data/locales/en.yml
CHANGED
|
@@ -20,21 +20,13 @@ tabs:
|
|
|
20
20
|
search:
|
|
21
21
|
hint: search
|
|
22
22
|
cancel: Cancel
|
|
23
|
-
no_results: Oops! No
|
|
23
|
+
no_results: Oops! No results found.
|
|
24
24
|
|
|
25
25
|
panel:
|
|
26
|
-
lastmod:
|
|
26
|
+
lastmod: Recently Updated
|
|
27
27
|
trending_tags: Trending Tags
|
|
28
28
|
toc: Contents
|
|
29
29
|
|
|
30
|
-
# The liquid date format › http://strftime.net/
|
|
31
|
-
date_format:
|
|
32
|
-
tooltip: '%a, %b %e, %Y, %l:%M %p %z'
|
|
33
|
-
post:
|
|
34
|
-
long: '%b %e, %Y'
|
|
35
|
-
short: '%b %e'
|
|
36
|
-
archive_month: '%b'
|
|
37
|
-
|
|
38
30
|
copyright:
|
|
39
31
|
# Shown at the bottom of the post
|
|
40
32
|
license:
|
|
@@ -52,9 +44,10 @@ meta: Powered by :PLATFORM with :THEME theme.
|
|
|
52
44
|
|
|
53
45
|
not_found:
|
|
54
46
|
statment: Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
47
|
+
|
|
48
|
+
notification:
|
|
49
|
+
update_found: A new version of content is available.
|
|
50
|
+
update: Update
|
|
58
51
|
|
|
59
52
|
# ----- Posts related labels -----
|
|
60
53
|
|
|
@@ -62,11 +55,6 @@ post:
|
|
|
62
55
|
written_by: By
|
|
63
56
|
posted: Posted
|
|
64
57
|
updated: Updated
|
|
65
|
-
timeago:
|
|
66
|
-
day: days ago
|
|
67
|
-
hour: hours ago
|
|
68
|
-
minute: minutes ago
|
|
69
|
-
just_now: just now
|
|
70
58
|
words: words
|
|
71
59
|
pageview_measure: views
|
|
72
60
|
read_time:
|
|
@@ -87,5 +75,9 @@ post:
|
|
|
87
75
|
|
|
88
76
|
# categories page
|
|
89
77
|
categories:
|
|
90
|
-
category_measure:
|
|
91
|
-
|
|
78
|
+
category_measure:
|
|
79
|
+
singular: category
|
|
80
|
+
plural: categories
|
|
81
|
+
post_measure:
|
|
82
|
+
singular: post
|
|
83
|
+
plural: posts
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
# The layout text of site
|
|
2
|
+
|
|
3
|
+
# ----- Commons label -----
|
|
4
|
+
|
|
5
|
+
layout:
|
|
6
|
+
post: Entrada
|
|
7
|
+
category: Categoría
|
|
8
|
+
tag: Etiqueta
|
|
9
|
+
|
|
10
|
+
# The tabs of sidebar
|
|
11
|
+
tabs:
|
|
12
|
+
# format: <filename_without_extension>: <value>
|
|
13
|
+
home: Inicio
|
|
14
|
+
categories: Categorías
|
|
15
|
+
tags: Etiquetas
|
|
16
|
+
archives: Archivo
|
|
17
|
+
about: Acerca de
|
|
18
|
+
|
|
19
|
+
# the text displayed in the search bar & search results
|
|
20
|
+
search:
|
|
21
|
+
hint: Buscar
|
|
22
|
+
cancel: Cancelar
|
|
23
|
+
no_results: ¡Oops! No se encuentran resultados.
|
|
24
|
+
|
|
25
|
+
panel:
|
|
26
|
+
lastmod: Actualizado recientemente
|
|
27
|
+
trending_tags: Etiquetas populares
|
|
28
|
+
toc: Contenido
|
|
29
|
+
|
|
30
|
+
copyright:
|
|
31
|
+
# Shown at the bottom of the post
|
|
32
|
+
license:
|
|
33
|
+
template: Esta entrada está licenciada bajo :LICENSE_NAME por el autor.
|
|
34
|
+
name: CC BY 4.0
|
|
35
|
+
link: https://creativecommons.org/licenses/by/4.0/
|
|
36
|
+
|
|
37
|
+
# Displayed in the footer
|
|
38
|
+
brief: Algunos derechos reservados.
|
|
39
|
+
verbose: >-
|
|
40
|
+
Salvo que se indique explícitamente, las entradas de este blog están licenciadas
|
|
41
|
+
bajo la Creative Commons Attribution 4.0 International (CC BY 4.0) License por el autor.
|
|
42
|
+
|
|
43
|
+
meta: Hecho con :PLATFORM usando el tema :THEME.
|
|
44
|
+
|
|
45
|
+
not_found:
|
|
46
|
+
statment: Lo sentimos, hemos perdido esa URL o apunta a algo que no existe.
|
|
47
|
+
|
|
48
|
+
notification:
|
|
49
|
+
update_found: Hay una nueva versión de contenido disponible.
|
|
50
|
+
update: Actualizar
|
|
51
|
+
|
|
52
|
+
# ----- Posts related labels -----
|
|
53
|
+
|
|
54
|
+
post:
|
|
55
|
+
written_by: Por
|
|
56
|
+
posted: Publicado
|
|
57
|
+
updated: Actualizado
|
|
58
|
+
words: palabras
|
|
59
|
+
pageview_measure: visitas
|
|
60
|
+
read_time:
|
|
61
|
+
unit: min
|
|
62
|
+
prompt: ' de lectura'
|
|
63
|
+
relate_posts: Lecturas adicionales
|
|
64
|
+
share: Compartir
|
|
65
|
+
button:
|
|
66
|
+
next: Nuevo
|
|
67
|
+
previous: Anterior
|
|
68
|
+
copy_code:
|
|
69
|
+
succeed: ¡Copiado!
|
|
70
|
+
share_link:
|
|
71
|
+
title: Copiar enlace
|
|
72
|
+
succeed: ¡Enlace copiado!
|
|
73
|
+
# pinned prompt of posts list on homepage
|
|
74
|
+
pin_prompt: Fijado
|
|
75
|
+
|
|
76
|
+
# categories page
|
|
77
|
+
categories:
|
|
78
|
+
category_measure: categorias
|
|
79
|
+
post_measure: entradas
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
# The layout text of site
|
|
2
|
+
|
|
3
|
+
# ----- Commons label -----
|
|
4
|
+
|
|
5
|
+
layout:
|
|
6
|
+
post: Post
|
|
7
|
+
category: Catégorie
|
|
8
|
+
tag: Tag
|
|
9
|
+
|
|
10
|
+
# The tabs of sidebar
|
|
11
|
+
tabs:
|
|
12
|
+
# format: <filename_without_extension>: <value>
|
|
13
|
+
home: Accueil
|
|
14
|
+
categories: Catégories
|
|
15
|
+
tags: Tags
|
|
16
|
+
archives: Archives
|
|
17
|
+
about: A propos de
|
|
18
|
+
|
|
19
|
+
# the text displayed in the search bar & search results
|
|
20
|
+
search:
|
|
21
|
+
hint: recherche
|
|
22
|
+
cancel: Annuler
|
|
23
|
+
no_results: Oups ! Aucun résultat trouvé.
|
|
24
|
+
|
|
25
|
+
panel:
|
|
26
|
+
lastmod: Récemment mis à jour
|
|
27
|
+
trending_tags: Tags tendance
|
|
28
|
+
toc: Contenu
|
|
29
|
+
|
|
30
|
+
copyright:
|
|
31
|
+
# Shown at the bottom of the post
|
|
32
|
+
license:
|
|
33
|
+
template: Cet article est sous licence :LICENSE_NAME par l'auteur.
|
|
34
|
+
name: CC BY 4.0
|
|
35
|
+
link: https://creativecommons.org/licenses/by/4.0/
|
|
36
|
+
|
|
37
|
+
# Displayed in the footer
|
|
38
|
+
brief: Certains droits réservés.
|
|
39
|
+
verbose: >-
|
|
40
|
+
Sauf mention contraire, les articles de ce site sont publiés sous licence
|
|
41
|
+
sous la licence Creative Commons Attribution 4.0 International (CC BY 4.0) par l'auteur.
|
|
42
|
+
|
|
43
|
+
meta: Propulsé par :PLATFORM avec le thème :THEME
|
|
44
|
+
|
|
45
|
+
not_found:
|
|
46
|
+
statment: Désolé, nous avons égaré cette URL ou elle pointe vers quelque chose qui n'existe pas.
|
|
47
|
+
|
|
48
|
+
notification:
|
|
49
|
+
update_found: Une nouvelle version du contenu est disponible.
|
|
50
|
+
update: Mise à jour
|
|
51
|
+
|
|
52
|
+
# ----- Posts related labels -----
|
|
53
|
+
|
|
54
|
+
post:
|
|
55
|
+
written_by: Par
|
|
56
|
+
posted: Posté
|
|
57
|
+
updated: Mis à jour
|
|
58
|
+
words: mots
|
|
59
|
+
pageview_measure: vues
|
|
60
|
+
read_time:
|
|
61
|
+
unit: min
|
|
62
|
+
prompt: lire
|
|
63
|
+
relate_posts: Autres lectures
|
|
64
|
+
share: Partager
|
|
65
|
+
button:
|
|
66
|
+
next: Plus récent
|
|
67
|
+
previous: Plus ancien
|
|
68
|
+
copy_code:
|
|
69
|
+
succeed: Copié !
|
|
70
|
+
share_link:
|
|
71
|
+
title: Copier le lien
|
|
72
|
+
succeed: Lien copié avec succès !
|
|
73
|
+
# pinned prompt of posts list on homepage
|
|
74
|
+
pin_prompt: Épinglé
|
|
75
|
+
|
|
76
|
+
# categories page
|
|
77
|
+
categories:
|
|
78
|
+
category_measure: catégories
|
|
79
|
+
post_measure: posts
|
data/_data/locales/id-ID.yml
CHANGED
|
@@ -27,14 +27,6 @@ panel:
|
|
|
27
27
|
trending_tags: Tagar Terpopuler
|
|
28
28
|
toc: Konten
|
|
29
29
|
|
|
30
|
-
# The liquid date format › http://strftime.net/
|
|
31
|
-
date_format:
|
|
32
|
-
tooltip: "%a, %e %b, %Y, %l:%M %p"
|
|
33
|
-
post:
|
|
34
|
-
long: "%e %b, %Y"
|
|
35
|
-
short: "%e %b"
|
|
36
|
-
archive_month: "%b"
|
|
37
|
-
|
|
38
30
|
copyright:
|
|
39
31
|
# Shown at the bottom of the post
|
|
40
32
|
license:
|
|
@@ -52,9 +44,10 @@ meta: Didukung oleh :PLATFORM dengan tema :THEME.
|
|
|
52
44
|
|
|
53
45
|
not_found:
|
|
54
46
|
statment: Maaf, kami gagal menemukan URL itu atau memang mengarah ke sesuatu yang tidak ada.
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
47
|
+
|
|
48
|
+
notification:
|
|
49
|
+
update_found: Versi konten baru tersedia.
|
|
50
|
+
update: Perbarui
|
|
58
51
|
|
|
59
52
|
# ----- Posts related labels -----
|
|
60
53
|
|
|
@@ -62,11 +55,6 @@ post:
|
|
|
62
55
|
written_by: Oleh
|
|
63
56
|
posted: Diterbitkan
|
|
64
57
|
updated: Diperbarui
|
|
65
|
-
timeago:
|
|
66
|
-
day: hari yang lalu
|
|
67
|
-
hour: jam yang lalu
|
|
68
|
-
minute: menit yang lalu
|
|
69
|
-
just_now: baru saja
|
|
70
58
|
words: kata
|
|
71
59
|
pageview_measure: dilihat
|
|
72
60
|
read_time:
|
data/_data/locales/ko-KR.yml
CHANGED
|
@@ -27,14 +27,6 @@ panel:
|
|
|
27
27
|
trending_tags: 인기 태그
|
|
28
28
|
toc: 바로가기
|
|
29
29
|
|
|
30
|
-
# The liquid date format › http://strftime.net/
|
|
31
|
-
date_format:
|
|
32
|
-
tooltip: '%F, %R %z'
|
|
33
|
-
post:
|
|
34
|
-
long: '%Y년 %m월 %d일'
|
|
35
|
-
short: '%m월 %d일'
|
|
36
|
-
archive_month: '%b월'
|
|
37
|
-
|
|
38
30
|
copyright:
|
|
39
31
|
# Shown at the bottom of the post
|
|
40
32
|
license:
|
|
@@ -52,9 +44,10 @@ meta: Powered by :PLATFORM with :THEME theme.
|
|
|
52
44
|
|
|
53
45
|
not_found:
|
|
54
46
|
statment: 해당 URL은 존재하지 않습니다.
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
47
|
+
|
|
48
|
+
notification:
|
|
49
|
+
update_found: 새 버전의 콘텐츠를 사용할 수 있습니다.
|
|
50
|
+
update: 업데이트
|
|
58
51
|
|
|
59
52
|
# ----- Posts related labels -----
|
|
60
53
|
|
|
@@ -62,11 +55,6 @@ post:
|
|
|
62
55
|
written_by: By
|
|
63
56
|
posted: 게시
|
|
64
57
|
updated: 업데이트
|
|
65
|
-
timeago:
|
|
66
|
-
day: 일 전
|
|
67
|
-
hour: 시간 전
|
|
68
|
-
minute: 분 전
|
|
69
|
-
just_now: 방금
|
|
70
58
|
words: 단어
|
|
71
59
|
pageview_measure: 조회
|
|
72
60
|
read_time:
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
# The layout text of site
|
|
2
|
+
|
|
3
|
+
# ----- Commons label -----
|
|
4
|
+
|
|
5
|
+
layout:
|
|
6
|
+
post: ပို့စ်
|
|
7
|
+
category: ကဏ္ဍ
|
|
8
|
+
tag: နာမ(တက်ဂ်)
|
|
9
|
+
|
|
10
|
+
# The tabs of sidebar
|
|
11
|
+
tabs:
|
|
12
|
+
# format: <filename_without_extension>: <value>
|
|
13
|
+
home: အဓိကစာမျက်နှာ
|
|
14
|
+
categories: ကဏ္ဍများ
|
|
15
|
+
tags: နာမ(တက်ဂ်)များ
|
|
16
|
+
archives: မှတ်တမ်းတိုက်
|
|
17
|
+
about: အကြောင်းအရာ
|
|
18
|
+
|
|
19
|
+
# the text displayed in the search bar & search results
|
|
20
|
+
search:
|
|
21
|
+
hint: ရှာဖွေမည်
|
|
22
|
+
cancel: ဖျက်သိမ်းမည်
|
|
23
|
+
no_results: အိုး! ဘာမှမရှိပါ
|
|
24
|
+
|
|
25
|
+
panel:
|
|
26
|
+
lastmod: မကြာသေးမီကမွမ်းမံထားသည်
|
|
27
|
+
trending_tags: ခေတ်စားနေသည့်တက်ဂ်များ
|
|
28
|
+
toc: အကြောင်းအရာများ
|
|
29
|
+
|
|
30
|
+
copyright:
|
|
31
|
+
# Shown at the bottom of the post
|
|
32
|
+
license:
|
|
33
|
+
template: ဤပို့စ်သည်စာရေးသူ၏ :LICENSE_NAME လိုင်စင်ရထားသည်။
|
|
34
|
+
name: CC BY 4.0
|
|
35
|
+
link: https://creativecommons.org/licenses/by/4.0/
|
|
36
|
+
|
|
37
|
+
# Displayed in the footer
|
|
38
|
+
brief: မူပိုင်ခွင့်အချို့ကို လက်ဝယ်ထားသည်။
|
|
39
|
+
verbose: >-
|
|
40
|
+
အခြားမှတ်သားထားချက်များမှလွဲ၍ ဤဆိုက်ရှိ ဘလော့ဂ်ပို့စ်များသည် စာရေးသူ၏
|
|
41
|
+
Creative Commons Attribution 4.0 International (CC BY 4.0) အောက်တွင် လိုင်စင်ရထားပါသည်။
|
|
42
|
+
|
|
43
|
+
meta: Powered by :PLATFORM with :THEME theme.
|
|
44
|
+
|
|
45
|
+
not_found:
|
|
46
|
+
statment: ဝမ်းနည်းပါသည်၊ ကျွန်ုပ်တို့သည် အဆိုပါ URL ကို မှားယွင်းစွာ နေရာချထားခြင်း သို့မဟုတ် ၎င်းသည် မရှိသောအရာကို ညွှန်ပြနေပါသည်။
|
|
47
|
+
|
|
48
|
+
notification:
|
|
49
|
+
update_found: အကြောင်းအရာဗားရှင်းအသစ်ကို ရနိုင်ပါပြီ။
|
|
50
|
+
update: အပ်ဒိတ်
|
|
51
|
+
|
|
52
|
+
# ----- Posts related labels -----
|
|
53
|
+
|
|
54
|
+
post:
|
|
55
|
+
written_by: ကရေးသားခဲ့သည်။
|
|
56
|
+
posted: တင်ထားခဲ့သည်။
|
|
57
|
+
updated: မွမ်းမံထားခဲ့သည်။
|
|
58
|
+
words: စကားလုံးများ
|
|
59
|
+
pageview_measure: အမြင်များ
|
|
60
|
+
read_time:
|
|
61
|
+
unit: မိနစ်
|
|
62
|
+
prompt: ဖတ်ပါမည်
|
|
63
|
+
relate_posts: နောက်ထပ်ဖတ်ရန်
|
|
64
|
+
share: မျှဝေရန်
|
|
65
|
+
button:
|
|
66
|
+
next: အသစ်များ
|
|
67
|
+
previous: အဟောင်းများ
|
|
68
|
+
copy_code:
|
|
69
|
+
succeed: ကူးယူလိုက်ပြီ။
|
|
70
|
+
share_link:
|
|
71
|
+
title: လင့်ခ်ကို ကူးယူရန်
|
|
72
|
+
succeed: လင့်ခ်ကို ကူးယူလိုက်ပြီ။
|
|
73
|
+
# pinned prompt of posts list on homepage
|
|
74
|
+
pin_prompt: ချိတ်ထားသည်။
|
|
75
|
+
|
|
76
|
+
# categories page
|
|
77
|
+
categories:
|
|
78
|
+
category_measure: ကဏ္ဍများ
|
|
79
|
+
post_measure: ပို့စ်များ
|