forked from fi3ework/hexo-theme-archer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·84 lines (80 loc) · 1.82 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
# ========== Profile ========== #
# avatar
avatar: /avatar/Misaka.jpg
# author name
author: fi3ework
# signature
signature: witness me
# SNS
social:
email: [email protected]
github: //github.com/fi3ework
# wechat and qq should be a path of an qr-code image
wechat: /assets/example_qr.png
qq:
weibo:
zhihu:
douban:
facebook:
twitter:
instagram:
stack-overflow:
v2ex:
linkedin:
others:
rss:
# friends
friends:
friendA: //www.baidu.com
friendB: //www.google.com
# friendC:
about:
enable: true
image: '/intro/about-bg.jpg'
# ========== Site ========== #
# title of the site
SEO_title: fi3ework's Studio
# main title
main_title: fi3ework's Studio.
# subtitle
subtitle: it's better to burn out than to fade away
# site haeder image
site_header_image: '/intro/index-bg.jpg'
# post haeder image
post_header_image: '/intro/post-bg.jpg'
# 404 image
_404_image: '/intro/404-bg.jpg'
# ========== Comment ========== #
# Fill in the field to enable the corresponding comment plugin
# If you want to add other comment plugin, edit in "custom.ejs"
comment:
# Livere site: https://livere.com/
livere_uid:
# Disqus site: https://disqus.com/
disqus_shortname:
# Changyan site: http://changyan.kuaizhan.com/
changyan_appid:
changyan_conf:
# Gitment site: https://github.com/imsun/gitment
gitment_owner:
gitment_repo:
gitment_client_id:
gitment_client_secret:
# Youyan site: http://www.uyan.cc/
youyan_uid:
# ========== Analytics ========== #
# Busuanzi pv analytics
busuanzi: true
# Baidu analytics
baidu_analytics:
# Google analytics
google_analytics:
# CNZZ analytics
CNZZ_analytics:
# ========== Others ========== #
# favicon
favicon: /assets/favicon.ico
# truncate length (the default is 300. If it's set to 0, there will not be abstruct)
truncate_length:
# enable toc
toc: true