-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·77 lines (60 loc) · 1.66 KB
/
_config.yml
File metadata and controls
executable file
·77 lines (60 loc) · 1.66 KB
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
# Basic
markdown: kramdown
title: DeAnti
subtitle: Private blog
description: Same on the other side
# 头像里面的标题
avatarTitle: 王熠弘
# 头像里面的描述
avatarDesc: Same on the other side
url: "http://darkkris.github.io"
# kramdown
kramdown:
input: GFM
# Comment
# comment:
# disqus: DarkKris
# duoshuo: DarkKris
# cloudTie: DarkKris
# Social
social:
weibo: DarkKris
github: DarkKris
twitter: long4664030
mail: long4664030@163.com
gplus: 105038708474545427650
# 百度统计
# 使用博客模板请去掉或者更换 id
# baidu:
# id:94bd6d5efd92345bf72bd9c19bd16f49
# Google Analytics
# 使用博客模板请去掉或者更换 id
# ga:
# id: UA-102043025-1
# host: auto
# 《----------------- 上面的信息修改成你自己的 ---------------------------》
#
#
# _post/ 下的文章更换成你自己的文章
# 帮忙star一下,感谢~😆 地址: https://github.com/leopardpan/leopardpan.github.io
#
#
# 《--------------- 下面的信息可以自行选择是否修改 ------------------------》
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: Home
# Navigation buttons in the front page.s
nav:
- {title: Articles, description: archive, url: '/archive'}
- {title: Tags, description: tags, url: '/tags'}
- {title: About, description: about, url: '/about'}
# Pagination
gems: [jekyll-paginate,jekyll-sitemap]
paginate: 20
paginate_path: "page/:num/"