-
-
Notifications
You must be signed in to change notification settings - Fork 199
/
Copy pathparams.en.toml
191 lines (191 loc) · 4.95 KB
/
params.en.toml
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
# site description
# 网站描述
description = "The official documentation for the Hugo DoIt theme"
# site keywords
# 网站关键词
keywords = ["Theme", "Hugo"]
# App icon config
# 应用图标配置
[app]
# optional site title override for the app when added to an iOS home screen or Android launcher
# 当添加到 iOS 主屏幕或者 Android 启动器时的标题, 覆盖默认标题
title = "DoIt"
# whether to omit favicon resource links
# 是否隐藏网站图标资源链接
noFavicon = false
# modern SVG favicon to use in place of older style .png and .ico files
# 更现代的 SVG 网站图标, 可替代旧的 .png 和 .ico 文件
svgFavicon = ""
# Safari mask icon color
# Safari 图标颜色
iconColor = "#5bbad5"
# Windows v8-10 tile color
# Windows v8-10 磁贴颜色
tileColor = "#da532c"
# Search config
# 搜索配置
[search]
enable = true
# type of search engine ("algolia", "fuse")
# 搜索引擎的类型 ("algolia", "fuse")
type = "algolia"
# max index length of the chunked content
# 文章内容最长索引长度
contentLength = 4000
# placeholder of the search bar
# 搜索框的占位提示语
placeholder = ""
# max number of results length
# 最大结果数目
maxResultLength = 10
# snippet length of the result
# 结果内容片段长度
snippetLength = 300
# HTML tag name of the highlight part in results
# 搜索结果中高亮部分的 HTML 标签
highlightTag = "em"
# whether to use the absolute URL based on the baseURL in search index
# 是否在搜索索引中使用基于 baseURL 的绝对路径
absoluteURL = false
[search.algolia]
index = "en_index"
appID = "5YGRNRQK1G"
searchKey = "0ff6874805de24b84aa1d5ebccad56cd"
[search.fuse]
# https://fusejs.io/api/options.html
isCaseSensitive = false
minMatchCharLength = 2
findAllMatches = false
location = 0
threshold = 0.1
distance = 100
ignoreLocation = true
useExtendedSearch = false
ignoreFieldNorm = false
# Home page config
# 主页信息设置
[home]
# amount of RSS pages
# RSS 文章数目
rss = 10
# Home page profile
# 主页个人信息
[home.profile]
enable = true
# Gravatar Email for preferred avatar in home page
# Gravatar 邮箱,用于优先在主页显示的头像
gravatarEmail = ""
# URL of avatar shown in home page
# 主页显示头像的 URL
avatarURL = "/images/avatar.webp"
# URL the avatar links to
# 头像的链接指向的 URL
avatarLinkURL = ""
# title shown in home page (HTML format is supported)
# 主页显示的网站标题 (支持 HTML 格式)
title = ""
# subtitle shown in home page
# 主页显示的网站副标题
subtitle = "A Clean, Elegant but Advanced Hugo Theme"
# whether to use typeit animation for subtitle
# 是否为副标题显示打字机动画
typeit = true
# whether to show social links
# 是否显示社交账号
social = true
# disclaimer (HTML format is supported)
# 免责声明 (支持 HTML 格式)
disclaimer = ""
# Home page posts
# 主页文章列表
[home.posts]
enable = true
# special amount of posts in each home posts page
# 主页每页显示文章数量
paginate = 7
# Social config in home page
# 主页的社交信息设置
[social]
Angellist = ""
Bandcamp = ""
Behance = ""
Bilibili = ""
Bitbucket = ""
BuyMeACoffee = ""
Codepen = ""
Deviantart = ""
Devto = ""
Douban = ""
Dribbble = ""
Email = "[email protected]"
Facebook = "xxxx"
Fivehundredpx = ""
Flickr = ""
Foursquare = ""
FreeCodeCamp = ""
Gitea = ""
GitHub = "xxxx"
Gitlab = ""
Goodreads = ""
Googlescholar = ""
Hackernews = ""
Instagram = ""
Jsfiddle = ""
Keybase = ""
Kickstarter = ""
Ko-Fi = "xxx"
Lastfm = ""
Liberapay = "xxx"
Linkedin = ""
Linktree = ""
Matrix = ""
Medium = ""
Mix = ""
Odnoklassniki = ""
ORCID = ""
Patreon = ""
Paypal = ""
Pinterest = ""
QQ = ""
QQGroup = ""
Quora = ""
Reddit = ""
Researchgate = ""
RSS = true
Skype = ""
Slidershare = ""
Snapchat = ""
Soundcloud = ""
Spotify = ""
Stackoverflow = ""
Steam = ""
Strava = ""
Telegram = "xxxx"
Thingiverse = ""
Tumblr = ""
Twitch = ""
Twitter = "xxxx"
Vine = ""
VK = ""
Weibo = ""
Whatsapp = ""
Wordpress = ""
Xing = ""
XMPP = ""
Youtubechannel = ""
Youtubecustom = ""
Youtubelegacy = "xxxx"
Zhihu = ""
[social.Mastodon]
id = "@xxxx"
prefix = "https://mastodon.technology/"
[social.Diaspora]
id = "@xxxx"
prefix = "https://yyyy/"
# Sponsor config
# 赞助设置
[sponsor]
enable = false
bio = "If you find this post helpful, please consider sponsoring."
link = "https://github.com/sponsors/HEIGE-PCloud"
# custom = "<a href=\"https://www.buymeacoffee.com/PCloud\" target=\"_blank\"><img src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" style=\"height: 40px !important;width: 145 !important;\" ></a>"