-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
54 lines (48 loc) · 955 Bytes
/
_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
# Site Information
title: ShengGao's Blog
description: "Hi, I'm ShengGao, a Frontend Engineer from China, this is my blog."
url: https://weishenggao.com
repo: shenggaowei/blog
lang: zh-CN
# Social Media and External URLs
github: shenggaowei
menu:
- title: "Categories"
url: "/categories.html"
- title: "About"
url: "/about.html"
# Build Settings
paginate: 10
post_ext: md
page_ext: md
post_layout: post
page_layout: page
titlecase: true
future: true
highlighter: rouge
markdown: kramdown
permalink: /:year-:month-:day/:title.html
sass:
sass_dir: _sass
style: compressed
collections:
posts:
output: true
permalink: /:year-:month-:day/:title.html
include: [".htaccess"]
exclude:
[
"Gemfile",
"Gemfile.lock",
"README.md",
"LICENSE",
"package.json",
"node_modules",
]
# Plugins
plugins:
- jekyll-paginate
- jekyll-pdf-embed
- jekyll-sitemap
- jekyll-feed
assetUrl: //weishenggao.com/images/