forked from naye0ng/Grape-Theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
52 lines (45 loc) · 1.22 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
# Site Settings
baseurl: ""
url : "https://IS-GEO.github.io"
# Blog Settings
theme_settings :
title : Intelligent Systems and GEOsciences Research Coordination Network
favicon : assets/ISGEO-icon.svg #assets/favicon.ico
# Profile Settings
profile :
image : assets/ISGEO-icon.svg
headerimage: assets/img/IS-GEO-3c.svg
username : IS-GEO Community
description : Intelligent Systems and GEOsciences Research Coordination Network
experience :
- start : 2017-05-03
end : 2018-05-06
experience : company name, title
skills :
- skill : HTML5 & CSS
value : 85 # Percent value
# Icons
icons :
email: [email protected] # Full email address, e.g. "[email protected]"
linkedin: https://www.linkedin.com/in/suzpierce/ # Full URL
github: IS-GEO
gitlab:
bitbucket:
google_plus:
twitter: IS_GEOCommunity
youtube: https://www.youtube.com/@intelligentsystemsforgeosc6592
facebook:
instagram:
# Disqus
disqus_shortname :
# Pagination
paginate: 5
paginate_path: "blog/page:num"
# Build Ssttings
sass:
sass_dir: _sass
style: :compressed
#gems: [jekyll-paginate]
plugins: [jekyll-paginate]
bootstrap:
assets: true