-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
73 lines (60 loc) · 1.75 KB
/
_config.yml
File metadata and controls
73 lines (60 loc) · 1.75 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
# This is the default format.
# For more see: http://jekyllrb.com/docs/permalinks/
permalink: /:year/:month/:day/:title.html
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md",
"jekyll_serve.sh", "CNAME"]
#highlighter: pygments
#highlighter: ""
future: true
# for description
excerpt_separator: "<!-- more -->"
## safe is false by default in local, this is the flag for known from remote.
#safe: true
# conversion
markdown: kramdown
kramdown:
input: GFM
hard_wrap: true
timezone: GMT+8
# Themes are encouraged to use these universal variables
# so be sure to set them if your theme uses them.
#
title : 陈开华博客
tagline: "Chenkaihua's Personal Website"
author :
name : 陈开华
email : admin@chenkaihua.com
github : ichenkaihua
comments: duoshuo
duoshuo:
short_name: chenkaihua
#twitter : username
#feedburner : feedname
# The production_url is only used when full-domain names are needed
# such as sitemap.txt
# Most places will/should use BASE_PATH to make the urls
#
# If you have set a CNAME (pages.github.com) set your custom domain here.
# Else if you are pushing to username.github.io, replace with your username.
# Finally if you are pushing to a GitHub project page, include the project name at the end.
#
production_url : http://www.chenkaihua.com
production_sitename : www.chenkaihua.com
repository_url: https://github.com/ichenkaihua.github.io/blob/master/
#gems: [jekyll-paginate]
paginate: 5
paginate_path: "page:num"
baseurl: ''
# specify configuration in the pages and posts for your site.
defaults:
-
scope:
path: "_drafts"
values:
draft_flag: "[draft]"
-
scope:
path: "privates/_posts"
values:
draft_flag: "[Private]"
gems: [jekyll-paginate]