-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
60 lines (50 loc) · 1.5 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
# Site settings
title: Chenaniah She
email: chenxi03_31@sina.com
description: > #Chenaniah She's Zone
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://chenaniahshe.github.io/index.html" # 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: Chenaniah She
email: chenxi03_31@sina.com
link: https://chenaniahshe.github.io/
github: https://github.com/ChenaniahShe
github_username: ChenaniahShe
locals: #自定义常量
tags: 标签
about: 关于
active: 技术总结 #自定义常量
subscribe_rss: /pages/atom.xml #订阅地址
# 头像
avatar: #/assets/image/favicon.ico
# 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: Chenaniah She