-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
55 lines (44 loc) · 1.05 KB
/
_config.yml
File metadata and controls
55 lines (44 loc) · 1.05 KB
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
title: gochief
description: "Hi,我是 Gochief,是一个后端工程师,会一点 Go / Python,喜欢折腾各种新技术。"
github: gochief
url:
menu:
- title: 'Categories'
url: '/categories.html'
- title: 'About'
url: '/about'
- title: 'Weekly'
url: ''
- title: 'Github'
url: 'https://github.com/gochief'
- title: 'RSS'
url: '/feed.xml'
timezone: Africa/El_Aaiun
locale: zh_CN
lang: zh-cmn-Hans
future: true
highlighter: rouge
markdown: kramdown
sass:
sass_dir: _sass
style: compressed
permalink: /:year-:month-:day/:title.html
assetUrl:
defaultImage: data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
paginate: 10
post_ext: md
page_ext: md
post_layout: post
page_layout: page
titlecase: true
showBuyCoffee: true
payImage: //
include: [".htaccess"]
exclude: ["Gemfile", "Gemfile.lock", "README.md", "LICENSE", "package.json","node_modules"]
gems:
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
plugins:
- jekyll-paginate
- jekyll-pdf-embed