This repository has been archived by the owner on Mar 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
/
_config.nexmoe.yml
181 lines (164 loc) · 7.12 KB
/
_config.nexmoe.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
avatar: https://cdn.jsdelivr.net/gh/nexmoe/nexmoe.github.io@latest/images/avatar.png # 网站 Logo
background: # 既是博客的背景,又是文章默认头图
path: https://cdn.jsdelivr.net/gh/nexmoe/nexmoe.github.io@latest/images/cover/5c3aec85a4343.jpg
width: 1440
height: 960
favicon:
href: /favicon.ico # 网站图标
type: image/x-icon # 图标类型,可能的值有(image/png, image/vnd.microsoft.icon, image/x-icon, image/gif)
function: # 功能开关,可选值(true,false)
globalToc: false # 开启该功能会自动开启文章 TOC(文章目录) 功能
darkmode: false # 是否启用暗色主题,可选值(true,false)
imageCDN: # 图片 CDN 功能
enable: false # 开启该功能
origin: /../../images/ # 图片原始目录
to: https://cdn.jsdelivr.net/gh/nexmoe/nexmoe.github.io@latest/images/ # 图片 CDN 域名
# 附加图标库 使用说明:https://docs.nexmoe.com/config/icon
iconlib: # //at.alicdn.com/t/font_1038733_0xvrvpg9c0r.css
search:
type: engine # 可选engine(用搜索引擎搜索)、swiftype、或local(本地搜索)
url: https://cn.bing.com/search?q=site:nexmoe.com # 搜索引擎地址,在type为swiftype时无效 e.g:https://www.google.com/search?q={你的博客链接}
id: <swiftype-id> # swiftype的id,见启用教程。在type为engine时无效
cdn: # 这里可以修改站点使用的库的CDN
disqusjs:
css: https://cdn.jsdelivr.net/npm/[email protected]/dist/disqusjs.min.css
js: https://cdn.jsdelivr.net/npm/[email protected]/dist/disqus.min.js
gitalk:
css: https://cdn.jsdelivr.net/npm/gitalk@latest/dist/gitalk.min.css
js: https://cdn.jsdelivr.net/npm/gitalk@latest/dist/gitalk.min.js
valine:
js: https://cdn.jsdelivr.net/npm/valine
menu:
回到首页:
- /
- icon-home
# 文章归档: # 使用说明:https://docs.nexmoe.com/article/archive
# - /archive.html
# - icon-container
关于博客:
- /about.html
- icon-info-circle
我的朋友:
- /PY.html # 使用说明:https://docs.nexmoe.com/article/py
widgets:
- search
- social
- category
- tagcloud
# - archive #settings: widgetAchive
# - recent_posts
# - link #settings: widgetLink
maxTagcloud: 0 # 标签云组件显示的标签数量,0 表示不限制
social:
QQ群:
- https://jq.qq.com/?_wv=1027&k=5CfKHun
- icon-QQ
- rgb(249, 174, 8)
- rgba(249, 174, 8, .1)
哔哩哔哩:
- https://space.bilibili.com/20238211
- icon-bilibili
- rgb(231, 106, 141)
- rgba(231, 106, 141, .15)
GitHub:
- https://github.com/nexmoe/
- icon-github
- rgb(25, 23, 23)
- rgba(25, 23, 23, .15)
# 自定义样式,启用后可在站点的source文件夹下新建custom.css自定义站点样式
customstyle: false
color: # 配色方案,从first到seventh为优先级为1-7的颜色,默认为彩虹配色
first: # 同时作为主题色
r: 255
g: 78
b: 106
second:
r: 255
g: 118
b: 30
third:
r: 255
g: 185
b: 0
fourth:
r: 51
g: 213
b: 122
fifth:
r: 0
g: 219
b: 255
sixth:
r: 26
g: 152
b: 255
seventh:
r: 144
g: 144
b: 255
# 向搜索引擎验证你对站点的所有权,用于向搜索引擎提交 sitemap 和管理站点被搜索引擎收录的情况。
site_verification:
google:
baidu:
# 统计系统,目前支持 Google analytics.js 统计、Google Tag Manager 统计、CNZZ 统计、腾讯统计、51.La统计、百度统计
analytics:
google_site_id: #<ID>
gtags_site_id: #<ID>
cnzz_site_id: #<ID>
tencent_site_id: #<ID>
la_site_id: #<ID>
baidu_site_id: #<ID>
gtm_container_id: #<ID>
# 评论框,目前支持 gitalk,gitment,valine,disqus,disqusjs,changyan,livere,DiscussBot 使用 false 可以关闭
comment: gitalk
gitalk:
admin: nexmoe # 拥有对该repo进行操作的 GitHub username
owner: nexmoe # 持有该 repo 的 GitHub username
repo: nexmoe.github.io # 存放评论的 issue 所在的 repo
clientID: 80b2453b6d5f37ad6225 # GitHub Client ID
clientSecret: 43e99fa852795c9a7b3eb924b2558c64b84bbdeb # GitHub Client Secret
gitment:
owner: nexmoe # 持有该 repo 的 GitHub username
repo: nexmoe.github.io # 存放评论的 issue 所在的 repo
clientID: 80b2453b6d5f37ad6225 # GitHub Client ID
clientSecret: 43e99fa852795c9a7b3eb924b2558c64b84bbdeb # GitHub Client Secret
valine:
appId: <API_ID> # leancloud application app id
appKey: <API_Key> # leancloud application app key
disqus:
shortname: <shortname> # 你的 Disqus shortname
disqusjs:
shortname: <shortname> # 你的 Disqus shortname
sitename: <sitename> # 你站点的名称,将会显示在「评论基础模式」的 header 中;该配置应该和 Disqus Admin - Settings - General - Website Name 一致
api: https://disqus.skk.moe/disqus/ # DisqusJS 请求的 API Endpoint,通常情况下你应该配置一个 Disqus API 的反代并填入反代的地址。你也可以直接使用 DISQUS 官方 API 的 Endpoint https://disqus.com/api/,或是使用SukkaW搭建的 Disqus API 反代 Endpoint https://disqus.skk.moe/disqus/。
apikey: <api_key> # DisqusJS 向 API 发起请求时使用的 API Key,你应该在配置 Disqus Application 时获取了 API Key;DisqusJS 支持填入一个 包含多个 API Key 的 Array,在每次请求时会随机使用其中一个;如果你只需要填入一个 API Key,则可以填入 String 或 Array。
admin: <admin> # 你的站点的 Disqus Moderator 的用户名(也就是你的用户名)。你可以在 Disqus - Settings - Account - Username 获取你的 Username
adminLabel: <adminLabel> # 你想显示在 Disqus Moderator Badge 中的文字。该配置应和 Disqus Admin - Settings - Community - Moderator Badge Text 相同
changyan:
appid: <APP_ID> # 畅言的 APPID
conf: <CONF> # 畅言的 CONF
thread_key_type: path # 可选 id 或 path
livere:
data_uid: <data_uid> # 你的来必力 UID,可以在来必力后台获取
DiscussBot:
id: <id> # 站点id
comments: 5 # 可能是限制每位用户单页面评论最多条数?
color: # 评论框主色调
dislike: 0 # 显示差评按钮
icons: 0 # 图标主题
diff: 0 # 每位用户name不同颜色
copyright: '<strong>版权声明:</strong>本文采用 <a href="https://creativecommons.org/licenses/by-nc-sa/3.0/cn/deed.zh" target="_blank">CC BY-NC-SA 3.0 CN</a> 协议进行许可'
copyTip: "著作权归作者所有。\n商业转载请联系作者获得授权,非商业转载请注明出处。\n来源:%url" # 自定义复制版权文案,使用 %url 代替当前页面URL, 修改为false禁用
# achive widget behavior
widgetAchive: #文章归档组件
archive_type: 'year' #按月展示还是按年展示
show_count: true #是否展示数量
widgetLink: #链接组件
- title: <title>
img : <img_path>
link : <url>
- title: <title>
img : <img_path>
link : <url>
# 自定义侧边栏尾部内容
sidebar: '<br><a target="_blank" href="https://www.upyun.com/?utm_source=lianmeng&utm_medium=referral"><img src="https://i.dawnlab.me/c0268c1e6cfd0863d6ba35be1575941a.png" width="150px"></a><script data-ad-client="ca-pub-2058306854838448" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>'