-
Notifications
You must be signed in to change notification settings - Fork 11
/
_config.example.yml
108 lines (97 loc) · 3.01 KB
/
_config.example.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
# See explaination in
# Blog config
keywords: Blog,博客,Hexo
author: Yourname
description: A simple and beautiful blog
defaultTheme: default # light or dark or default
# icon
# If the is size is incorrect, please edit /source/css/style.styl
favicon: /images/favicon.webp
avatar: /images/logo.webp
logo_dir: /images/[email protected]
logo_style: width:220px;
# Site-wide copyright settings
copyright:
# If `show` is set to true, a copyright statement will be added to the bottom of each article. You can set this individually in the header of each post. For more information, please refer to the documentation
# For example:
# ---
# title: xxx
# copyright: "All rights reserved"
# author: "Li Hua and Han Meimei"
# ---
# ---
# title: xxx
# copyright: disabled
# ---
show: true
# Default copyright statement
default: '本文采用CC-BY-SA-3.0协议,转载请注明出处'
# Show article author in the copyright statement
show_author: true
# Site footbar
footbar:
# Copyright statement.You can also use it as a footnote
copyright: 全站CC-BY-SA-3.0
# 对于中国用户,如果你有网站备案:
beian:
gongan:
# Social Links
# The key is the icon name of font-awesome 6, and the value is a link
# except for mail.
social:
github: https://github.com/Lhcfl
mail: [email protected]
zhihu:
qq:
twitter:
instagram:
rss:
facebook:
weibo:
# Nav menu
menu:
Home: /
Archives: /archives
Tags: /tags
About: /about
Links: /links
# Navbar rightbtn
rightbtn:
back: true
search: true # Thanks to Icarus for the search box code
avatar: true
darkLightToggle: true # A toggle switch for dark/light theme
# Other settings
useSummary: false # Opening it will use the automatically generated summary instead of the <!-- more --> you can configure to preview the article.
useTagCloud: false # Use tagcloud instead of tag list
tocMaxDepth: 6 # If you set 0, toc will not be generated. The maximum is 6.
# Comment
always_enable_comments: false # Always enable comments
duoshuo:
disqus:
gentie:
# Valine comments https://valine.js.org
valine:
enable: false # if you want use valine, please set enable: true
appid: # your leancloud appid
appkey: # your leancloud appkey
notify: false # true/false:mail notify !!!Test,Caution. https://github.com/xCss/Valine/wiki/Valine-%E8%AF%84%E8%AE%BA%E7%B3%BB%E7%BB%9F%E4%B8%AD%E7%9A%84%E9%82%AE%E4%BB%B6%E6%8F%90%E9%86%92%E8%AE%BE%E7%BD%AE
verify: false # true/false:verify code
avatar: mm # avatar style https://github.com/xCss/Valine/wiki/avatar-setting-for-valine
placeholder: hello, world # comment box placeholder
gitment:
enable: false
owner: 'Your GitHub ID'
repo: 'Repo to store comments'
client_id: 'Your client ID'
client_secret: 'Your client secret'
gitalk:
enable: false
owner: 'Your GitHub ID'
repo: 'Repo to store comments'
client_id: 'Your client ID'
client_secret: 'Your client secret'
# 百度统计设置
# 请访问 https://tongji.baidu.com/
# 获取统计JS代码放入 Anatolo/source/js/baidu-tongji.js
Baidutongji: false