-
Notifications
You must be signed in to change notification settings - Fork 38
/
_config.yml
62 lines (56 loc) · 836 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: Qiushi Wu
baseurl:
url:
google_analytics: # Tracking ID, e.g. "UA-000000-01"
# Author
author:
name: Qiushi Wu
desc:
email:
selfie: assets/img/profile.jpg
# social
social:
email: true
behance:
bitbucket:
dribbble:
facebook: Test
flickr:
github:
google_plus:
instagram:
keybase:
linkedin:
pinterest:
reddit:
soundcloud:
stack_exchange:
steam:
tumblr:
gitlab:
twitter:
vimeo:
wordpress:
youtube:
default_txt: "Follow On"
# 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: 5
exclude:
- "Gemfile"
- "Gemfile.lock"
- "*.gem"
- "LICENSE"
- "READE.md"
- "screenshot.png"