-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
52 lines (49 loc) · 882 Bytes
/
_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
assets:
sources:
- assets/events
- assets/img
destination: /assets/img
plugins:
img:
optim:
verbose: true
pack: true
allow_lossy: true
advpng:
level: 4
jhead: true
jpegoptim:
allow_lossy: true
strip: false
jpegrecompress:
allow_lossy: true
quality: 2
jpegtran:
jpegrescan: false
optipng:
level: 7
interlace: nil
pngcrush:
fix: true
pngquant:
allow_lossy: true
speed: 1
collections:
events:
output: true
defaults:
- scope:
type: events
values:
layout: event
navSection: Veranstaltungen
- scope:
path: ''
values:
layout: wide
exclude:
- .idea/
- .jekyll-cache/
- .sass-cache/
- Gemfile
- Gemfile.lock