-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
66 lines (49 loc) · 1.57 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your entire site, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# `jekyll serve`. If you change this file, please restart the server process.
# Site Settings
encoding : utf-8
url : "https://liuning0820.github.io" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
baseurl : "" # the subpath of your site, e.g. "/blog"
email : liuning0820@outlook.com
theme : jekyll-theme-hacker
search : true # true, false (default), enables basic site search powered by Lunr
repository : liuning0820/liuning0820.github.io
exclude:
- Gemfile
- Gemfile.lock
- README.md
- CONTRIBUTING.md
- Dockerfile.mdspell
- Jenkinsfile
# #摘要显示分割线
excerpt_separator: <! --more-- >
# Pagination Settings
paginate: 5 # amount of posts to show
paginate_path: /page:num/
# Plugins
plugins:
- jekyll-feed
- jekyll-paginate-v2
- jekyll-sitemap
# - jekyll-remote-theme
# theme: jekyll-theme-hacker
# remote_theme: pages-themes/hacker@v0.2.0
# Comment 这是disqus的评论系统
comment:
disqus: liuning0820
# Collections
# https://jekyllrb.com/docs/collections/
# collections:
# - en-us
collections:
en-us:
output: true
permalink: /:collection/:path/
# 中文集
zh-cn:
output: true
permalink: /zh-cn/:path/