-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
51 lines (39 loc) · 1000 Bytes
/
_config.yml
File metadata and controls
51 lines (39 loc) · 1000 Bytes
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
# Basic
title: 沧歌
subtitle:
description: 起风了,唯有努力生存
# creator: <a href="http:/hellolzc.github.io">@hellolzc</a>
url: "http:/hellolzc.github.io"
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: Another Button, description: A button, url: 'http://example.com'}
# Pagination
plugins: [jekyll-paginate]
paginate: 8
paginate_path: "page/:num/"
# Comment
comment:
# disqus: hellolzc
# duoshuo:
utterances: hellolzc/hellolzc.github.io-comments
# Social
social:
# weibo: onevcat
github: hellolzc
# twitter: onevcat
mail: me@hellolzc.cn
# Google Analytics
ga:
# id: your_ga_id
# host: your_host
# page.excerpt truncate characters
truncate_num: 200