forked from beiyuu/Github-Pages-Example
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy path_config.yml
executable file
·62 lines (52 loc) · 1.45 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
61
62
# Site settings
title: 孔令贤的个人博客
email: [email protected]
description: > #孔令贤的个人博客
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://lingxiankong.github.io" # the base hostname & protocol for your site
# Paginate(分页)
#gems: [jekyll-paginate]
# 分页时每页博文数量
#paginate: 10
#paginate_path: "page:num"
# Build settings
# 语法高亮
#highlighter: pygments
# markdown解释器
#markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
#relative_permalinks: true
#博文的链接样式
permalink: /:year-:month-:day-:title.html
favicon: /assets/image/favicon.ico
# 博客作者相关
author:
name: Lingxian Kong
email: [email protected]
link: http://lingxiankong.github.io/
weibo: http://www.weibo.com/lingxiankong
weibo_username: Lingxian_Kong
github: https://github.com/lingxiankong
github_username: lingxiankong
locals:
tags: 标签
about: 关于
active: 技术
subscribe_rss: /pages/atom.xml
# 头像
avatar: /assets/image/avatar.png
# avatar: http://7xpapo.com1.z0.glb.clouddn.com/blog/assets/image/favicon.ico
# 网站CSS路径
css: /assets/css/
# css: http://7xpapo.com1.z0.glb.clouddn.com/blog/assets/css/
# 网站JS路径
js: /assets/js/
# js: http://7xpapo.com1.z0.glb.clouddn.com/blog/assets/js/
# 网站图片路径
image: /assets/image/
# image: http://7xpapo.com1.z0.glb.clouddn.com/blog/assets/image/
# disqus 设置
disqus:
shortname: lingxiankong