hexo-theme-shokax 0.0.2-alpha2 → 0.0.2-alpha3
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.
- package/CODE_OF_CONDUCT.md +128 -0
- package/CONTRIBUTING.md +56 -0
- package/LICENSE +28 -28
- package/LICENSE-shoka +21 -21
- package/README.md +46 -55
- package/README_en.MD +25 -0
- package/_config.yml +392 -355
- package/_images.yml +100 -100
- package/languages/README.md +19 -19
- package/languages/default.yml +1 -1
- package/languages/en.yml +151 -151
- package/languages/ja.yml +146 -146
- package/languages/zh-CN.yml +154 -154
- package/languages/zh-HK.yml +146 -146
- package/languages/zh-TW.yml +146 -146
- package/layout/_alternate/atom.ejs +30 -30
- package/layout/_alternate/json.ejs +16 -16
- package/layout/_alternate/rss.ejs +34 -34
- package/layout/_mixin/breadcrumb.pug +33 -33
- package/layout/_mixin/card.pug +37 -37
- package/layout/_mixin/comment.pug +66 -12
- package/layout/_mixin/postmeta.pug +30 -30
- package/layout/_mixin/segment.pug +32 -32
- package/layout/_mixin/sidebar.pug +36 -36
- package/layout/_mixin/widgets.pug +31 -29
- package/layout/_partials/footer.pug +40 -40
- package/layout/_partials/head/head.pug +51 -58
- package/layout/_partials/head/head_com.pug +17 -17
- package/layout/_partials/head/pwa.pug +18 -18
- package/layout/_partials/header.pug +18 -18
- package/layout/_partials/layout.pug +143 -153
- package/layout/_partials/loading.pug +13 -13
- package/layout/_partials/pagination.pug +4 -4
- package/layout/_partials/post/copyright.pug +20 -20
- package/layout/_partials/post/footer.pug +14 -14
- package/layout/_partials/post/nav.pug +13 -13
- package/layout/_partials/post/post.pug +28 -28
- package/layout/_partials/post/reward.pug +18 -18
- package/layout/_partials/sidebar/menu.pug +37 -37
- package/layout/_partials/sidebar/overview.pug +41 -42
- package/layout/_partials/third-party/baidu-analytics.pug +11 -11
- package/layout/_partials/third-party/clarity.pug +8 -8
- package/layout/archive.pug +118 -118
- package/layout/category.pug +63 -63
- package/layout/index.pug +33 -33
- package/layout/page.pug +56 -56
- package/layout/post.pug +35 -35
- package/layout/tag.pug +43 -43
- package/package.json +35 -35
- package/scripts/filters/locals.js +59 -59
- package/scripts/filters/post.js +23 -23
- package/scripts/generaters/archive.js +141 -141
- package/scripts/generaters/config.js +43 -43
- package/scripts/generaters/images.js +26 -26
- package/scripts/generaters/index.js +110 -110
- package/scripts/generaters/pages.js +19 -19
- package/scripts/generaters/script.js +89 -89
- package/scripts/helpers/asset.js +183 -237
- package/scripts/helpers/engine.js +190 -190
- package/scripts/helpers/list_categories.js +140 -140
- package/scripts/helpers/symbols_count_time.js +76 -76
- package/scripts/plugin/index.js +6 -6
- package/scripts/plugin/lib/injects-point.js +19 -19
- package/scripts/plugin/lib/injects.js +89 -88
- package/scripts/tags/links.js +86 -86
- package/scripts/tags/media.js +19 -19
- package/source/assets/algolia_logo.svg +9 -9
- package/source/assets/logo.svg +16 -16
- package/source/css/_colors.styl +207 -207
- package/source/css/_common/components/components.styl +6 -6
- package/source/css/_common/components/highlight/highlight.styl +353 -353
- package/source/css/_common/components/highlight/operation.styl +21 -21
- package/source/css/_common/components/pages/collapse.styl +119 -119
- package/source/css/_common/components/pages/home.styl +385 -385
- package/source/css/_common/components/pages/pages.styl +56 -56
- package/source/css/_common/components/pages/tag-cloud.styl +12 -12
- package/source/css/_common/components/post/breadcrumb.styl +39 -39
- package/source/css/_common/components/post/copyright.styl +41 -41
- package/source/css/_common/components/post/expand.styl +264 -264
- package/source/css/_common/components/post/footer.styl +11 -11
- package/source/css/_common/components/post/header.styl +79 -79
- package/source/css/_common/components/post/nav.styl +63 -63
- package/source/css/_common/components/post/post.styl +29 -29
- package/source/css/_common/components/post/reward.styl +50 -50
- package/source/css/_common/components/post/rtl.styl +12 -12
- package/source/css/_common/components/post/tags.styl +39 -39
- package/source/css/_common/components/tags/collapse.styl +72 -72
- package/source/css/_common/components/tags/container.styl +49 -49
- package/source/css/_common/components/tags/label.styl +12 -12
- package/source/css/_common/components/tags/links.styl +77 -77
- package/source/css/_common/components/tags/list.styl +131 -131
- package/source/css/_common/components/tags/note.styl +70 -70
- package/source/css/_common/components/tags/player.styl +361 -361
- package/source/css/_common/components/tags/quiz.styl +200 -200
- package/source/css/_common/components/tags/tabs.styl +83 -83
- package/source/css/_common/components/tags/tags.styl +9 -9
- package/source/css/_common/components/third-party/loading.styl +222 -222
- package/source/css/_common/components/third-party/mermaid/class.styl +90 -90
- package/source/css/_common/components/third-party/mermaid/flowchart.styl +72 -72
- package/source/css/_common/components/third-party/mermaid/gantt.styl +251 -251
- package/source/css/_common/components/third-party/mermaid/git.styl +7 -7
- package/source/css/_common/components/third-party/mermaid/mermaid.styl +37 -37
- package/source/css/_common/components/third-party/mermaid/pie.styl +9 -9
- package/source/css/_common/components/third-party/mermaid/sequence.styl +95 -95
- package/source/css/_common/components/third-party/mermaid/state.styl +130 -130
- package/source/css/_common/components/third-party/pace.styl +18 -18
- package/source/css/_common/components/third-party/search.styl +167 -167
- package/source/css/_common/components/third-party/theme.styl +151 -151
- package/source/css/_common/components/third-party/third-party.styl +22 -22
- package/source/css/_common/components/third-party/valine.styl +548 -548
- package/source/css/_common/components/third-party/widgets.styl +57 -57
- package/source/css/_common/outline/footer/footer.styl +69 -69
- package/source/css/_common/outline/header/brand.styl +77 -77
- package/source/css/_common/outline/header/header.styl +20 -20
- package/source/css/_common/outline/header/image.styl +79 -79
- package/source/css/_common/outline/header/menu.styl +117 -117
- package/source/css/_common/outline/header/nav.styl +81 -81
- package/source/css/_common/outline/header/right.styl +15 -15
- package/source/css/_common/outline/header/tool.styl +207 -207
- package/source/css/_common/outline/header/waves.styl +50 -50
- package/source/css/_common/outline/mobile.styl +46 -46
- package/source/css/_common/outline/outline.styl +78 -78
- package/source/css/_common/outline/sidebar/author.styl +59 -59
- package/source/css/_common/outline/sidebar/dimmer.styl +23 -23
- package/source/css/_common/outline/sidebar/menu.styl +63 -63
- package/source/css/_common/outline/sidebar/quick.styl +43 -43
- package/source/css/_common/outline/sidebar/related.styl +56 -56
- package/source/css/_common/outline/sidebar/sidebar.styl +75 -75
- package/source/css/_common/outline/sidebar/social.styl +69 -69
- package/source/css/_common/outline/sidebar/state.styl +37 -37
- package/source/css/_common/outline/sidebar/tab.styl +71 -71
- package/source/css/_common/outline/sidebar/toc.styl +47 -47
- package/source/css/_common/scaffolding/animate.styl +318 -318
- package/source/css/_common/scaffolding/base.styl +172 -172
- package/source/css/_common/scaffolding/buttons.styl +48 -48
- package/source/css/_common/scaffolding/divider.styl +36 -36
- package/source/css/_common/scaffolding/iconfont.styl +443 -443
- package/source/css/_common/scaffolding/normalize.styl +289 -289
- package/source/css/_common/scaffolding/pagination.styl +81 -81
- package/source/css/_common/scaffolding/ribbon.styl +38 -38
- package/source/css/_common/scaffolding/scaffolding.styl +14 -14
- package/source/css/_common/scaffolding/scrollbar.styl +37 -37
- package/source/css/_common/scaffolding/tables.styl +50 -50
- package/source/css/_common/scaffolding/tip.styl +19 -19
- package/source/css/_common/scaffolding/toggles.styl +59 -59
- package/source/css/_iconfont.styl +451 -451
- package/source/css/_mixins.styl +146 -146
- package/source/css/_variables.styl +89 -89
- package/source/css/app.styl +36 -36
- package/source/css/comment.styl +5 -5
- package/source/css/mermaid.styl +5 -5
- package/source/js/_app/components.js +330 -330
- package/source/js/_app/global.js +317 -317
- package/source/js/_app/library.js +302 -302
- package/source/js/_app/page.js +623 -623
- package/source/js/_app/player.js +748 -748
- package/source/js/_app/vue.js +43 -43
package/languages/zh-HK.yml
CHANGED
@@ -1,146 +1,146 @@
|
|
1
|
-
---
|
2
|
-
name: 繁體中文(香港)
|
3
|
-
favicon:
|
4
|
-
show: (●´3`●)復活成功
|
5
|
-
hide: (´Д`)瀏覽器崩潰啦
|
6
|
-
|
7
|
-
title:
|
8
|
-
archive: 歸檔
|
9
|
-
category: 分類
|
10
|
-
tag: 標籤
|
11
|
-
all: 全部
|
12
|
-
not_found: Σ( ° △ °|||)︴404!何も見えない
|
13
|
-
category_in: 分類於"%s"的文章
|
14
|
-
tag_in: 包含標籤"%s"的文章
|
15
|
-
archive_in: 發表於"%s"的文章
|
16
|
-
|
17
|
-
menu:
|
18
|
-
home: 首頁
|
19
|
-
posts: 文章
|
20
|
-
archives: 歸檔
|
21
|
-
categories: 分類
|
22
|
-
tags: 標籤
|
23
|
-
about: 關於
|
24
|
-
search: 檢索
|
25
|
-
|
26
|
-
sidebar:
|
27
|
-
overview: 本站概覽
|
28
|
-
toc: 文章目錄
|
29
|
-
related: 系列文章
|
30
|
-
|
31
|
-
index:
|
32
|
-
sticky: 置頂文章
|
33
|
-
category: 精選分類
|
34
|
-
posts: 文章列表
|
35
|
-
random_posts: 隨機文章
|
36
|
-
recent_comments: 最新評論
|
37
|
-
|
38
|
-
post:
|
39
|
-
posted: 發表於
|
40
|
-
edited: 更新於
|
41
|
-
created: 創建時間
|
42
|
-
modified: 修改時間
|
43
|
-
edit: 編輯
|
44
|
-
in: 分類於
|
45
|
-
read_more: 閱讀全文
|
46
|
-
untitled: 未命名
|
47
|
-
sticky: 置頂
|
48
|
-
views: 閱讀次數
|
49
|
-
related_posts: 相關文章
|
50
|
-
next: 下一篇
|
51
|
-
prev: 上一篇
|
52
|
-
copyright:
|
53
|
-
author: 博主
|
54
|
-
link: 文章連結
|
55
|
-
license_title: 版權聲明
|
56
|
-
license_content: "本網誌所有文章除特別聲明外,均採用 %s 許可協議。轉載請註明出處!"
|
57
|
-
nocopy: "<span class=\"red\">本頁內容禁止轉載!</span>"
|
58
|
-
|
59
|
-
footer:
|
60
|
-
powered: "基於 %s"
|
61
|
-
total_views: 總瀏覽次數
|
62
|
-
total_visitors: 訪客總數
|
63
|
-
|
64
|
-
counter:
|
65
|
-
index:
|
66
|
-
post: "%d 篇文章"
|
67
|
-
category: "%d 個子項,"
|
68
|
-
tag_cloud:
|
69
|
-
zero: 暫無標籤
|
70
|
-
one: 目前共有 1 個標籤
|
71
|
-
other: "目前共有 %d 個標籤"
|
72
|
-
categories:
|
73
|
-
zero: 暫無分類
|
74
|
-
one: 目前共有 1 個分類
|
75
|
-
other: "目前共有 %d 個分類"
|
76
|
-
archive_posts:
|
77
|
-
zero: 暫無文章。
|
78
|
-
one: 目前共有 1 篇文章。
|
79
|
-
other: "目前共有 %d 篇文章。"
|
80
|
-
|
81
|
-
state:
|
82
|
-
posts: 文章
|
83
|
-
tags: 標籤
|
84
|
-
categories: 分類
|
85
|
-
|
86
|
-
search:
|
87
|
-
placeholder: 文章搜索
|
88
|
-
empty: "關於 「 ${query} 」 ,什麼也沒搜到"
|
89
|
-
stats: "${time} ms 內找到 ${hits} 條結果"
|
90
|
-
|
91
|
-
cheers:
|
92
|
-
um: 嗯..
|
93
|
-
ok: 還行
|
94
|
-
nice: 好
|
95
|
-
good: 很好
|
96
|
-
great: 非常好
|
97
|
-
excellent: 太棒了
|
98
|
-
|
99
|
-
keep_on: 繼續努力。
|
100
|
-
|
101
|
-
symbol:
|
102
|
-
comma: ","
|
103
|
-
period: "。"
|
104
|
-
colon: ":"
|
105
|
-
year: 年
|
106
|
-
month: 月
|
107
|
-
|
108
|
-
reward:
|
109
|
-
donate: 打賞
|
110
|
-
text: 請我喝[茶]~( ̄▽ ̄)~*
|
111
|
-
wechatpay: 微信支付
|
112
|
-
alipay: 支付寶
|
113
|
-
paypal: PayPal
|
114
|
-
bitcoin: 比特幣
|
115
|
-
|
116
|
-
follow_me:
|
117
|
-
welcome: 歡迎關注我的其它發布渠道
|
118
|
-
|
119
|
-
accessibility:
|
120
|
-
nav_toggle: 切換導航欄
|
121
|
-
prev_page: 上一頁
|
122
|
-
next_page: 下一頁
|
123
|
-
|
124
|
-
symbols_count_time:
|
125
|
-
count: 本文字數
|
126
|
-
count_total: 站點總字數
|
127
|
-
time: 閱讀時長
|
128
|
-
time_total: 站點閱讀時長
|
129
|
-
time_minutes: 分鍾
|
130
|
-
word: 字
|
131
|
-
view: 次
|
132
|
-
|
133
|
-
tips:
|
134
|
-
copyright: "複製成功,轉載請遵守 %s 協議。"
|
135
|
-
nocopy: "複製失敗,本頁內容禁止轉載!"
|
136
|
-
|
137
|
-
quiz:
|
138
|
-
choice: 單選題
|
139
|
-
multiple: 多選題
|
140
|
-
true_false: 判斷題
|
141
|
-
essay: 問答題
|
142
|
-
gap_fill: 填空題
|
143
|
-
mistake: 錯題備註
|
144
|
-
|
145
|
-
outime:
|
146
|
-
template: "<div class=\"note warning\"><p><span class=\"label warning\">文章時效性提示</span><br>這是一篇發佈於 {{publish}} 天前,最後一次更新在 {{updated}} 天前的文章,部分信息可能已經發生改變,請注意甄別。</p></div>"
|
1
|
+
---
|
2
|
+
name: 繁體中文(香港)
|
3
|
+
favicon:
|
4
|
+
show: (●´3`●)復活成功
|
5
|
+
hide: (´Д`)瀏覽器崩潰啦
|
6
|
+
|
7
|
+
title:
|
8
|
+
archive: 歸檔
|
9
|
+
category: 分類
|
10
|
+
tag: 標籤
|
11
|
+
all: 全部
|
12
|
+
not_found: Σ( ° △ °|||)︴404!何も見えない
|
13
|
+
category_in: 分類於"%s"的文章
|
14
|
+
tag_in: 包含標籤"%s"的文章
|
15
|
+
archive_in: 發表於"%s"的文章
|
16
|
+
|
17
|
+
menu:
|
18
|
+
home: 首頁
|
19
|
+
posts: 文章
|
20
|
+
archives: 歸檔
|
21
|
+
categories: 分類
|
22
|
+
tags: 標籤
|
23
|
+
about: 關於
|
24
|
+
search: 檢索
|
25
|
+
|
26
|
+
sidebar:
|
27
|
+
overview: 本站概覽
|
28
|
+
toc: 文章目錄
|
29
|
+
related: 系列文章
|
30
|
+
|
31
|
+
index:
|
32
|
+
sticky: 置頂文章
|
33
|
+
category: 精選分類
|
34
|
+
posts: 文章列表
|
35
|
+
random_posts: 隨機文章
|
36
|
+
recent_comments: 最新評論
|
37
|
+
|
38
|
+
post:
|
39
|
+
posted: 發表於
|
40
|
+
edited: 更新於
|
41
|
+
created: 創建時間
|
42
|
+
modified: 修改時間
|
43
|
+
edit: 編輯
|
44
|
+
in: 分類於
|
45
|
+
read_more: 閱讀全文
|
46
|
+
untitled: 未命名
|
47
|
+
sticky: 置頂
|
48
|
+
views: 閱讀次數
|
49
|
+
related_posts: 相關文章
|
50
|
+
next: 下一篇
|
51
|
+
prev: 上一篇
|
52
|
+
copyright:
|
53
|
+
author: 博主
|
54
|
+
link: 文章連結
|
55
|
+
license_title: 版權聲明
|
56
|
+
license_content: "本網誌所有文章除特別聲明外,均採用 %s 許可協議。轉載請註明出處!"
|
57
|
+
nocopy: "<span class=\"red\">本頁內容禁止轉載!</span>"
|
58
|
+
|
59
|
+
footer:
|
60
|
+
powered: "基於 %s"
|
61
|
+
total_views: 總瀏覽次數
|
62
|
+
total_visitors: 訪客總數
|
63
|
+
|
64
|
+
counter:
|
65
|
+
index:
|
66
|
+
post: "%d 篇文章"
|
67
|
+
category: "%d 個子項,"
|
68
|
+
tag_cloud:
|
69
|
+
zero: 暫無標籤
|
70
|
+
one: 目前共有 1 個標籤
|
71
|
+
other: "目前共有 %d 個標籤"
|
72
|
+
categories:
|
73
|
+
zero: 暫無分類
|
74
|
+
one: 目前共有 1 個分類
|
75
|
+
other: "目前共有 %d 個分類"
|
76
|
+
archive_posts:
|
77
|
+
zero: 暫無文章。
|
78
|
+
one: 目前共有 1 篇文章。
|
79
|
+
other: "目前共有 %d 篇文章。"
|
80
|
+
|
81
|
+
state:
|
82
|
+
posts: 文章
|
83
|
+
tags: 標籤
|
84
|
+
categories: 分類
|
85
|
+
|
86
|
+
search:
|
87
|
+
placeholder: 文章搜索
|
88
|
+
empty: "關於 「 ${query} 」 ,什麼也沒搜到"
|
89
|
+
stats: "${time} ms 內找到 ${hits} 條結果"
|
90
|
+
|
91
|
+
cheers:
|
92
|
+
um: 嗯..
|
93
|
+
ok: 還行
|
94
|
+
nice: 好
|
95
|
+
good: 很好
|
96
|
+
great: 非常好
|
97
|
+
excellent: 太棒了
|
98
|
+
|
99
|
+
keep_on: 繼續努力。
|
100
|
+
|
101
|
+
symbol:
|
102
|
+
comma: ","
|
103
|
+
period: "。"
|
104
|
+
colon: ":"
|
105
|
+
year: 年
|
106
|
+
month: 月
|
107
|
+
|
108
|
+
reward:
|
109
|
+
donate: 打賞
|
110
|
+
text: 請我喝[茶]~( ̄▽ ̄)~*
|
111
|
+
wechatpay: 微信支付
|
112
|
+
alipay: 支付寶
|
113
|
+
paypal: PayPal
|
114
|
+
bitcoin: 比特幣
|
115
|
+
|
116
|
+
follow_me:
|
117
|
+
welcome: 歡迎關注我的其它發布渠道
|
118
|
+
|
119
|
+
accessibility:
|
120
|
+
nav_toggle: 切換導航欄
|
121
|
+
prev_page: 上一頁
|
122
|
+
next_page: 下一頁
|
123
|
+
|
124
|
+
symbols_count_time:
|
125
|
+
count: 本文字數
|
126
|
+
count_total: 站點總字數
|
127
|
+
time: 閱讀時長
|
128
|
+
time_total: 站點閱讀時長
|
129
|
+
time_minutes: 分鍾
|
130
|
+
word: 字
|
131
|
+
view: 次
|
132
|
+
|
133
|
+
tips:
|
134
|
+
copyright: "複製成功,轉載請遵守 %s 協議。"
|
135
|
+
nocopy: "複製失敗,本頁內容禁止轉載!"
|
136
|
+
|
137
|
+
quiz:
|
138
|
+
choice: 單選題
|
139
|
+
multiple: 多選題
|
140
|
+
true_false: 判斷題
|
141
|
+
essay: 問答題
|
142
|
+
gap_fill: 填空題
|
143
|
+
mistake: 錯題備註
|
144
|
+
|
145
|
+
outime:
|
146
|
+
template: "<div class=\"note warning\"><p><span class=\"label warning\">文章時效性提示</span><br>這是一篇發佈於 {{publish}} 天前,最後一次更新在 {{updated}} 天前的文章,部分信息可能已經發生改變,請注意甄別。</p></div>"
|
package/languages/zh-TW.yml
CHANGED
@@ -1,146 +1,146 @@
|
|
1
|
-
---
|
2
|
-
name: 繁體中文
|
3
|
-
favicon:
|
4
|
-
show: (●´3`●)復活成功
|
5
|
-
hide: (´Д`)瀏覽器崩潰啦
|
6
|
-
|
7
|
-
title:
|
8
|
-
archive: 歸檔
|
9
|
-
category: 分類
|
10
|
-
tag: 標籤
|
11
|
-
all: 全部
|
12
|
-
not_found: Σ( ° △ °|||)︴404!何も見えない
|
13
|
-
category_in: 分類於"%s"的文章
|
14
|
-
tag_in: 包含標籤"%s"的文章
|
15
|
-
archive_in: 發表於"%s"的文章
|
16
|
-
|
17
|
-
menu:
|
18
|
-
home: 首頁
|
19
|
-
posts: 文章
|
20
|
-
archives: 歸檔
|
21
|
-
categories: 分類
|
22
|
-
tags: 標籤
|
23
|
-
about: 關於
|
24
|
-
search: 檢索
|
25
|
-
|
26
|
-
sidebar:
|
27
|
-
overview: 本站概要
|
28
|
-
toc: 文章目錄
|
29
|
-
related: 系列文章
|
30
|
-
|
31
|
-
index:
|
32
|
-
sticky: 置頂文章
|
33
|
-
category: 精選分類
|
34
|
-
posts: 文章列表
|
35
|
-
random_posts: 隨機文章
|
36
|
-
recent_comments: 最新評論
|
37
|
-
|
38
|
-
post:
|
39
|
-
posted: 發表於
|
40
|
-
edited: 更新於
|
41
|
-
created: 創建時間
|
42
|
-
modified: 修改時間
|
43
|
-
edit: 編輯
|
44
|
-
in: 分類於
|
45
|
-
read_more: 閱讀全文
|
46
|
-
untitled: 未命名
|
47
|
-
sticky: 置頂
|
48
|
-
views: 閱讀次數
|
49
|
-
related_posts: 相關文章
|
50
|
-
next: 下一篇
|
51
|
-
prev: 上一篇
|
52
|
-
copyright:
|
53
|
-
author: 作者
|
54
|
-
link: 文章連結
|
55
|
-
license_title: 版權聲明
|
56
|
-
license_content: "本網誌所有文章除特別聲明外,均採用 %s 許可協議。轉載請註明出處!"
|
57
|
-
nocopy: "<span class=\"red\">本頁內容禁止轉載!</span>"
|
58
|
-
|
59
|
-
footer:
|
60
|
-
powered: "基於 %s"
|
61
|
-
total_views: 總瀏覽次數
|
62
|
-
total_visitors: 訪客總數
|
63
|
-
|
64
|
-
counter:
|
65
|
-
index:
|
66
|
-
post: "%d 篇文章"
|
67
|
-
category: "%d 個子項,"
|
68
|
-
tag_cloud:
|
69
|
-
zero: 沒有標籤
|
70
|
-
one: 目前共有 1 個標籤
|
71
|
-
other: "目前共有 %d 個標籤"
|
72
|
-
categories:
|
73
|
-
zero: 沒有分類
|
74
|
-
one: 目前共有 1 個分類
|
75
|
-
other: "目前共有 %d 個分類"
|
76
|
-
archive_posts:
|
77
|
-
zero: 沒有文章。
|
78
|
-
one: 目前共有 1 篇文章。
|
79
|
-
other: "目前共有 %d 篇文章。"
|
80
|
-
|
81
|
-
state:
|
82
|
-
posts: 文章
|
83
|
-
tags: 標籤
|
84
|
-
categories: 分類
|
85
|
-
|
86
|
-
search:
|
87
|
-
placeholder: 文章搜尋
|
88
|
-
empty: "關於 「 ${query} 」 ,什麼也沒搜到"
|
89
|
-
stats: "${time} ms 內找到 ${hits} 條結果"
|
90
|
-
|
91
|
-
cheers:
|
92
|
-
um: 嗯..
|
93
|
-
ok: 還行
|
94
|
-
nice: 好
|
95
|
-
good: 很好
|
96
|
-
great: 非常好
|
97
|
-
excellent: 太棒了
|
98
|
-
|
99
|
-
keep_on: 繼續努力。
|
100
|
-
|
101
|
-
symbol:
|
102
|
-
comma: ","
|
103
|
-
period: "。"
|
104
|
-
colon: ":"
|
105
|
-
year: 年
|
106
|
-
month: 月
|
107
|
-
|
108
|
-
reward:
|
109
|
-
donate: 捐贈
|
110
|
-
text: 請我喝[茶]~( ̄▽ ̄)~*
|
111
|
-
wechatpay: 微信支付
|
112
|
-
alipay: 支付寶
|
113
|
-
paypal: PayPal
|
114
|
-
bitcoin: 比特幣
|
115
|
-
|
116
|
-
follow_me:
|
117
|
-
welcome: 歡迎關注我的其它發布渠道
|
118
|
-
|
119
|
-
accessibility:
|
120
|
-
nav_toggle: 切換導航欄
|
121
|
-
prev_page: 上一頁
|
122
|
-
next_page: 下一頁
|
123
|
-
|
124
|
-
symbols_count_time:
|
125
|
-
count: 文章字數
|
126
|
-
count_total: 總字數
|
127
|
-
time: 所需閱讀時間
|
128
|
-
time_total: 所需總閱讀時間
|
129
|
-
time_minutes: 分鐘
|
130
|
-
word: 字
|
131
|
-
view: 次
|
132
|
-
|
133
|
-
tips:
|
134
|
-
copyright: "複製成功,轉載請遵守 %s 協議。"
|
135
|
-
nocopy: "複製失敗,本頁內容禁止轉載!"
|
136
|
-
|
137
|
-
quiz:
|
138
|
-
choice: 單選題
|
139
|
-
multiple: 多選題
|
140
|
-
true_false: 判斷題
|
141
|
-
essay: 問答題
|
142
|
-
gap_fill: 填空題
|
143
|
-
mistake: 錯題備註
|
144
|
-
|
145
|
-
outime:
|
146
|
-
template: "<div class=\"note warning\"><p><span class=\"label warning\">文章時效性提示</span><br>這是一篇發佈於 {{publish}} 天前,最後一次更新在 {{updated}} 天前的文章,部分信息可能已經發生改變,請注意甄別。</p></div>"
|
1
|
+
---
|
2
|
+
name: 繁體中文
|
3
|
+
favicon:
|
4
|
+
show: (●´3`●)復活成功
|
5
|
+
hide: (´Д`)瀏覽器崩潰啦
|
6
|
+
|
7
|
+
title:
|
8
|
+
archive: 歸檔
|
9
|
+
category: 分類
|
10
|
+
tag: 標籤
|
11
|
+
all: 全部
|
12
|
+
not_found: Σ( ° △ °|||)︴404!何も見えない
|
13
|
+
category_in: 分類於"%s"的文章
|
14
|
+
tag_in: 包含標籤"%s"的文章
|
15
|
+
archive_in: 發表於"%s"的文章
|
16
|
+
|
17
|
+
menu:
|
18
|
+
home: 首頁
|
19
|
+
posts: 文章
|
20
|
+
archives: 歸檔
|
21
|
+
categories: 分類
|
22
|
+
tags: 標籤
|
23
|
+
about: 關於
|
24
|
+
search: 檢索
|
25
|
+
|
26
|
+
sidebar:
|
27
|
+
overview: 本站概要
|
28
|
+
toc: 文章目錄
|
29
|
+
related: 系列文章
|
30
|
+
|
31
|
+
index:
|
32
|
+
sticky: 置頂文章
|
33
|
+
category: 精選分類
|
34
|
+
posts: 文章列表
|
35
|
+
random_posts: 隨機文章
|
36
|
+
recent_comments: 最新評論
|
37
|
+
|
38
|
+
post:
|
39
|
+
posted: 發表於
|
40
|
+
edited: 更新於
|
41
|
+
created: 創建時間
|
42
|
+
modified: 修改時間
|
43
|
+
edit: 編輯
|
44
|
+
in: 分類於
|
45
|
+
read_more: 閱讀全文
|
46
|
+
untitled: 未命名
|
47
|
+
sticky: 置頂
|
48
|
+
views: 閱讀次數
|
49
|
+
related_posts: 相關文章
|
50
|
+
next: 下一篇
|
51
|
+
prev: 上一篇
|
52
|
+
copyright:
|
53
|
+
author: 作者
|
54
|
+
link: 文章連結
|
55
|
+
license_title: 版權聲明
|
56
|
+
license_content: "本網誌所有文章除特別聲明外,均採用 %s 許可協議。轉載請註明出處!"
|
57
|
+
nocopy: "<span class=\"red\">本頁內容禁止轉載!</span>"
|
58
|
+
|
59
|
+
footer:
|
60
|
+
powered: "基於 %s"
|
61
|
+
total_views: 總瀏覽次數
|
62
|
+
total_visitors: 訪客總數
|
63
|
+
|
64
|
+
counter:
|
65
|
+
index:
|
66
|
+
post: "%d 篇文章"
|
67
|
+
category: "%d 個子項,"
|
68
|
+
tag_cloud:
|
69
|
+
zero: 沒有標籤
|
70
|
+
one: 目前共有 1 個標籤
|
71
|
+
other: "目前共有 %d 個標籤"
|
72
|
+
categories:
|
73
|
+
zero: 沒有分類
|
74
|
+
one: 目前共有 1 個分類
|
75
|
+
other: "目前共有 %d 個分類"
|
76
|
+
archive_posts:
|
77
|
+
zero: 沒有文章。
|
78
|
+
one: 目前共有 1 篇文章。
|
79
|
+
other: "目前共有 %d 篇文章。"
|
80
|
+
|
81
|
+
state:
|
82
|
+
posts: 文章
|
83
|
+
tags: 標籤
|
84
|
+
categories: 分類
|
85
|
+
|
86
|
+
search:
|
87
|
+
placeholder: 文章搜尋
|
88
|
+
empty: "關於 「 ${query} 」 ,什麼也沒搜到"
|
89
|
+
stats: "${time} ms 內找到 ${hits} 條結果"
|
90
|
+
|
91
|
+
cheers:
|
92
|
+
um: 嗯..
|
93
|
+
ok: 還行
|
94
|
+
nice: 好
|
95
|
+
good: 很好
|
96
|
+
great: 非常好
|
97
|
+
excellent: 太棒了
|
98
|
+
|
99
|
+
keep_on: 繼續努力。
|
100
|
+
|
101
|
+
symbol:
|
102
|
+
comma: ","
|
103
|
+
period: "。"
|
104
|
+
colon: ":"
|
105
|
+
year: 年
|
106
|
+
month: 月
|
107
|
+
|
108
|
+
reward:
|
109
|
+
donate: 捐贈
|
110
|
+
text: 請我喝[茶]~( ̄▽ ̄)~*
|
111
|
+
wechatpay: 微信支付
|
112
|
+
alipay: 支付寶
|
113
|
+
paypal: PayPal
|
114
|
+
bitcoin: 比特幣
|
115
|
+
|
116
|
+
follow_me:
|
117
|
+
welcome: 歡迎關注我的其它發布渠道
|
118
|
+
|
119
|
+
accessibility:
|
120
|
+
nav_toggle: 切換導航欄
|
121
|
+
prev_page: 上一頁
|
122
|
+
next_page: 下一頁
|
123
|
+
|
124
|
+
symbols_count_time:
|
125
|
+
count: 文章字數
|
126
|
+
count_total: 總字數
|
127
|
+
time: 所需閱讀時間
|
128
|
+
time_total: 所需總閱讀時間
|
129
|
+
time_minutes: 分鐘
|
130
|
+
word: 字
|
131
|
+
view: 次
|
132
|
+
|
133
|
+
tips:
|
134
|
+
copyright: "複製成功,轉載請遵守 %s 協議。"
|
135
|
+
nocopy: "複製失敗,本頁內容禁止轉載!"
|
136
|
+
|
137
|
+
quiz:
|
138
|
+
choice: 單選題
|
139
|
+
multiple: 多選題
|
140
|
+
true_false: 判斷題
|
141
|
+
essay: 問答題
|
142
|
+
gap_fill: 填空題
|
143
|
+
mistake: 錯題備註
|
144
|
+
|
145
|
+
outime:
|
146
|
+
template: "<div class=\"note warning\"><p><span class=\"label warning\">文章時效性提示</span><br>這是一篇發佈於 {{publish}} 天前,最後一次更新在 {{updated}} 天前的文章,部分信息可能已經發生改變,請注意甄別。</p></div>"
|
@@ -1,30 +1,30 @@
|
|
1
|
-
<?xml version="1.0"?>
|
2
|
-
<feed xmlns="http://www.w3.org/2005/Atom">
|
3
|
-
<id><%= config.url %></id>
|
4
|
-
<title><%= config.title %></title>
|
5
|
-
<subtitle><%= config.subtitle %></subtitle>
|
6
|
-
<icon><%= full_url_for('/images/favicon.ico') %></icon>
|
7
|
-
<link href="<%= config.url %>" />
|
8
|
-
<author>
|
9
|
-
<name><%= config.author %></name>
|
10
|
-
</author>
|
11
|
-
<updated><%= moment(lastBuildDate).toISOString() %></updated>
|
12
|
-
<%_ for (item of (config.keywords ? config.keywords.split(',') : [])) { _%>
|
13
|
-
<category term="<%= item %>" />
|
14
|
-
<%_ } _%>
|
15
|
-
<%_ for (const post of posts) { _%>
|
16
|
-
<entry>
|
17
|
-
<id><%= post.permalink %></id>
|
18
|
-
<title><%= post.title %></title>
|
19
|
-
<link rel="alternate" href="<%= post.permalink %>"/>
|
20
|
-
<content type="html"><%= post.content %></content>
|
21
|
-
<%_ for (const { name, path } of (post.categories ? post.categories.toArray() : [])) { _%>
|
22
|
-
<category term="<%= name %>" scheme="<%= full_url_for(path) %>" />
|
23
|
-
<%_ } _%>
|
24
|
-
<%_ for (const { name, path } of (post.tags ? post.tags.toArray() : [])) { _%>
|
25
|
-
<category term="<%= name %>" scheme="<%= full_url_for(path) %>" />
|
26
|
-
<%_ } _%>
|
27
|
-
<updated><%= moment(post.date).toISOString() %></updated>
|
28
|
-
</entry>
|
29
|
-
<%_ } _%>
|
30
|
-
</feed>
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
<feed xmlns="http://www.w3.org/2005/Atom">
|
3
|
+
<id><%= config.url %></id>
|
4
|
+
<title><%= config.title %></title>
|
5
|
+
<subtitle><%= config.subtitle %></subtitle>
|
6
|
+
<icon><%= full_url_for('/images/favicon.ico') %></icon>
|
7
|
+
<link href="<%= config.url %>" />
|
8
|
+
<author>
|
9
|
+
<name><%= config.author %></name>
|
10
|
+
</author>
|
11
|
+
<updated><%= moment(lastBuildDate).toISOString() %></updated>
|
12
|
+
<%_ for (item of (config.keywords ? config.keywords.split(',') : [])) { _%>
|
13
|
+
<category term="<%= item %>" />
|
14
|
+
<%_ } _%>
|
15
|
+
<%_ for (const post of posts) { _%>
|
16
|
+
<entry>
|
17
|
+
<id><%= post.permalink %></id>
|
18
|
+
<title><%= post.title %></title>
|
19
|
+
<link rel="alternate" href="<%= post.permalink %>"/>
|
20
|
+
<content type="html"><%= post.content %></content>
|
21
|
+
<%_ for (const { name, path } of (post.categories ? post.categories.toArray() : [])) { _%>
|
22
|
+
<category term="<%= name %>" scheme="<%= full_url_for(path) %>" />
|
23
|
+
<%_ } _%>
|
24
|
+
<%_ for (const { name, path } of (post.tags ? post.tags.toArray() : [])) { _%>
|
25
|
+
<category term="<%= name %>" scheme="<%= full_url_for(path) %>" />
|
26
|
+
<%_ } _%>
|
27
|
+
<updated><%= moment(post.date).toISOString() %></updated>
|
28
|
+
</entry>
|
29
|
+
<%_ } _%>
|
30
|
+
</feed>
|
@@ -1,16 +1,16 @@
|
|
1
|
-
<%- JSON.stringify({
|
2
|
-
version: 'https://jsonfeed.org/version/1',
|
3
|
-
title: config.title,
|
4
|
-
subtitle: config.subtitle,
|
5
|
-
icon: full_url_for('/images/favicon.ico'),
|
6
|
-
description: config.description,
|
7
|
-
home_page_url: config.url,
|
8
|
-
items: posts.map(post => ({
|
9
|
-
id: post.permalink,
|
10
|
-
url: post.permalink,
|
11
|
-
title: post.title,
|
12
|
-
date_published: moment(post.date).toISOString(),
|
13
|
-
content_html: post.content || '',
|
14
|
-
tags: [...(post.categories ? post.categories.toArray() : []).map(({ name }) => name), ...(post.tags ? post.tags.toArray() : []).map(({ name }) => name)]
|
15
|
-
}))
|
16
|
-
}, null, 4) _%>
|
1
|
+
<%- JSON.stringify({
|
2
|
+
version: 'https://jsonfeed.org/version/1',
|
3
|
+
title: config.title,
|
4
|
+
subtitle: config.subtitle,
|
5
|
+
icon: full_url_for('/images/favicon.ico'),
|
6
|
+
description: config.description,
|
7
|
+
home_page_url: config.url,
|
8
|
+
items: posts.map(post => ({
|
9
|
+
id: post.permalink,
|
10
|
+
url: post.permalink,
|
11
|
+
title: post.title,
|
12
|
+
date_published: moment(post.date).toISOString(),
|
13
|
+
content_html: post.content || '',
|
14
|
+
tags: [...(post.categories ? post.categories.toArray() : []).map(({ name }) => name), ...(post.tags ? post.tags.toArray() : []).map(({ name }) => name)]
|
15
|
+
}))
|
16
|
+
}, null, 4) _%>
|