-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
70 lines (59 loc) · 1.13 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
63
64
65
66
67
68
69
70
# Site settings
title: Kylin Soong . Blog
email: kylinsoong.1214@gmail.com
description: "Kylin Soong Blog"
#baseurl: ""
url: ksoong.org
twitter_username: kylinsoong
github_username: kylinsoong
author: Kylin Soong
# Build settings
markdown: kramdown
#markdown: redcarpet
#redcarpet:
# extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "strikethrough", "superscript", "with_toc_data"]
permalink: pretty
paginate: 30
paginate_path: "/page:num"
# Global Configuration
source: .
destination: ./_site
safe: true
exclude: []
include: ['.htaccess']
timezone: Asia/Shanghai
encoding: UTF-8
# Build Command Options
future: true
#lsi: true
limit_posts: 10000
# Serve Command Options
port: 8888
host: localhost
baseurl: ""
detach: false
plugins:
- jekyll-mentions
- jemoji
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-paginate
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "default"
#collections:
# my_collection:
# output: true
# permalink: /awesome/:path/
# foo: bar
# Comments
disqus:
config: false
id: need register
#duoshuo:
# config: true
# id: ksoong