-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
executable file
·55 lines (46 loc) · 1.15 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
encoding: utf-8
lang: zh-cn
# Site Information
title: Jinyu Li
description: a personal journal
url: https://jinyu.li
baseurl: ''
### Site Configuration
# Collections
collections:
datasets:
output: true
switchkey:
output: true
# Assets
assets:
styles: /assets/styles
fonts: /assets/fonts
scripts: /assets/scripts
images: /assets/images
# Typesetting
markdown: kramdown
highlighter: rouge
# Permalinks and Pagination
permalink: pretty
paginate: 5
paginate_path: /page-:num/
# Plugins
plugins: [ jekyll-paginate, jekyll-sitemap, jekyll-feed, jekyll-seo-tag ]
# Default Settings
defaults:
- scope:
path: ""
type: posts
values:
layout: "post"
comment: true # <-- change to false if you want comments off by-default
tags: []
- scope:
path: notes
type: pages
values:
layout: "docs-page"
# RSS 2.0 can be used instead of Atom by uncommenting following two lines
#feed:
# path: rss-feed.xml