forked from NichtsHsu/nichtshsu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
245 lines (212 loc) · 7.54 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
# 网站设置
# 导入主题
theme: jekyll-theme-chirpy
# 仅当你的站点类型是 Github Pages 项目并且没有自定义域名时,修改下面的值为 '/项目名'。
baseurl: ''
# 站点的语言 › https://www.w3.org/International/questions/qa-choosing-language-tags
# 如果在文件夹 `_data/locales` 下存在同名文件,则布局语言也会改变,
# 否则,布局语言使用默认值 'en'。
lang: zh-CN
# 时间本地化的额外参数,可选. › https://github.com/iamkun/dayjs/tree/dev/src/locale
prefer_datetime_locale:
# 修改为你的时区 › http://www.timezoneconverter.com/cgi-bin/findzone/findzone
timezone: Asia/Shanghai
# jekyll-seo-tag 设置 › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# --------------------------
title: Nihil # 主标题
tagline: Nichts Hsu # 副标题
description: >- # 由 seo meta 和 atom feed 使用
Nichts Hsu 的个人博客
# 填入你的网站的协议和域名,例如,'https://username.github.io'
url: 'https://nihil.cc'
author: Nichts Hsu # 全名
github:
username: NichtsHsu # Github 用户名
twitter:
username: NichtsHsu # 推特用户名
social:
name: Nichts Hsu # 将会显示为页脚处的版权所有者
email: [email protected] # 邮箱地址
links:
# 第一个链接将会作为版权所有者的链接
- https://nihil.cc/
- https://twitter.com/NichtsHsu # 推特主页
- https://github.com/NichtsHsu # Github 主页
# 取消注释以添加更多链接
# - https://www.facebook.com/username
# - https://www.linkedin.com/in/username
google_site_verification: # 填入你的认证字符串
# ↑ --------------------------
# `jekyll-seo-tag` 设置结束
# 自定义 Iconfont 的图标链接。 › https://www.iconfont.cn/
# 需要添加自己的 Iconfont 图标,请在 Iconfont 中新建项目,
# 加入图标到项目,选择 Font Class,查看在线链接,并将其拷贝到下面。
#
# 注意:请不要与项目原本使用的图标重名,请全局搜索以确保该名称没被使用。
# 一个比较好的办法是修改 Iconfont 项目的 FontClass/Symbol 前缀为其他值。
iconfont_css:
# 此 css 包含以 'icon-' 为前缀的图标,为模板的核心图标,请勿删除。
- //at.alicdn.com/t/font_2440352_86vrobdp9vu.css
# 此 css 包含以 'icon-nihil-' 为前缀的图标,为我博客内容使用的图标,可删除。
- //at.alicdn.com/t/font_2451185_tgvgeuen2lh.css
# 添加你的 Iconfont 图标链接
# -
google_analytics:
id: 'G-RK9LRGVP0T' # 填入你的 Google Analytics ID
# Google Analytics 页面浏览量设置
pv:
proxy_endpoint: # 填入 Google App Engine 的 Google Analytics superProxy 端点
cache_path: # pv 数据本地缓存,对 GFW 区域的人而言很好
# 设置首选配色方案
#
# 提示: 保留空白会跟随系统的默认首选配色,并且在侧边栏的底部会出现
# 一个可以转换亮色主题和暗色主题的按钮。
#
# 可用选项:
#
# light - 使用亮色方案
# dark - 使用暗色方案
#
theme_mode: # [light|dark]
# 图像 CDN 端点。
# 注意一旦被分配,CDN 网址会被加在所有图像(网站头像和帖子图像)路径上。
# 例如,'https://cdn.com'
img_cdn: ''
# 侧边栏的头像,支持本地或 CROS 资源
avatar: /avatar.png
# 设置显示右侧边栏的内容
panel:
# 设置显示在帖子中右侧边栏的内容
#
# 提示:
# 全局开关为 false 时必定不显示对应块。
# 全局开关为 true 时,可以在帖子的 md 文件头部使用形如:
# lastmod: false
# 的方式为该帖子单独关闭右侧边栏的功能。
post:
# 最近更新
lastmod: true
# 热门标签
trending_tags: false
# 外部链接
external_links: true
# 目录
toc: true
comments:
active: 'waline' # 帖子评论区全局开关,例如,'disqus'。保持为空表示禁用
# active 选项可以是如下:
# disqus 评论系统 > https://disqus.com/
disqus:
shortname: # 填入你的 disqus shorname › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
# utterances 评论系统 › https://utteranc.es/
utterances:
repo: # <Github 用户名>/<仓库名>
issue_term: # < 链接 | 路径 | 标题 | ...>
# Valine 评论系统 › https://valine.js.org/
valine:
leancloud_appid: # 输入你的 LeanCloud App ID
leancloud_appkey: # 输入你的 LeanCloud App Key
placeholder: 说点什么吧!PS:在昵称栏输入QQ号可以自动获取QQ昵称和QQ头像哦~ # 空白评论框时显示的文字
avatar: mp # 默认头像 › https://valine.js.org/avatar.html
# Waline 评论系统是 Valine 的改进版本,有后端,更安全。 › https://waline.js.org/
waline:
server: https://myblog-comments.vercel.app/ # Vercal 服务端地址
placeholder: 说点什么吧! # 空白评论框时显示的文字
avatar: mp # 默认头像 › https://waline.js.org/guide/client/avatar.html
# Giscus 选项 › https://giscus.app
giscus:
repo: # <Github 用户名>/<仓库名>
repo_id:
category:
category_id:
mapping: # 可选项,默认为 'pathname'
input_position: # 可选项,默认为 'bottom'
lang: # 可选项,默认为 `site.lang` 的值
# 自托管静态资产,可选 › https://github.com/cotes2020/chirpy-static-assets
assets:
self_host:
enabled: # 布尔值, 置空表示否
# 指定 Jekyll 环境,置空意味着都启用
# 仅在 `assets.self_host.enabled` 为 'true' 时生效
env: # [development|production]
pwa:
enabled: true # PWA 特性选项
# 每一页的帖子数量
paginate: 10
# ------------ 下面的设置不建议修改 ------------------
kramdown:
syntax_highlighter: rouge
syntax_highlighter_opts: # Rouge 设置 › https://github.com/jneen/rouge#full-options
css_class: highlight
# default_lang: console
span:
line_numbers: false
block:
line_numbers: true
start_line: 1
collections:
tabs:
output: true
sort_by: order
defaults:
- scope:
path: '' # 空字符串意味着项目里的所有文件
type: posts
values:
layout: post
comments: true # 在帖子中启用评论
# 右侧边栏的默认显示
lastmod: true
trending_tags: true
external_links: true
toc: true
license: true
# 不要改变它除非你是 Jekyll 以及 Web 开发的专家,
# 或者你认为自己足够聪明可以在此模板中修改为其他的相对路径。
permalink: /posts/:title/
- scope:
path: _drafts
values:
comments: false
- scope:
path: ''
type: tabs # 参考 `site.collections`
values:
layout: page
permalink: /:title/
- scope:
path: assets/img/favicons
values:
swcache: true
- scope:
path: assets/js/dist
values:
swcache: true
sass:
style: compressed
compress_html:
clippings: all
comments: all
endings: all
profile: false
blanklines: false
ignore:
envs: [development]
exclude:
- '*.gem'
- '*.gemspec'
- tools
- README.md
- CHANGELOG.md
- LICENSE
- gulpfile.js
- node_modules
- package*.json
jekyll-archives:
enabled: [categories, tags]
layouts:
category: category
tag: tag
permalinks:
tag: /tags/:name/
category: /categories/:name/