-
Notifications
You must be signed in to change notification settings - Fork 130
/
_config.yml
49 lines (43 loc) · 990 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
# Site Settings
baseurl: ""
url : "https://naye0ng.github.io"
# Blog Settings
theme_settings :
title : Grape Theme
favicon : assets/favicon.ico
# Profile Settings
profile :
image : assets/img/smile.png
username : Nayeong Kim
description : creator of Grape-Theme! Grape-Theme is my first jekyll theme and you can customize this theme easily.
experience :
- start : 2017-05-03
end : 2018-05-06
experience : company name, title
skills :
- skill : HTML5 & CSS
value : 85 # Percent value
# Icons
icons :
email: # Full email address, e.g. "[email protected]"
linkedin: # Full URL
github: naye0ng
gitlab:
bitbucket:
google_plus:
twitter:
youtube:
facebook:
instagram:
# Disqus
disqus_shortname :
# Pagination
paginate: 5
paginate_path: "blog/page:num"
# Build Ssttings
sass:
sass_dir: _sass
style: :compressed
gems: [jekyll-paginate]
bootstrap:
assets: true