-
Notifications
You must be signed in to change notification settings - Fork 16
/
_config.yml
68 lines (55 loc) · 1.53 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
#
# Refer to https://jekyllrb.com/docs/home/ for Jekyll
#
# Site settings
title: CHENWX's BLOG
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Record my learning process!
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://chenweixiang.github.io" # the base hostname & protocol for your site
twitter_username: Weixiang_Chen
github_username: chenweixiang
# Change default port number from 4000 to 4004 in order to avoid FreeGate's impact
# Refer to https://jekyllrb.com/docs/configuration/default/
host : 127.0.0.1
port : 4004
# Include Gems
#plugins: [jekyll-paginate]
# Build settings
markdown: kramdown
# Highlight by Rouge
highlighter: rouge
# Post excerpts
excerpt_separator: <!--more-->
# Disable Pagination: Items should be displayed per page
#paginate: 10
#paginate_path: "page:num"
# Make post visible which has date in the future
future: true
# Default settings
defaults:
-
scope:
path: "" # an empty string here means all files in the project
type: "posts"
values:
author: "Chen Weixiang"
# Markdown Processors
rdiscount:
extensions: []
redcarpet:
extensions: [with_toc_data]
# Refer to the following link for kramdown syntax
# https://kramdown.gettalong.org/options.html
kramdown:
input: GFM
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
# Refer to the following link for Rouge syntax
# http://rouge.jneen.net/
rouge:
linenos: nil