jekyll-theme-chirpy-customized-upe 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 90915084ca09e6f61320fd36ab499413c17778116c5eb81e3e213174d380810a
4
- data.tar.gz: bdfb5a16d1be1180fc99b2a00d224fb86bac8fe6d8756612fc3287fae27950bf
3
+ metadata.gz: d6c72a2998d31663d98ae4ab32028c5494959fb607203ae204590da8294026f7
4
+ data.tar.gz: f7c68cc2541f7ab1308066d09180dc546c2942b272a72f7a5d7ea20c2b7adda2
5
5
  SHA512:
6
- metadata.gz: 5a95e1894ad1bfc0f2435a050d07496cb7b91cf315dd3c3c762b7b38c59f300187c08d7a2d377688e3ce0c47989af7c8b09fd6db192ef6defa93ac9efbb9d412
7
- data.tar.gz: e9b978f91060e6d9e3c7b746dba89cabd1d162eb92f0f8bef5fc1f223d76bd6b81973cc3a4426855e05d509c4545ce140482f6df9a5094bc60b7f7efa23037dd
6
+ metadata.gz: 07b609c2cb6a21dc5a9054f09b43e63aa1b468e8d093fb26d887a48604b25a9e539a4838556515213db5fc93c92f69903a847c67fd3fb1d9e40cf66398a60d73
7
+ data.tar.gz: 982513cc5b5ce396566315900f39cf34e8d7dbadc7072ebb20cce8506410ff5b0f21ca0f9d367ac645376dca76b6a12a6b01bbaff1674c28f8a8fa46ff01e5aa
data/_data/locales/en.yml CHANGED
@@ -11,6 +11,7 @@ layout:
11
11
  tabs:
12
12
  # format: <filename_without_extension>: <value>
13
13
  home: Home
14
+ gallery: Gallery
14
15
  categories: Categories
15
16
  tags: Tags
16
17
  archives: Archives
@@ -20,7 +21,7 @@ tabs:
20
21
  search:
21
22
  hint: search
22
23
  cancel: Cancel
23
- no_results: Oops! No results found.
24
+ no_results: Oops! No result founds.
24
25
 
25
26
  panel:
26
27
  lastmod: Recently Updated
@@ -40,14 +41,13 @@ copyright:
40
41
  Except where otherwise noted, the blog posts on this site are licensed
41
42
  under the Creative Commons Attribution 4.0 International (CC BY 4.0) License by the author.
42
43
 
43
- meta: Using the :THEME theme for :PLATFORM.
44
+ meta: Powered by :PLATFORM with :THEME theme.
44
45
 
45
46
  not_found:
46
47
  statment: Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
47
-
48
- notification:
49
- update_found: A new version of content is available.
50
- update: Update
48
+ hint_template: :HEAD_BAK to try finding it again, or search for it on the :ARCHIVES_PAGE.
49
+ head_back: Head back Home
50
+ archives_page: Archives page
51
51
 
52
52
  # ----- Posts related labels -----
53
53
 
@@ -70,22 +70,27 @@ post:
70
70
  share_link:
71
71
  title: Copy link
72
72
  succeed: Link copied successfully!
73
-
74
- # Date time format.
75
- # See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
76
- df:
77
- post:
78
- strftime: "%b %e, %Y"
79
- dayjs: "ll"
80
- archives:
81
- strftime: "%b"
82
- dayjs: "MMM"
73
+ # pinned prompt of posts list on homepage
74
+ pin_prompt: Pinned
83
75
 
84
76
  # categories page
85
77
  categories:
86
- category_measure:
87
- singular: category
88
- plural: categories
89
- post_measure:
90
- singular: post
91
- plural: posts
78
+ category_measure: categories
79
+ post_measure: posts
80
+
81
+ # login and forgot page
82
+ login:
83
+ username: Username
84
+ password: Password
85
+ login: Login
86
+ register: Register
87
+ logout: Logout
88
+ forgot: Forgot
89
+ forgot_prompt: Enter the email you used to login
90
+ forgot_password: Forgot Password?
91
+ go_to_register: Go to Register
92
+ new_username: New Username
93
+ new_password: New Password
94
+ email: Email(MUST)
95
+ confirm: Confirm
96
+
@@ -40,14 +40,13 @@ copyright:
40
40
  명시되지 않는 한 이 사이트의 블로그 게시물은 작성자의
41
41
  Creative Commons Attribution 4.0 International(CC BY 4.0) 라이선스에 따라 사용이 허가되었습니다.
42
42
 
43
- meta: Powered by :PLATFORM with :THEME theme
43
+ meta: Powered by :PLATFORM with :THEME theme.
44
44
 
45
45
  not_found:
46
46
  statment: 해당 URL은 존재하지 않습니다.
47
-
48
- notification:
49
- update_found: 버전의 콘텐츠를 사용할 수 있습니다.
50
- update: 업데이트
47
+ hint_template: :HEAD_BAK을 눌러 다시 찾거나 :ARCHIVES_PAGE에서 검색해 주세요.
48
+ head_back: 홈으로 돌아가기
49
+ archives_page: 아카이브 페이지
51
50
 
52
51
  # ----- Posts related labels -----
53
52
 
@@ -70,15 +69,26 @@ post:
70
69
  share_link:
71
70
  title: 링크 복사하기
72
71
  succeed: 링크가 복사되었습니다!
73
-
74
- # Date time format.
75
- # See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
76
- df:
77
- post:
78
- strftime: "%Y/%m/%d"
79
- dayjs: "YYYY/MM/DD"
72
+ # pinned prompt of posts list on homepage
73
+ pin_prompt:
80
74
 
81
75
  # categories page
82
76
  categories:
83
77
  category_measure: 카테고리
84
78
  post_measure: 포스트
79
+
80
+ # login and forgot page
81
+ login:
82
+ username: 사용자 이름
83
+ password: 암호
84
+ login: 로그인
85
+ register: 등록
86
+ logout: 로그오프
87
+ forgot: 비밀번호를 잊어버렸습니다
88
+ forgot_prompt: 등록할 때 사용한 이메일 주소를 입력하세요.
89
+ forgot_password: 비밀번호를 잊으셨나요?
90
+ go_to_register: 등록으로 이동
91
+ new_username: 새 사용자 이름
92
+ new_password: 새 비밀번호
93
+ email: 이메일 (필수)
94
+ confirm: 확실한가요
@@ -11,6 +11,7 @@ layout:
11
11
  tabs:
12
12
  # format: <filename_without_extension>: <value>
13
13
  home: 首页
14
+ gallery: 画廊
14
15
  categories: 分类
15
16
  tags: 标签
16
17
  archives: 归档
@@ -39,14 +40,13 @@ copyright:
39
40
  verbose: >-
40
41
  除非另有说明,本网站上的博客文章均由作者按照知识共享署名 4.0 国际 (CC BY 4.0) 许可协议进行授权。
41
42
 
42
- meta: 本站采用 :PLATFORM 主题 :THEME
43
+ meta: 本站由 :PLATFORM 生成,采用 :THEME 主题。
43
44
 
44
45
  not_found:
45
46
  statment: 抱歉,我们放错了该 URL,或者它指向了不存在的内容。
46
-
47
- notification:
48
- update_found: 发现新版本的内容。
49
- update: 更新
47
+ hint_template: :HEAD_BAK尝试再次查找它,或在:ARCHIVES_PAGE上搜索它。
48
+ head_back: 返回主页
49
+ archives_page: 归档页面
50
50
 
51
51
  # ----- Posts related labels -----
52
52
 
@@ -67,17 +67,28 @@ post:
67
67
  copy_code:
68
68
  succeed: 已复制!
69
69
  share_link:
70
- title: 分享链接
70
+ title: 分享链接
71
71
  succeed: 链接已复制!
72
-
73
- # Date time format.
74
- # See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
75
- df:
76
- post:
77
- strftime: "%Y/%m/%d"
78
- dayjs: "YYYY/MM/DD"
72
+ # pinned prompt of posts list on homepage
73
+ pin_prompt: 顶置
79
74
 
80
75
  # categories page
81
76
  categories:
82
77
  category_measure: 个分类
83
78
  post_measure: 篇文章
79
+
80
+ # login and forgot page
81
+ login:
82
+ username: 用户名
83
+ password: 密码
84
+ login: 登录
85
+ register: 注册
86
+ logout: 登出
87
+ forgot: 忘记密码
88
+ forgot_prompt: 输入您注册时的邮箱
89
+ forgot_password: 忘记密码?
90
+ go_to_register: 去注册
91
+ new_username: 新用户名
92
+ new_password: 新密码
93
+ email: 邮箱(必填)
94
+ confirm: 确定
@@ -81,3 +81,19 @@ df:
81
81
  categories:
82
82
  category_measure: 個分類
83
83
  post_measure: 篇文章
84
+
85
+ # login and forgot page
86
+ login:
87
+ username: 用戶名
88
+ password: 密碼
89
+ login: 登入
90
+ register: 注冊
91
+ logout: 登出
92
+ forgot: 忘記密碼
93
+ forgot_prompt: 輸入您用於登入的電子郵件
94
+ forgot_password: 忘記密碼?
95
+ go_to_register: 去注冊
96
+ new_username: 新用戶名
97
+ new_password: 新密碼
98
+ email: 郵箱(必填)
99
+ confirm: 確定
@@ -0,0 +1,6 @@
1
+ ---
2
+ ---
3
+
4
+ @import 'main';
5
+
6
+ /* append your custom style below */
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-chirpy-customized-upe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jo Cruise
@@ -117,28 +117,8 @@ extra_rdoc_files: []
117
117
  files:
118
118
  - LICENSE
119
119
  - README.md
120
- - _data/locales/ar.yml
121
- - _data/locales/bg-BG.yml
122
- - _data/locales/cs-CZ.yml
123
- - _data/locales/de-DE.yml
124
- - _data/locales/el-GR.yml
125
120
  - _data/locales/en.yml
126
- - _data/locales/es-ES.yml
127
- - _data/locales/fi-FI.yml
128
- - _data/locales/fr-FR.yml
129
- - _data/locales/hu-HU.yml
130
- - _data/locales/id-ID.yml
131
- - _data/locales/it-IT.yml
132
121
  - _data/locales/ko-KR.yml
133
- - _data/locales/my-MM.yml
134
- - _data/locales/pt-BR.yml
135
- - _data/locales/ru-RU.yml
136
- - _data/locales/sl-SI.yml
137
- - _data/locales/sv-SE.yml
138
- - _data/locales/th.yml
139
- - _data/locales/tr-TR.yml
140
- - _data/locales/uk-UA.yml
141
- - _data/locales/vi-VN.yml
142
122
  - _data/locales/zh-CN.yml
143
123
  - _data/locales/zh-TW.yml
144
124
  - _data/origin/basic.yml
@@ -216,6 +196,7 @@ files:
216
196
  - _sass/main.scss
217
197
  - _sass/variables-hook.scss
218
198
  - assets/404.html
199
+ - assets/css/jekyll-theme-chirpy-customized-upe.scss
219
200
  - assets/feed.xml
220
201
  - assets/img/favicons/android-chrome-192x192.png
221
202
  - assets/img/favicons/android-chrome-512x512.png
data/_data/locales/ar.yml DELETED
@@ -1,91 +0,0 @@
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: باستخدام :PLATFORM السمة :THEME
44
-
45
- not_found:
46
- statment: عذرا, الرابط التالي غير صالح أو انه يشير إلى صفحة غير موجودة.
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
-
74
- # Date time format.
75
- # See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
76
- df:
77
- post:
78
- strftime: "%b %e, %Y"
79
- dayjs: "ll"
80
- archives:
81
- strftime: "%b"
82
- dayjs: "MMM"
83
-
84
- # categories page
85
- categories:
86
- category_measure:
87
- singular: فئة
88
- plural: فئات
89
- post_measure:
90
- singular: منشور
91
- plural: منشورات
@@ -1,81 +0,0 @@
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 (CC BY 4.0) от автора.
42
-
43
- meta: Създадено чрез :PLATFORM и :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
-
74
- # categories page
75
- categories:
76
- category_measure:
77
- singular: категория
78
- plural: категории
79
- post_measure:
80
- singular: публикация
81
- plural: публикации
@@ -1,89 +0,0 @@
1
- # The layout text of site
2
-
3
- # ----- Commons label -----
4
-
5
- layout:
6
- post: Příspěvek
7
- category: Kategorie
8
- tag: Štítek
9
-
10
- # The tabs of sidebar
11
- tabs:
12
- # format: <filename_without_extension>: <value>
13
- home: Domů
14
- categories: Kategorie
15
- tags: Štítky
16
- archives: Archivy
17
- about: O mně
18
-
19
- # the text displayed in the search bar & search results
20
- search:
21
- hint: hledat
22
- cancel: Zrušit
23
- no_results: Ups! Žádný výsledek nenalezen.
24
-
25
- panel:
26
- lastmod: Nedávno aktualizováno
27
- trending_tags: Trendy štítky
28
- toc: Obsah
29
-
30
- copyright:
31
- # Shown at the bottom of the post
32
- license:
33
- template: Tento příspěvek je licencován pod :LICENSE_NAME autorem.
34
- name: CC BY 4.0
35
- link: https://creativecommons.org/licenses/by/4.0/
36
-
37
- # Displayed in the footer
38
- brief: Některá práva vyhrazena.
39
- verbose: >-
40
- Pokud není uvedeno jinak, jsou příspěvky na tomto webu licencovány
41
- pod licencí Creative Commons Attribution 4.0 International (CC BY 4.0) Licence autora.
42
-
43
- meta: Použití :PLATFORM s motivem :THEME
44
-
45
- not_found:
46
- statment: Omlouváme se, adresu URL jsme špatně umístili nebo odkazuje na něco, co neexistuje.
47
-
48
- notification:
49
- update_found: Je k dispozici nová verze obsahu.
50
- update: Aktualizace
51
-
52
- # ----- Posts related labels -----
53
-
54
- post:
55
- written_by: Od
56
- posted: Zveřejněno
57
- updated: Aktualizováno
58
- words: slova
59
- pageview_measure: zhlednutí
60
- read_time:
61
- unit: minut
62
- prompt: čtení
63
- relate_posts: Další čtení
64
- share: Sdílet
65
- button:
66
- next: Novější
67
- previous: Starší
68
- copy_code:
69
- succeed: Zkopírováno!
70
- share_link:
71
- title: Kopírovat odkaz
72
- succeed: Zkopírováno!
73
-
74
- # Date time format.
75
- # See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
76
- df:
77
- post:
78
- strftime: "%b %e, %Y"
79
- dayjs: "ll"
80
- archives:
81
- strftime: "%b"
82
- dayjs: "MMM"
83
-
84
- # categories page
85
- categories:
86
- category_measure: kategorie
87
- post_measure:
88
- singular: příspěvěk
89
- plural: příspěvky
@@ -1,87 +0,0 @@
1
- # The layout text of site
2
-
3
- # ----- Commons label -----
4
-
5
- layout:
6
- post: Eintrag
7
- category: Kategorie
8
- tag: Tag
9
-
10
- # The tabs of sidebar
11
- tabs:
12
- # format: <filename_without_extension>: <value>
13
- home: Startseite
14
- categories: Kategorien
15
- tags: Tags
16
- archives: Archiv
17
- about: Über
18
-
19
- # the text displayed in the search bar & search results
20
- search:
21
- hint: Suche
22
- cancel: Abbrechen
23
- no_results: Ups! Keine Einträge gefunden.
24
-
25
- panel:
26
- lastmod: Kürzlich aktualisiert
27
- trending_tags: Beliebte Tags
28
- toc: Inhalt
29
-
30
- copyright:
31
- # Shown at the bottom of the post
32
- license:
33
- template: Dieser Eintrag ist vom Autor unter :LICENSE_NAME lizensiert.
34
- name: CC BY 4.0
35
- link: https://creativecommons.org/licenses/by/4.0/
36
-
37
- # Displayed in the footer
38
- brief: Einige Rechte vorbehalten.
39
- verbose: >-
40
- Alle Einträge auf dieser Seite stehen, soweit nicht anders angegeben, unter der Lizenz Creative Commons Attribution 4.0 (CC BY 4.0).
41
-
42
- meta: Powered by :PLATFORM with :THEME theme
43
-
44
- not_found:
45
- statment: Entschuldigung, dieser Link verweist auf keine vorhandene Ressource.
46
-
47
- notification:
48
- update_found: Eine neue Version ist verfügbar.
49
- update: Neue Version
50
-
51
- # ----- Posts related labels -----
52
-
53
- post:
54
- written_by: Von
55
- posted: Veröffentlicht
56
- updated: Aktualisiert
57
- words: Wörter
58
- pageview_measure: Aufrufe
59
- read_time:
60
- unit: Minuten
61
- prompt: Lesezeit
62
- relate_posts: Weiterlesen
63
- share: Teilen
64
- button:
65
- next: Nächster Eintrag
66
- previous: Eintrag vorher
67
- copy_code:
68
- succeed: Kopiert!
69
- share_link:
70
- title: Link kopieren
71
- succeed: Link erfolgreich kopiert!
72
-
73
- # Date time format.
74
- # See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
75
- df:
76
- post:
77
- strftime: "%d.%m.%Y"
78
- dayjs: "DD.MM.YYYY"
79
-
80
- # categories page
81
- categories:
82
- category_measure:
83
- singular: Kategorie
84
- plural: Kategorien
85
- post_measure:
86
- singular: Eintrag
87
- plural: Einträge