-
Notifications
You must be signed in to change notification settings - Fork 12
/
_config.yml
110 lines (91 loc) · 2.64 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
# when running hexo in a subdirectory (e.g. domain.tld/blog), remove leading slashes ( "/archives" -> "archives" )
# 导航菜单
menu:
home: /
categories: /categories
tags: /tags
about: /about
# the author and email
# 博客作者和email
author: TongchengQiu
email: TongchengQiu@gmail.com
# the picture of donation
# Place your donation.png to /source directory.
# 捐赠 ( 需要把图片放到 /source directory. )
donation: /img/donation.png
# Place your favicon.ico to /source directory.
# 网站图标-在 /source 文件夹下
favicon: /favicon.ico
# avatar
# Place your avatar.jpg to /source directory.
# 个人头像图片 /source 文件夹下
avatar: /img/qtc_avatar.jpg
# Set default keywords (Use a comma to separate)
# 默认的 key words
keywords: "^_^"
# Set rss to false to disable feed link.
# Leave rss as empty to use site's feed link.
# Set rss to specific value if you have burned your feed already.
rss:
# the date of setting up the blog
# 网站成立日期
birth_day: 10/04/2015
# the year of setting up the blog
# 成立的年
since: 2015
# Code Highlight theme
# Available value: normal | night | night eighties | night blue | night bright
# https://github.com/chriskempson/tomorrow-theme
# markdown 生成的代码高亮主题色
highlight_theme: normal
# Automatically Excerpt
# 首页的文章预览裁剪字数
auto_excerpt:
enable: true
length: 200
# virification code of baidu & google
# baidu & google 网站验证的验证码
google_site_verification: xxxxxxxxxx
baidu_site_verification: xxxxxxxxxx
# baidu & google analytics code
# 百度分析
baidu_analytics: xxxxxxxxxx
# google 分析
google_analytics: xxxxxxxxxx
# Make duoshuo show UA
# user_id must NOT be null when admin_enable is true!
# you can visit http://dev.duoshuo.com get duoshuo user id.
# 多说的服务信息
duoshuo_info:
ua_enable: true
admin_enable: false
user_id: xxxxxxxxxx
admin_nickname: xxxxxxxxxx
duoshuo_shortname: xxxxxxxxxx
# 如果你需要 disqus 的配置,请把上面的多说的配置注释或者去掉,加上
# disqus_shortname: your...
# Social links
# 社会化链接
social:
github: https://github.com/tongchengqiu
twitter: https://twitter.com/tongchengqiu
zhihu: http://www.zhihu.com/people/tongchengqiu
weibo: http://weibo.com/tongchengqiu
# firend links
# 友链
friends:
阿城的blog: http://qiutc.me
tip: (欢迎交换友链)
# Use Lato font
# Note: this option is avialable only when the language is not `zh-Hans`
# 在不是中文情况下是否适用字体
use_font_lato: true
# Static files
# 静态文件路径
vendors: vendors
css: css
js: js
images: images
# Theme version
# 主题版本
version: 0.0.2