-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
61 lines (43 loc) · 1.22 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: Wei Peng
subtitle: 淡泊明志,宁静致远
description: stay hungry,stay foolish
creator: <a href="https://bowenroom.github.io">@bowenroom</a>
url: "https://bowenroom.github.io"
# Comment
comment:
#disqus: vno-jekyll
# duoshuo:
# Social
social:
weibo: 6202542140
github: bowenroom
mail: [email protected]
# Google Analytics
ga:
# id: your_ga_id
# host: your_host
welcome_message: welcome to bowenroom
description: Using the blog to record the daily progress.
# 百度统计
# 使用博客模板请去掉或者更换 id
baidu:
id: 24895534
permalink: /:year/:month/:title/
# Format
highlighter: rouge
# supported colors: blue, green, purple, red, orange or slate. If you need clear, leave it empty.
cover_color:
# The blog button should not be removed.
blog_button:
title: Blog
description: Visit blog
# Navigation buttons in the front page.
nav:
- {title: All, description: directory of all contents, url: '/archive'}
- {title: Tags, description: classify by tags, url: '/tags'}
- {title: About me, description: resume, url: '/archive/2020-03-30-Me'}
# Pagination
gems: [jekyll-paginate]
paginate: 10
paginate_path: "page/:num/"