-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
47 lines (41 loc) · 818 Bytes
/
_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
# Where things are
url: http://hainh.gamesen.vn
# Handling Reading
include: [".htaccess", "CNAME"]
exclude: []
keep_files: [".git", ".svn"]
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
# Filtering Content
show_drafts: null
limit_posts: 0
future: true
unpublished: false
# Conversion
excerpt_separator: "\n\n"
# Serving
baseurl: "" # does not include hostname
# Outputting
permalink: /:categories/:year:month:day/:title
paginate_path: /page:num
timezone: Asia/Ho_Chi_Minh
paginate: 15
quiet: false
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
author: "hainh"
-
scope:
path: "categories"
values:
layout: "category-index"
-
scope:
path: "tags"
values:
layout: "tag-index"