Skip to content

Commit 0b8b71d

Browse files
committed
添加 | 修改
1 parent ead6413 commit 0b8b71d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2149
-4
lines changed

_config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ description: >- # 用于 SEO 元信息和 Atom 订阅
2424
# 例如 'https://username.github.io',注意不要以 '/' 结尾
2525
url: "https://Dong-Jing-Yu.github.io"
2626

27-
license:
28-
name: "CC BY-NC 4.0"
29-
url: "https://creativecommons.org/licenses/by-nc/4.0/"
30-
3127
github:
3228
username: Dong-Jing-Yu
3329

_data/locales/en.yml

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
# The layout text of site
2+
3+
# ----- Commons label -----
4+
5+
layout:
6+
post: Post
7+
category: Category
8+
tag: Tag
9+
10+
# The tabs of sidebar
11+
tabs:
12+
# format: <filename_without_extension>: <value>
13+
home: Home
14+
categories: Categories
15+
tags: Tags
16+
archives: Archives
17+
about: About
18+
19+
# the text displayed in the search bar & search results
20+
search:
21+
hint: search
22+
cancel: Cancel
23+
no_results: Oops! No results found.
24+
25+
panel:
26+
lastmod: Recently Updated
27+
trending_tags: Trending Tags
28+
toc: Contents
29+
30+
copyright:
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-NC-SA 4.0
35+
link: https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en
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-NC-SA 4.0) License by the author.
42+
43+
meta: Using the :THEME theme for :PLATFORM.
44+
45+
not_found:
46+
statement: 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
51+
52+
# ----- Posts related labels -----
53+
54+
post:
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+
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: category
88+
plural: categories
89+
post_measure:
90+
singular: post
91+
plural: posts

_data/locales/ja-JP.yml

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
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-NC-SA 4.0
35+
link: https://creativecommons.org/licenses/by-nc-sa/4.0/deed.ja
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-NC-SA 4.0) License by the author.
42+
43+
meta: :PLATFORM 用の :THEME を使用しています。
44+
45+
not_found:
46+
statement: この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+
# 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"
80+
81+
# categories page
82+
categories:
83+
category_measure: カテゴリー
84+
post_measure: 投稿

_data/locales/zh-CN.yml

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
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-NC-SA 4.0
35+
link: https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh-hans
36+
37+
# Displayed in the footer
38+
brief: 保留部分权利。
39+
verbose: >-
40+
除非另有说明,本网站上的博客文章均由作者按照知识共享署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0) 许可协议进行授权。
41+
42+
meta: 本站采用 :PLATFORM 主题 :THEME
43+
44+
not_found:
45+
statement: 抱歉,我们放错了该 URL,或者它指向了不存在的内容。
46+
47+
notification:
48+
update_found: 发现新版本的内容
49+
update: 更新
50+
51+
# ----- Posts related labels -----
52+
53+
post:
54+
written_by: 作者
55+
posted: 发表于
56+
updated: 更新于
57+
words:
58+
pageview_measure: 次浏览
59+
read_time:
60+
unit: 分钟
61+
prompt: 阅读
62+
relate_posts: 相关文章
63+
share: 分享
64+
button:
65+
next: 下一篇
66+
previous: 上一篇
67+
copy_code:
68+
succeed: 已复制!
69+
share_link:
70+
title: 分享链接
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"
79+
80+
# categories page
81+
categories:
82+
category_measure: 个分类
83+
post_measure: 篇文章

_data/locales/zh-TW.yml

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
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-NC-SA 4.0
35+
link: https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh-hant
36+
37+
# Displayed in the footer
38+
brief: 保留部份權利。
39+
verbose: >-
40+
除非另有說明,否則本網誌的文章均由作者按照姓名標示 4.0 國際 (CC BY-NC-SA 4.0) 授權條款進行授權。
41+
42+
meta: 本網站使用 :PLATFORM 產生,採用 :THEME 主題
43+
44+
not_found:
45+
statement: 抱歉,您可能正在存取一個已被移動的 URL,或者它從未存在。
46+
47+
notification:
48+
update_found: 發現新版本更新。
49+
update: 更新
50+
51+
# ----- Posts related labels -----
52+
53+
post:
54+
written_by: 作者
55+
posted: 發布於
56+
updated: 更新於
57+
words:
58+
pageview_measure: 次瀏覽
59+
read_time:
60+
unit: 分鐘
61+
prompt: 閱讀
62+
relate_posts: 相關文章
63+
share: 分享
64+
button:
65+
next: 下一篇
66+
previous: 上一篇
67+
copy_code:
68+
succeed: 已複製!
69+
share_link:
70+
title: 分享連結
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"
79+
80+
# categories page
81+
categories:
82+
category_measure: 個分類
83+
post_measure: 篇文章

_data/media.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
- extension: mp3
2+
mime_type: mpeg
3+
- extension: mov
4+
mime_type: quicktime
5+
- extension: avi
6+
mime_type: x-msvideo
7+
- extension: mkv
8+
mime_type: x-matroska
9+
- extension: ogv
10+
mime_type: ogg
11+
- extension: weba
12+
mime_type: webm
13+
- extension: 3gp
14+
mime_type: 3gpp
15+
- extension: 3g2
16+
mime_type: 3gpp2
17+
- extension: mid
18+
mime_type: midi
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!-- Cloudflare Web Analytics -->
2+
<script
3+
defer
4+
src="https://static.cloudflareinsights.com/beacon.min.js"
5+
data-cf-beacon='{"token": "{{ site.analytics.cloudflare.id }}"}'
6+
></script>

_includes/analytics/fathom.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!-- Fathom -->
2+
<script
3+
src="https://cdn.usefathom.com/script.js"
4+
data-site="{{ site.analytics.fathom.id }}"
5+
defer
6+
></script>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!-- GoatCounter -->
2+
<script
3+
async
4+
src="https://gc.zgo.at/count.js"
5+
data-goatcounter="https://{{ site.analytics.goatcounter.id }}.goatcounter.com/count"
6+
></script>

0 commit comments

Comments
 (0)