-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·116 lines (99 loc) · 2.17 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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# Site settings
title: Willow Cheng
subtitle: Craftor’s journey
email: [email protected]
form_id: xjvpaeba
baseurl: ""
url: "https://willowcheng.com"
author: Willow Cheng
city: Toronto
state: Ontario
country: Canada
# Site settings in Chinese
zh:
title: 程柳
subtitle: 我们像只野马一样在城市里流淌
city: 多伦多
state: 安大略省
country: 加拿大
# Custom collections
collections:
projects:
output: true
posts:
output: true
# Default settings
defaults:
-
scope:
path: ""
type: "projects"
values:
layout: "project"
-
scope:
path: ""
type: "posts"
values:
layout: "post"
# Plugins
whitelist:
- jekyll-redirect-from
plugins:
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-feed
- jemoji
# Homepage tiles
tiles-count: 20
# Social settings
github_url: https://github.com/willowcheng
linkedin_url: https://linkedin.com/in/willowcheng
instagram_url: https://instagram.com/willowcheng
soundcloud_url: https://soundcloud.com/willowcheng
codepen_url: https://codepen.io/willowcheng
facebook_url: https://facebook.com/willowcheng
# Dependencies
markdown: kramdown
# Permalink
permalink: pretty
# Plugin: jekyll-seo-tag
twitter:
username: willow_cheng
social:
name: Willow Cheng
links:
- https://github.com/willowcheng
- https://linkedin.com/in/willowcheng
- https://instagram.com/willowcheng
- https://soundcloud.com/willowcheng
- https://codepen.io/willowcheng
- https://facebook.com/willowcheng
- https://twitter.com/willow_cheng
- https://medium.com/@willowcheng
- https://vimeo.com/willowcheng
- https://behance.net/willowcheng
- https://unsplash.com/@willowcheng
- https://pinterest.com/willowcheng
# Add one or more of the following
facebook:
app_id:
publisher:
admins:
logo: /assets/img/favicon.png
webmaster_verifications:
google: a4qPo342AhdO2q2TS0q-fULpsf7uojeSljoUgi98BEI
baidu: FR0xXvbqQ0
sass:
style: :compressed
cdn:
fontawesome: https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.css
# Misc
exclude:
- README.md
- LICENSE.md
- Gemfile
- Gemfile.lock
- .travis.yml
- vendor/bundle