-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
48 lines (38 loc) · 1020 Bytes
/
_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
# Basic
title: Yongbo
subtitle: 个人博客
description: 欢迎来到我的个人博客
# 头像里面的标题
avatarTitle: Yongbo
# 头像里面的描述
avatarDesc: 自动化 / 测试开发
url: "https://www.zhuyongbo.org"
# Comment
comment:
disqus: Yongbo
# Social
social:
github: YongboZhu
mail: [email protected]
# Google Analytics
ga:
id: G-2VB5LS523G
host: auto
permalink: /:year/:month/:title/
# Format
highlighter: rouge
textColor: #FF0000
# 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: about, url: '/about'}
# Pagination
gems: [jekyll-paginate,jekyll-sitemap]
paginate: 20
paginate_path: "page/:num/"