-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·61 lines (50 loc) · 947 Bytes
/
Copy path_config.yml
File metadata and controls
executable file
·61 lines (50 loc) · 947 Bytes
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
# Menu
menu:
Home: /
Archives: /archives
Gallery: /gallery
About: /about
rss: /atom.xml
# Miscellaneous
favicon: /favicon.ico
brand: /images/hexo.svg
# Ocean Video
# Because I put videos in multiple formats on the same path, I just labeled the path here.
ocean:
overlay: true
path: /images/ocean/
brand: /images/hexo-inverted.svg
# Content
excerpt_link: Read More...
# MIIT ICP/IP/DOMAIN
beian:
enable: false
number:
url: https://beian.miit.gov.cn/
# Tags
show_count: false
# Toc
toc: true
# fancybox
fancybox: true
# 是否显示复制按钮
show_copy_btn: true
# Gitalk
gitalk:
enable: false # true
clientID: # GitHub Application Client ID
clientSecret: # Client Secret
repo: # Repository name
owner: # GitHub ID
admin: # GitHub ID
# Valine
valine:
enable: false # true
el: 'vcomments'
appId:
appKey:
notify: false
verify: true
avatar: 'mp'
pageSize: '10'
placeholder: '请输入...'