-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
88 lines (85 loc) · 1.77 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
77
78
79
80
81
82
83
84
85
86
87
88
theme: empty-jekyll-theme
repository: impresso/impresso.github.io
excerpt_separator: '<!-- more -->'
section_separator: '<!-- section -->'
theme_bootstrap_layout:
main: col-lg-9 offset-lg-3 col-md-9 offset-md-3 g-0 col-xl-10 offset-xl-2
aside: col-lg-2 col-md-3 g-0
keep_files: [pagefind]
base: https://impresso-project.ch
default_author:
title: impresso team
slug: impresso-team
url: /author/impresso-team
title: impresso
lang: en
languages: ['en', 'fr', 'de']
timezone: Europe/Zurich
exclude:
- scripts
- dep_pages
- node_modules
- v1.0.0
- vendor/bundle
publisher:
name: impresso
contacts:
email: info @ impresso-project [dot] ch
twitter:
url: https://twitter.com/impressoproject
name: '@impressoproject'
github:
url: https://github.com/impresso
name: impresso
mailinglist:
url: https://mailchi.mp/1a05f946a602/w826p8gjtz
name: impresso-project
collections:
people:
output: true
permalink: /:collection/:path/
partners:
output: true
permalink: /:collection/:path/
glossary:
output: true
permalink: /:collection/:path/
labs:
output: true
permalink: /:collection/:path/
events:
output: true
future: true
permalink: /:collection/:path/
releases:
output: true
permalink: /:collection/:path/
announcements:
output: true
permalink: /:collection/:path/
defaults:
- scope:
path: ''
type: events
values:
layout: event
- scope:
path: ''
type: 'glossary'
values:
layout: 'glossaryItem'
- scope:
path: ''
type: 'people'
values:
layout: 'person'
- scope:
path: ''
type: 'labs'
values:
layout: 'labItem'
- scope:
path: ''
type: announcements
values:
layout: announcement