-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
62 lines (56 loc) · 941 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
55
56
57
58
59
60
61
62
# Site settings
title: Effun
baseurl: ""
url: "https://effun.xyz"
google_analytics: # Tracking ID, e.g. "UA-000000-01"
# Author
author:
name: Yifan Peng
desc: Forge ahead, overcoming any obstacles along the way | 逢山开路,遇水搭桥
email: [email protected]
selfie: assets/img/profile.jpg
# social
social:
email:
behance:
bitbucket:
dribbble:
facebook:
flickr:
github:
google_plus:
instagram:
keybase:
linkedin:
pinterest:
reddit:
soundcloud:
stack_exchange:
steam:
tumblr:
gitlab:
twitter:
vimeo:
wordpress:
youtube:
default_txt:
# Build settings
markdown: kramdown
# Assets
sass:
sass_dir: _sass
style: compressed
# Gems
plugins:
- jekyll-paginate
# Permalinks
permalink: /:year-:month-:day/:title
paginate_path: "/portfolio/page:num/"
paginate: 20
exclude:
- "Gemfile"
- "Gemfile.lock"
- "*.gem"
- "LICENSE"
- "READE.md"
- "screenshot.png"