-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
116 lines (98 loc) · 2.04 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
106
107
108
109
110
111
112
113
114
# Header
menu:
网站首页: /index.html
专题系列: /categories/special/index.html
解决方案: /categories/solution/index.html
工具资源: /tools/index.html
我的生活: /categories/life/index.html
关于我们: /about/index.html
文章标签: /tags/index.html
时间归档: /archives/index.html
sub_menu:
special:
categories/php: PHP
categories/nodejs: Nodejs
categories/sql: 数据库
life:
categories/happy: 开心一刻
categories/tour: 旅游
solution:
categories/safe: 安全
categories/performance: 性能
tools:
manual: 手册
friendly: 友情链接
tag:
tags: 文章标签
about:
about: 关于我
works: 开源项目
read: 我的读书
history: 博客历史
archives:
'2015': 2015
'2016': 2016
'2017': 2017
new: 最新
all: 全部
# 头像
avatar: /images/logo.png
weixin:
qrcode: /images/qr_code.png
tip: 欢迎关注“前端剑解”公众号
default_category: special
category_map:
专题: special
方案: solution
生活: life
per_page: 3
submenu:
前端: /categories/special/front-end
PHP: /categories/special/php
github: https://github.com/haizhilin2013
blog_theme: https://github.com/haizlin/blog-theme
# Content
excerpt_link: '[阅读全文]'
fancybox: true
# Sidebar
sidebar: right
widgets:
- toc
- recent_posts
- ad
- tag
# display widgets at the bottom of index pages (pagination == 2)
index_widgets:
# - category
# - tagcloud
# - archive
# widget behavior
archive_type: 'monthly'
show_count: false
# Miscellaneous
google_analytics:
# favicon 文件要放在haizlin/source下
favicon: /favicon.ico
twitter:
google_plus:
fb_admins:
fb_app_id:
# 要修改根目录下的配置
permalink: posts/:abbrlink/
# yarn add hexo-generator-feed --save
rss: /atom.xml
feed:
type: atom
path: atom.xml
limit: 0
hub:
content:
content_limit: 140
content_limit_delim: ' '
# 站点地图
# yarn add hexo-generator-sitemap --save
sitemap:
path: sitemap.xml
baidusitemap:
path: baidusitemap.xml
excerptLength: 350