-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
68 lines (53 loc) · 1.33 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
# Site settings
title: CIEL
subtitle: Cerebral Imaging and Engineering Lab
baseurl: #ciel
url: # https://neurospin.github.io/
# Contacts
email: [email protected]
author:
street_address:
city:
state:
zip_code:
country: France
phone:
# Expiration in days
expiration_opportunities: 100
expiration_news: 300
# Social settings
#500px_url: https://www.neurospin-wiki.org/pmwiki/Main/DirectionsToNeurospin
#facebook_url: https://www.facebook.com/pages/NeuroSpin/171075046414933
#github_url: https://github.com/neurospin
#twitter_url: https://twitter.com/neurospin_91
#youtube_url: https://www.youtube.com/CEASaclay
map_url: https://www.google.fr/maps/@48.720535,2.1467526,16z?hl=en
# Sass building
sass:
sass_dir: _sass
# Build settings
markdown: kramdown
# Collections
collections_dir: _collections
collections:
opportunities:
output : true
permalink : /:collection/:path
collaborators:
output : true
permalink : /colleborators/:title/index.html
people:
output : true
permalink : /people/:title/index.html
news:
output : true
permalink : /news/:title/index.html
biblio:
output : true
permalink : /biblio/:title/index.html
research:
output : true
permalink : /research/:title/index.html
labs:
output : true
permalink : /labs/:title/index.html