-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
51 lines (42 loc) · 1.55 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
#------------------------------------------------------------------------------
# General
#------------------------------------------------------------------------------
name: "云中红瞳的博客"
description: "多想,多做。未标注文章均为原创,转载请注明出处"
language: "en"
url: https://xialvjun.github.io
baseurl: ''
#------------------------------------------------------------------------------
# Markdown processor and code highlighting
#------------------------------------------------------------------------------
markdown: kramdown
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
#------------------------------------------------------------------------------
# Pagination and friendly URLs
#------------------------------------------------------------------------------
paginate: 5
paginate_path: /page-:num
permalink: /:title
#------------------------------------------------------------------------------
# Social sharing, comments and RSS.
#------------------------------------------------------------------------------
disqus-id: xialvjun-github-io
enable-share: true
twitter: xialvjun
github: xialvjun
google: +xialvjun
rss-feed-limit: 10
rss-show-full: false
#------------------------------------------------------------------------------
# Configuration, plugins, gems, etc..
#------------------------------------------------------------------------------
source: .
destination: ./_site
gems: ['jekyll-paginate']
sass:
style: :compressed
sass_dir: assets/css/