forked from yscoder/hexo-theme-indigo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
87 lines (71 loc) · 1.83 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
# hexo-theme-indigo
# https://github.com/yscoder/hexo-theme-indigo
#添加新菜单项遵循以下规则
# menu:
# link: fontawesome图标,省略前缀,本主题前缀为 icon-,必须
# text: About 菜单显示的文字,如果省略即默认与图标一致,首字母会转大写
# url: /about 链接,绝对或相对路径,必须。
# target: _blank 是否跳出,省略则在当前页面打开
menu:
home:
text: Home
url: /
archives:
url: /archives
folder-open:
text: Categories
url: /categories
tags:
url: /tags
github:
url: https://github.com/extratype
target: _blank
# link:
# text: 测试
# url: /404
rss: /atom.xml
#你的头像url
avatar: /img/logo.png
# email
email: extratype@gmail.com
# 设置 Android L Chrome 浏览器状态栏颜色
color: '#009688'
# Content
tags:
title: Tags
categories:
title: Categories
# 文章截断
excerpt_render: false
excerpt_length: 200
excerpt_link: more...
mathjax: false
archive_yearly: true
#是否开启分享
share: true
#是否开启打赏,关闭 reward: false
# reward:
# title: 谢谢大爷~
# wechat: /img/wechat.jpg #微信,关闭设为 false
# alipay: /img/alipay.jpg #支付宝,关闭设为 false
#是否开启搜索
search: true
#是否大屏幕下文章页隐藏导航
hideMenu: true
#是否开启toc
#toc: false
toc:
list_number: true # 是否显示数字排序
#站长统计,如要开启,输入CNZZ站点id,如 cnzz: 1255152447
cnzz: false
# Miscellaneous
google_analytics: ''
favicon: /favicon.ico
# less
less:
compress: true
paths:
- source/css/style.less
#是否开启多说评论,填写你在多说申请的项目名称 duoshuo: duoshuo-key
#若使用disqus,请在博客config文件中填写disqus_shortname,并关闭多说评论
# duoshuo: ysblog