-
Notifications
You must be signed in to change notification settings - Fork 18
/
_config.yml
70 lines (63 loc) · 1.36 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
title: https://www.openhsr.ch/
description: > # this means to ignore newlines until "baseurl:"
Wir fördern die Open Source Community und unterstützen dich bei
der Benutzung deines alternativen Betriebssystems an der HSR.
baseurl: ""
url: "https://www.openhsr.ch/" # the base hostname & protocol for your site
exclude:
- docker/
- Makefile
- Gemfile
- Gemfile.lock
- deploy.sh
- wercker.yml
- vendor
- .bundle
- tmp
host: 0.0.0.0
markdown: kramdown
highlighter: rouge
plugins:
- jemoji
- jekyll-redirect-from
emoji:
src: "/assets"
# The documentation parts are stored as collections;
# that means, they are just a somewhat special page.
collections:
hsr:
output: true
app:
output: true
events:
output: true
defaults:
- scope: # content pages
path: "tipps"
type: "posts"
values:
layout: "page"
permalink: /:categories/:title/
- scope: # content pages
path: "pages"
values:
layout: "page"
permalink: /:basename/
- scope: # hsr collection
type: hsr
path: ""
values:
layout: "hsr"
permalink: /hsr/:slug/
- scope: # app collection
type: app
path: ""
values:
layout: "app"
permalink: /app/:slug/
- scope: # events
type: events
path: ""
values:
layout: "events"
permalink: /events/:slug/