-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path_config.yml
105 lines (87 loc) · 4.3 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
favicon:
href: /favicon.ico # Favicon of your site.
type: image/x-icon # Icon type, possible values are(image/png, image/vnd.microsoft.icon, image/x-icon, image/gif)
search: https://cn.bing.com/search?q= # https://www.google.com/search?q==
order_by: date # date,-date,title,url,...
head: '<!--<script src="" async></script>-->' # Add anything to <head></head>
archives:
switch: false # true,false Switching this function.
categories: [算法,游戏] # Only the categories you set will be displayed on the archive page.
menu:
Archives: archives
About: about.html
footer_link:
折影轻梦: https://nexmoe.com/
还有书籍: https://github.com/Yet-The-Books/hexo-theme-yet-the-books
github:
repo: nexmoe/books # nexmoe/books
edit: true # true,false
history: true # true,false
analytics: # 统计系统,目前支持 Google analytics.js 统计、Google Tag Manager 统计、CNZZ 统计、腾讯统计、51.La统计、百度统计
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>
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/[email protected]/dist/gitalk.min.css
js: https://cdn.jsdelivr.net/npm/[email protected]/dist/gitalk.min.js
valine:
js: https://cdn.jsdelivr.net/npm/valine
comment: gitalk # 评论框,目前支持 gitalk,gitment,valine,disqus,disqusjs,changyan,livere,DiscussBot,utteranc,giscus 使用 false 可以关闭
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不同颜色
utteranc: # https://utteranc.es/
repo: [ENTER REPO HERE]
issue_term: pathname
label: Comment
theme: github-light
giscus: # https://giscus.app/
repo: [ENTER REPO HERE]
repo_id:
category: General
category_id:
mapping: title
reactions_enabled: true
theme: light
lang: zh-CN