-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
76 lines (62 loc) · 1.57 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
### Site Settings ###
title : "Ivan D'Ortenzio"
description : "GIS | Cartography | Data Analysis | Geo-Python | Spatial SQL"
collections_dir : docs
data_dir : docs/_data
baseurl : "/"
incremental : true
### Plugins ###
plugins:
- jemoji
### Navbar Settings ###
nav_exclude:
- docs/pages/tags.html
- docs/pages/404.html
- docs/pages/index.md
### Author Info ###
author:
name : ivan
image : https://avatars.githubusercontent.com/u/1726395
# taken from: https://watershipfrown.tumblr.com/post/86524633118
image_alt : "https://64.media.tumblr.com/c34e76d2944d00b251908a9082cc7650/tumblr_n5ywzcTz4U1rkljv1o1_500.gifv"
github : ivandorte
linkedin : ivan-d-ortenzio
twitter : ivanziogeo
email : [email protected]
### Posts ###
permalink: /blog/:title
### Collections ###
collections:
projects:
output: true
permalink: /projects/:name
elements:
output: true
### Defaults for collections ###
defaults:
- scope:
path: ""
type: "projects"
values:
layout: "page"
- scope:
path: ""
type: "elements"
values:
layout: "element"
- scope:
path: ""
type: "posts"
values:
comments: false
plugins:
- jekyll-default-layout
- jekyll-gist
- jekyll-github-metadata
- jekyll-include-cache
- jemoji
exclude:
- docs/Gemfile
- docs/Gemfile.lock
- docs/_site/
- docs/.sass-cache/