-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
78 lines (74 loc) · 1.16 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
url: "https://fundkorb.de"
baseurl: ""
title: "Fundkorb"
lang: de_DE
timezone: Europe/Berlin
mail:
contact: kontakt@fundkorb.de
signup: anmeldung@fundkorb.de
upload_dir: "bilder/"
collections:
pilze:
output: true
permalink: /pilze/:name
verwandtschaften:
output: true
permalink: /verwandt/:name
artikel:
output: true
rezepte:
output: true
archiv:
output: false
pages:
output: true
termine:
output: false
quiz:
output: false
glossar:
output: false
archiv:
output: false
defaults:
-
scope:
type: "pilze"
values:
layout: "pilz"
navi: "/pilze"
-
scope:
type: "verwandtschaften"
values:
layout: "verwandtschaft"
navi: "/pilze"
-
scope:
type: "rezepte"
values:
layout: "artikel"
navi: "/rezepte"
-
scope:
type: "pages"
values:
layout: "page"
sidebar: true
-
scope:
type: "artikel"
values:
layout: "artikel"
navi: "/artikel"
exclude:
- Gemfile
- Gemfile.lock
- gemset.nix
- vendor
- LICENSE
- README.md
- package.json
- Gruntfile.js
- node_modules
- workbench