-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
98 lines (85 loc) · 2.11 KB
/
_config.yml
File metadata and controls
98 lines (85 loc) · 2.11 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Jekyll config file http://jekyllrb.com/docs/configuration/
# ----------------------------------------------------------------------
# | Build settings |
# ----------------------------------------------------------------------
encoding: "utf-8"
timezone: Asia/Beijing
locale: en_us
markdown: kramdown
kramdown:
toc_levels: 1..3
highlighter: rouge
# Permalink structure, see http://jekyllrb.com/docs/permalinks/
permalink: /:year/:title/
paginate_path: /writings/page:num/
paginate: 50000000
# Collections
collections:
docs:
output: true
permalink: /docs/:path/
# Front matter defaults
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
comments: "true"
-
scope:
path: ""
type: "docs"
values:
layout: "page"
comments: "false"
# Files to exclude
exclude:
- README.md
- LICENSE
- CNAME
- Gemfile
- Gemfile.lock
- src
- node_modules
- package.json
- Gruntfile.js
- vendor
- bower.json
# Plugins
gems:
- jekyll-feed
# - jekyll-mentions
- jekyll-redirect-from
- jekyll-sitemap
- jemoji
# jekyll-mentions:
# base_url: https://twitter.com
# Compress HTML
compress_html:
clippings: all
comments: all
endings: all
profile: false
# URL of site, include http://, do not include a trailing slash
url: https://xiangyingchang.github.io/
# Site settings
title: Afterwork
description: "Good things take time and patience."
icon: "/assets/img/m-icon-white-on-blue.png"
header_image: "/assets/img/home-bg.jpg"
author:
name: 向应昌
url: http://goo.gl/NNDGA8
email: lovecvoice@gmail.com
twitter: xiangyingchang
googleplus: 应昌
github: xiangyingchang
tumblr: 481550482
linkedin: lovecvoice
facebook: lovecvoice
instagram: afterwork1993
ga_trackid: "UA-60129317-1"
fb_admins:
disqus_shortname: 向应昌