-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
60 lines (47 loc) · 1.39 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
# Basic
title: 愚子
subtitle: 只讲技术,不谈政治
description: Welcome
# 头像里面的标题
avatarTitle: Only You
# 头像里面的描述
avatarDesc: Nothing is True
url: "http://yudezhi.github.io"
# Hypercomments
hypercomments_id: 97025
# Social
social:
weibo: 123
github: yudezhi
twitter: Yu_dezhi
mail: yudezhi.cn@gmail.com
facebook: 大海
# 百度统计
# 使用博客模板请去掉或者更换 id
baidu:
id: 8888888888888888888888 #新版的似乎不需要这要写,直接把代码复制到header 中就可以了
# Google Analytics
# 使用博客模板请去掉或者更换 id
ga:
id: UA-84134159-3
host: auto
permalink: /:year/:month/:title/
# Format
highlighter: rouge
textColor: green
# supported colors: blue, green, purple, red, orange or slate. If you need clear, leave it empty.
cover_color: clear
# The blog button should not be removed.
blog_button:
title: 主页
# Navigation buttons in the front page.s
nav:
- {title: 文章, description: archive, url: '/archive'}
- {title: 标签, description: tags, url: '/tags'}
- {title: 我, description: me, url: '/about'}
- {title: 尽头, description: end, url: '/end'}
- {title: 影音, description: Videos, url: '/share'}
# Pagination
gems: [jekyll-paginate,jekyll-sitemap]
paginate: 20
paginate_path: "page/:num/"