redeyed-jekyll-theme 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (131) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +21 -21
  3. data/README.md +54 -52
  4. data/_config.yml +25 -18
  5. data/_data/assets/cross-origin.yml +1 -7
  6. data/_data/assets/self-host.yml +0 -6
  7. data/_data/locale/en.yml +63 -58
  8. data/_data/locale/es-ES.yml +79 -0
  9. data/_data/locale/fr-FR.yml +79 -0
  10. data/_data/locale/id-ID.yml +79 -0
  11. data/_data/locale/ko-KR.yml +79 -0
  12. data/_data/locale/my-MM.yml +79 -0
  13. data/_data/locale/pt-BR.yml +79 -0
  14. data/_data/locale/ru-RU.yml +79 -0
  15. data/_data/locale/uk-UA.yml +79 -0
  16. data/_data/locale/vi-VN.yml +77 -0
  17. data/_data/locale/zh-CN.yml +78 -0
  18. data/_includes/{breadcrumbs.html → elements/breadcrumbs.html} +0 -0
  19. data/_includes/{datetime.html → elements/datetime.html} +0 -0
  20. data/_includes/{favicons.html → elements/favicons.html} +14 -14
  21. data/_includes/{javascript.html → elements/javascript.html} +2 -2
  22. data/_includes/{jsdelivr-combine.html → elements/jsdelivr-combine.html} +18 -18
  23. data/_includes/elements/lang.html +11 -0
  24. data/_includes/{navbar.html → elements/navbar.html} +5 -5
  25. data/_includes/{no-linenos.html → elements/no-linenos.html} +0 -0
  26. data/_includes/{options.html → elements/options.html} +13 -13
  27. data/_includes/{pagination.html → elements/pagination.html} +0 -0
  28. data/_includes/{readtime.html → elements/readtime.html} +0 -0
  29. data/_includes/{related-posts.html → elements/related-posts.html} +0 -0
  30. data/_includes/{search-loader.html → elements/search-loader.html} +46 -46
  31. data/_includes/{search-results.html → elements/search-results.html} +0 -0
  32. data/_includes/{toc.html → elements/toc.html} +0 -0
  33. data/_includes/{back-to-top.html → extensions/back-to-top.html} +2 -2
  34. data/_includes/extensions/code-highlight.html +89 -0
  35. data/_includes/extensions/comments/disqus.html +17 -0
  36. data/_includes/extensions/comments/giscus.html +56 -0
  37. data/_includes/extensions/comments/gitment.html +15 -0
  38. data/_includes/extensions/comments/utterances.html +46 -0
  39. data/_includes/extensions/geopattern.html +19 -0
  40. data/_includes/extensions/google-analytics.html +7 -0
  41. data/_includes/{google-tags-body.html → extensions/google-tags-body.html} +3 -3
  42. data/_includes/{google-tags-head.html → extensions/google-tags-head.html} +5 -5
  43. data/_includes/extensions/google-translate.html +108 -0
  44. data/_includes/extensions/hashlocate.html +44 -0
  45. data/_includes/extensions/mathjax.html +9 -0
  46. data/_includes/{mode-toggle.html → extensions/theme-mode.html} +0 -10
  47. data/_includes/extensions/theme-toggle.html +108 -0
  48. data/_includes/extensions/trianglify.html +26 -0
  49. data/_includes/functions/get-article-excerpt.html +33 -0
  50. data/_includes/functions/get-article-words.html +18 -0
  51. data/_includes/functions/get-banner.html +67 -0
  52. data/_includes/functions/get-categories.html +9 -0
  53. data/_includes/functions/get-datetimes.html +13 -0
  54. data/_includes/functions/get-reading-time.html +39 -0
  55. data/_includes/functions/get-tags.html +9 -0
  56. data/_includes/functions/get-value.html +41 -0
  57. data/_includes/functions/log.html +17 -0
  58. data/_includes/head.html +4 -4
  59. data/_includes/{copyright.html → views/copyright.html} +0 -0
  60. data/_includes/{footer.html → views/footer.html} +0 -0
  61. data/_includes/{header-banner.html → views/header-banner.html} +0 -0
  62. data/_includes/{header-wide.html → views/header-wide.html} +0 -0
  63. data/_includes/{header.html → views/header.html} +0 -0
  64. data/_includes/{panel-bottom.html → views/panel-bottom.html} +0 -0
  65. data/_includes/{panel-foot-2.html → views/panel-foot-2.html} +0 -0
  66. data/_includes/{panel-foot-3.html → views/panel-foot-3.html} +0 -0
  67. data/_includes/{panel-foot-4.html → views/panel-foot-4.html} +0 -0
  68. data/_includes/{panel-foot-full.html → views/panel-foot-full.html} +0 -0
  69. data/_includes/{panel-top-2.html → views/panel-top-2.html} +0 -0
  70. data/_includes/{panel-top-3.html → views/panel-top-3.html} +0 -0
  71. data/_includes/{panel-top-4.html → views/panel-top-4.html} +0 -0
  72. data/_includes/{panel-top-full.html → views/panel-top-full.html} +0 -0
  73. data/_includes/{post-nav.html → views/post-nav.html} +0 -0
  74. data/_includes/{post-share.html → views/post-share.html} +0 -0
  75. data/_includes/{sidebar.html → views/sidebar.html} +0 -0
  76. data/_javascript/common/back-to-top.js +20 -20
  77. data/_javascript/common/mode-toggle.js +13 -13
  78. data/_javascript/common/scroll-helper.js +36 -36
  79. data/_javascript/common/search-display.js +129 -129
  80. data/_javascript/common/sidebar.js +30 -30
  81. data/_javascript/common/tooltip-loader.js +6 -6
  82. data/_javascript/common/topbar-switcher.js +90 -90
  83. data/_javascript/common/topbar-title.js +67 -67
  84. data/_javascript/utils/category-collapse.js +30 -30
  85. data/_javascript/utils/checkbox.js +12 -12
  86. data/_javascript/utils/clipboard.js +133 -133
  87. data/_javascript/utils/img-extra.js +47 -47
  88. data/_javascript/utils/locale-datetime.js +45 -45
  89. data/_javascript/utils/pageviews.js +250 -250
  90. data/_javascript/utils/smooth-scroll.js +96 -96
  91. data/_layouts/archive.html +5 -0
  92. data/_layouts/categories.html +5 -0
  93. data/_layouts/category.html +5 -0
  94. data/_layouts/compress.html +10 -10
  95. data/_layouts/error.html +44 -0
  96. data/_layouts/errors/404.html +9 -0
  97. data/_layouts/home.html +5 -0
  98. data/_layouts/page.html +5 -5
  99. data/_layouts/panel-both.html +13 -13
  100. data/_layouts/panel-left.html +13 -13
  101. data/_layouts/panel-none.html +24 -26
  102. data/_layouts/panel-right.html +13 -13
  103. data/_layouts/post.html +5 -5
  104. data/_layouts/tag.html +5 -0
  105. data/_layouts/tags.html +5 -0
  106. data/{_includes/comments.html → _sass/addon/alerts.scss} +0 -0
  107. data/_sass/addon/common.scss +56 -1494
  108. data/_sass/addon/mixins.scss +31 -38
  109. data/_sass/addon/syntax.scss +246 -0
  110. data/_sass/{layout/page.scss → addon/typography.scss} +0 -0
  111. data/_sass/layout/_base.scss +16 -0
  112. data/_sass/redeyed-jekyll-theme.scss +30 -15
  113. data/_sass/{layout/panel-both.scss → theme/scheme-brew.scss} +0 -0
  114. data/_sass/theme/scheme-dark.scss +220 -0
  115. data/_sass/theme/scheme-light.scss +220 -0
  116. data/_sass/theme/syntax-dark.scss +150 -0
  117. data/_sass/{colors/light-syntax.scss → theme/syntax-light.scss} +4 -4
  118. data/_sass/theme/variables.scss +60 -0
  119. metadata +147 -105
  120. data/_includes/ga-site-tag.html +0 -8
  121. data/_includes/lang.html +0 -6
  122. data/_includes/mermaid.html +0 -1
  123. data/_sass/addon/variables.scss +0 -31
  124. data/_sass/colors/brew-scheme.scss +0 -7
  125. data/_sass/colors/dark-scheme.scss +0 -21
  126. data/_sass/colors/dark-syntax.scss +0 -88
  127. data/_sass/colors/light-scheme.scss +0 -7
  128. data/_sass/layout/panel-left.scss +0 -0
  129. data/_sass/layout/panel-none.scss +0 -146
  130. data/_sass/layout/panel-right.scss +0 -0
  131. data/_sass/layout/post.scss +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4c42f21de30d90ba37f389977479c0aea77732047ba31a9f3a0fad928ef3e3ba
4
- data.tar.gz: 7fd5ad49a0b6354d146fa8a182ebcf5332a6da23fe46432ddcc2140652387967
3
+ metadata.gz: ec568d39f90b463a7323f9b8a95c84b902fc7a991fe4cdd5ba1e0a97ad70a3eb
4
+ data.tar.gz: 86f332c1ab5b9fc60f050a2abe6872f78457e84f9ecf461b3bcf8c32196a6b3b
5
5
  SHA512:
6
- metadata.gz: b223e45ef89f0ee3096f012449ecad9efe387320254ce59a05304b86cc33dcdca4680449c1596d1db6005f1b0a334bd35d8ad339a689d34cec9bfc99294f7bd8
7
- data.tar.gz: 28cb50e5b5aff0654c2925888390f27f298937df7acec1072d24099c964b4dad35e997b3e8f87c35e60b6b5a78d5e02ce8b2752ab6a2b6c3b051a487c519e23c
6
+ metadata.gz: 957e77271d6df730facb4cafb508adf07088f8e063d2dabb8330330420369ea14d05d8019631716b958eef8004b32d5e5ddfb47444f083619668ff5689026e56
7
+ data.tar.gz: 2ea7ab5d65af3a5ef7ff2b66b2b1e945df3d619c94c06d43aca7345bfcd20cd4d59b56c102ac92c9848fc8f40997b122080ad61ed8d10f24a316dc378911904d
data/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2022 Ragdata
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2022 Ragdata
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md CHANGED
@@ -1,52 +1,54 @@
1
- # redeyed-jekyll-theme
2
-
3
- Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
4
-
5
- To experiment with this code, add some sample content and run `bundle exec jekyll serve` this directory is setup just like a Jekyll site!
6
-
7
- TODO: Delete this and the text above, and describe your gem
8
-
9
-
10
- ## Installation
11
-
12
- Add this line to your Jekyll site's `Gemfile`:
13
-
14
- ```ruby
15
- gem "redeyed-jekyll-theme"
16
- ```
17
-
18
- And add this line to your Jekyll site's `_config.yml`:
19
-
20
- ```yaml
21
- theme: redeyed-jekyll-theme
22
- ```
23
-
24
- And then execute:
25
-
26
- $ bundle
27
-
28
- Or install it yourself as:
29
-
30
- $ gem install redeyed-jekyll-theme
31
-
32
- ## Usage
33
-
34
- TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
35
-
36
- ## Contributing
37
-
38
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
39
-
40
- ## Development
41
-
42
- To set up your environment to develop this theme, run `bundle install`.
43
-
44
- Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
45
-
46
- When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
47
- To add a custom directory to your theme-gem, please edit the regexp in `redeyed-jekyll-theme.gemspec` accordingly.
48
-
49
- ## License
50
-
51
- The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
52
-
1
+ [![Gem Version](https://badge.fury.io/rb/redeyed-jekyll-theme.svg)](https://badge.fury.io/rb/redeyed-jekyll-theme)
2
+
3
+ # redeyed-jekyll-theme
4
+
5
+ Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
6
+
7
+ To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
8
+
9
+ TODO: Delete this and the text above, and describe your gem
10
+
11
+
12
+ ## Installation
13
+
14
+ Add this line to your Jekyll site's `Gemfile`:
15
+
16
+ ```ruby
17
+ gem "redeyed-jekyll-theme"
18
+ ```
19
+
20
+ And add this line to your Jekyll site's `_config.yml`:
21
+
22
+ ```yaml
23
+ theme: redeyed-jekyll-theme
24
+ ```
25
+
26
+ And then execute:
27
+
28
+ $ bundle
29
+
30
+ Or install it yourself as:
31
+
32
+ $ gem install redeyed-jekyll-theme
33
+
34
+ ## Usage
35
+
36
+ TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
37
+
38
+ ## Contributing
39
+
40
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
41
+
42
+ ## Development
43
+
44
+ To set up your environment to develop this theme, run `bundle install`.
45
+
46
+ Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
47
+
48
+ When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
49
+ To add a custom directory to your theme-gem, please edit the regexp in `redeyed-jekyll-theme.gemspec` accordingly.
50
+
51
+ ## License
52
+
53
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
54
+
data/_config.yml CHANGED
@@ -48,6 +48,7 @@ pwa: # pwa mode config
48
48
  # service_worker:
49
49
  toc: true # table of contents - global switch
50
50
  theme_mode: dark # custom config option: [light|dark|brew]
51
+ copyright: "Copyright (c) 2022 ~ {author} & RedEyed-RPG ~ Some Rights Reserved"
51
52
 
52
53
  ####################################################################
53
54
  # 2. GEM SETTINGS
@@ -55,22 +56,24 @@ theme_mode: dark # custom config option: [light|dark|
55
56
  feed: # jekyll-feed
56
57
  path: /blog/feed.atom # jekyll-feed > feed path
57
58
 
58
- pagination: # jekyll-paginate-v2
59
- enabled: false # jekyll-paginate-v2 > enabled
60
- debug: false # jekyll-paginate-v2 > debug mode
61
- collection: posts # jekyll-paginate-v2 > default collection to paginate
62
- per_page: 10 # jekyll-paginate-v2 > results per page
63
- permalink: 'page/:num:output_ext' # jekyll-paginate-v2 > permalink format
64
- title: ':title - page :num' # jekyll-paginate-v2 > title format
65
- limit: 0 # jekyll-paginate-v2 > limit
66
- sort_field: date # jekyll-paginate-v2 > sort field
67
- sort_reverse: true # jekyll-paginate-v2 > reverse sort option
68
- category: posts # jekyll-paginate-v2 > category
69
- trail: # jekyll-paginate-v2 > page link trail
70
- before: 2 # jekyll-paginate-v2 > number of page links to show before current
71
- after: 2 # jekyll-paginate-v2 > number of page links to show after current
72
- extension: html # jekyll-paginate-v2 > default page extension
73
- indexpage: index # jekyll-paginate-v2 > name of index page
59
+
60
+
61
+ #pagination: # jekyll-paginate-v2
62
+ # enabled: false # jekyll-paginate-v2 > enabled
63
+ # debug: false # jekyll-paginate-v2 > debug mode
64
+ # collection: posts # jekyll-paginate-v2 > default collection to paginate
65
+ # per_page: 10 # jekyll-paginate-v2 > results per page
66
+ # permalink: 'page/:num:output_ext' # jekyll-paginate-v2 > permalink format
67
+ # title: ':title - page :num' # jekyll-paginate-v2 > title format
68
+ # limit: 0 # jekyll-paginate-v2 > limit
69
+ # sort_field: date # jekyll-paginate-v2 > sort field
70
+ # sort_reverse: true # jekyll-paginate-v2 > reverse sort option
71
+ # category: posts # jekyll-paginate-v2 > category
72
+ # trail: # jekyll-paginate-v2 > page link trail
73
+ # before: 2 # jekyll-paginate-v2 > number of page links to show before current
74
+ # after: 2 # jekyll-paginate-v2 > number of page links to show after current
75
+ # extension: html # jekyll-paginate-v2 > default page extension
76
+ # indexpage: index # jekyll-paginate-v2 > name of index page
74
77
 
75
78
  jekyll-mentions: https://twitter.com # jekyll-mentions > service used when @replying
76
79
 
@@ -134,6 +137,8 @@ sass:
134
137
  permalink: date # permalink style (YYYY/MM/DD/page-name)
135
138
  excerpt_separator: <!-- more --> # marks end of excerpt in posts
136
139
  timezone: Australia/Brisbane # timezone for blog and posts
140
+ paginate: 10 # paginate - # of items per page
141
+ paginate_path: /page:num # paginate - default page slug for pages
137
142
 
138
143
  ####################################################################
139
144
  # 5. SITE FAVICONS & MANIFEST ICONS
@@ -209,9 +214,11 @@ plugins:
209
214
  - jekyll-archives
210
215
  - jekyll-sitemap
211
216
  - jekyll-mentions
217
+ - jekyll-paginate
218
+ - jekyll-spaceship
212
219
  - jekyll-pluralize
213
- - jekyll-paginate-v2
214
- #- jekyll-include-cache
220
+ # - jekyll-paginate-v2
221
+ # - jekyll-include-cache
215
222
  - jekyll-redirect-from
216
223
  - jekyll-email-protect
217
224
  - jekyll-tagging-related_posts
@@ -11,7 +11,7 @@ cdns:
11
11
 
12
12
  # FONTS
13
13
 
14
- webfonts: https://fonts.googleapis.com/css2?family=Cormorant+Unicase:wght@300;400;500;600;700&family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap
14
+ webfonts: https://fonts.googleapis.com/css2?family=Cormorant+Unicase:wght@300;400;500;600;700&family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Xanh+Mono:ital@0;1&display=swap
15
15
 
16
16
  # LIBRARIES
17
17
 
@@ -35,9 +35,6 @@ material-design:
35
35
  search:
36
36
  js: https://cdn.jsdelivr.net/npm/simple-jekyll-search@1.10.0/dest/simple-jekyll-search.min.js
37
37
 
38
- mermaid:
39
- js: https://cdn.jsdelivr.net/npm/mermaid@8/dist/mermaid.min.js
40
-
41
38
  dayjs:
42
39
  js:
43
40
  common: https://cdn.jsdelivr.net/npm/dayjs@1/dayjs.min.js
@@ -60,6 +57,3 @@ clipboard:
60
57
 
61
58
  polyfill:
62
59
  js: https://polyfill.io/v3/polyfill.min.js?features=es6
63
-
64
- mathjax:
65
- js: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js
@@ -21,9 +21,6 @@ material-design:
21
21
  search:
22
22
  js: /assets/lib/simple-jekyll-search-1.10.0/simple-jekyll-search.min.js
23
23
 
24
- mermaid:
25
- js: /assets/lib/mermaid-8.13.10/mermaid.min.js
26
-
27
24
  dayjs:
28
25
  js:
29
26
  common: /assets/lib/dayjs-1.10.7/dayjs.min.js
@@ -46,6 +43,3 @@ clipboard:
46
43
 
47
44
  polyfill:
48
45
  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/locale/en.yml CHANGED
@@ -1,78 +1,83 @@
1
- # LAYOUT TEXT FOR THE SITE
2
- # -------- COMMON --------
1
+ # The layout text of site
2
+
3
+ # ----- Commons label -----
3
4
 
4
5
  layout:
5
- post: Post
6
- category: Category
7
- tag: Tag
6
+ post: Post
7
+ category: Category
8
+ tag: Tag
8
9
 
9
- # SIDEBAR TABS
10
+ # The tabs of sidebar
10
11
  tabs:
11
- home: HOME
12
- categories: Categories
13
- tags: Tags
14
- archives: Archives
15
- about: About
12
+ # format: <filename_without_extension>: <value>
13
+ home: Home
14
+ categories: Categories
15
+ tags: Tags
16
+ archives: Archives
17
+ about: About
16
18
 
17
- # Text displayed in search bar & search results
19
+ # the text displayed in the search bar & search results
18
20
  search:
19
- hint: search
20
- cancel: Cancel
21
- no_results: Oops! No results found!
21
+ hint: search
22
+ cancel: Cancel
23
+ no_results: Oops! No results found.
22
24
 
23
25
  panel:
24
- lastmod: Recently Updated
25
- trending_tags: Trending Tags
26
- toc: Contents
26
+ lastmod: Recently Updated
27
+ trending_tags: Trending Tags
28
+ toc: Contents
27
29
 
28
30
  copyright:
29
- license:
30
- template: This post is licensed under :LICENSE_NAME by the author
31
- name: CC BY 4.0
32
- link: https://creativecommons.org/licenses/by/4.0/
33
- brief: Some rights reserved
34
- verbose: >-
35
- Except where otherwise noted, the blog posts on this site are licensed
36
- under the Creative Commons Attribution 4.0 International (CC BY 4.0) License by the author
31
+ # Shown at the bottom of the post
32
+ license:
33
+ template: This post is licensed under :LICENSE_NAME by the author.
34
+ name: CC BY 4.0
35
+ link: https://creativecommons.org/licenses/by/4.0/
36
+
37
+ # Displayed in the footer
38
+ brief: Some rights reserved.
39
+ verbose: >-
40
+ Except where otherwise noted, the blog posts on this site are licensed
41
+ under the Creative Commons Attribution 4.0 International (CC BY 4.0) License by the author.
37
42
 
38
- meta: Powered by :PLATFORM with :THEME theme
43
+ meta: Powered by :PLATFORM with :THEME theme.
39
44
 
40
45
  not_found:
41
- statment: Sorry, we seem to have misplaced that URL - or it's pointing to something which doesn't exist
46
+ statment: Oops! We've either misplaced that URL or it's pointing to something that doesn't exist.
42
47
 
43
48
  notification:
44
- update_found: A new version of content is available
45
- update: Update
49
+ update_found: A new version of content is available.
50
+ update: Update
46
51
 
47
- # ----------------- POST-RELATED LABELS -----------------
52
+ # ----- Posts related labels -----
48
53
 
49
54
  post:
50
- written_by: By
51
- posted: Posted
52
- updated: Updated
53
- words: words
54
- pageview_measure: views
55
- read_time:
56
- unit: min
57
- prompt: read
58
- relate_posts: Further Reading
59
- share: Share
60
- button:
61
- next: Newer
62
- previous: Older
63
- copy_code:
64
- succeeded: Copied!
65
- share_link:
66
- title: Copy Link
67
- succeeded: Link copied successfully!
68
- # pinned prompt of posts list on homepage
69
- pin_prompt: Pinned
55
+ written_by: By
56
+ posted: Posted
57
+ updated: Updated
58
+ words: words
59
+ pageview_measure: views
60
+ read_time:
61
+ unit: min
62
+ prompt: read
63
+ relate_posts: Further Reading
64
+ share: Share
65
+ button:
66
+ next: Newer
67
+ previous: Older
68
+ copy_code:
69
+ succeed: Copied!
70
+ share_link:
71
+ title: Copy link
72
+ succeed: Link copied successfully!
73
+ # pinned prompt of posts list on homepage
74
+ pin_prompt: Pinned
70
75
 
71
- # CATEGORIES
76
+ # categories page
72
77
  categories:
73
- categories_measure:
74
- singular: category
75
- plural: categories
76
- post_measure:
77
- singular: post
78
- plural: posts
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
@@ -0,0 +1,79 @@
1
+ # The layout text of site
2
+
3
+ # ----- Commons label -----
4
+
5
+ layout:
6
+ post: Postingan
7
+ category: Kategori
8
+ tag: Tagar
9
+
10
+ # The tabs of sidebar
11
+ tabs:
12
+ # format: <filename_without_extension>: <value>
13
+ home: Beranda
14
+ categories: Kategori
15
+ tags: Tagar
16
+ archives: Arsip
17
+ about: Tentang
18
+
19
+ # the text displayed in the search bar & search results
20
+ search:
21
+ hint: Cari
22
+ cancel: Batal
23
+ no_results: Ups! Tidak ada hasil yang ditemukan.
24
+
25
+ panel:
26
+ lastmod: Postingan Terbaru
27
+ trending_tags: Tagar Terpopuler
28
+ toc: Konten
29
+
30
+ copyright:
31
+ # Shown at the bottom of the post
32
+ license:
33
+ template: Postingan ini dilisensikan di bawah :LICENSE_NAME oleh penulis.
34
+ name: CC BY 4.0
35
+ link: https://creativecommons.org/licenses/by/4.0/
36
+
37
+ # Displayed in the footer
38
+ brief: Sebagian konten dilindungi.
39
+ verbose: >-
40
+ Kecuali jika dinyatakan, Postingan blog di situs ini dilisensikan
41
+ di bawah Lisensi Creative Commons Attribution 4.0 International (CC BY 4.0) oleh penulis.
42
+
43
+ meta: Didukung oleh :PLATFORM dengan tema :THEME.
44
+
45
+ not_found:
46
+ statment: Maaf, kami gagal menemukan URL itu atau memang mengarah ke sesuatu yang tidak ada.
47
+
48
+ notification:
49
+ update_found: Versi konten baru tersedia.
50
+ update: Perbarui
51
+
52
+ # ----- Posts related labels -----
53
+
54
+ post:
55
+ written_by: Oleh
56
+ posted: Diterbitkan
57
+ updated: Diperbarui
58
+ words: kata
59
+ pageview_measure: dilihat
60
+ read_time:
61
+ unit: menit
62
+ prompt: baca
63
+ relate_posts: Postingan Lainya
64
+ share: Bagikan
65
+ button:
66
+ next: Terbaru
67
+ previous: Terlama
68
+ copy_code:
69
+ succeed: Disalin!
70
+ share_link:
71
+ title: Salin tautan
72
+ succeed: Tautan berhasil disalin!
73
+ # pinned prompt of posts list on homepage
74
+ pin_prompt: Disematkan
75
+
76
+ # categories page
77
+ categories:
78
+ category_measure: kategori
79
+ post_measure: Postingan