This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
_config.yml
106 lines (96 loc) · 2.02 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: OffenerHaushalt
email: [email protected]
description: ''
# the subpath of your site, e.g. /blog
baseurl: ''
# the base hostname & protocol for your site, e.g. http://example.com
url: 'https://offenerhaushalt.de'
twitter_username: okfde
github_username: okfde
# Haushalte
collections:
budget:
output: true
permalink: /ohaushalt/:name/
haushalte:
output: true
permalink: /haushalt/:name/
haushalte:
output: true
permalink: /haushalt/:path/
haushalte-edit:
output: true
permalink: /haushalt/:name/edit
embed:
output: true
permalink: /haushalt/:name/embed
embed-full:
output: true
permalink: /haushalt/:name/embed-full
# Build settings
markdown: kramdown
exclude:
- README.md
- Gemfile
- Gemfile.lock
- bower.json
- bower_components/*
sass:
sass_dir: static/css/_scss
style: compressed
# Defaults
defaults:
-
scope:
path: ""
values:
layout: default
-
scope:
path: page
values:
layout: page
framed: true
-
scope:
path: "_budget"
type: budget
values:
layout: budget
-
scope:
path: "_haushalte"
type: haushalte
values:
layout: budget2
-
scope:
path: "_haushalte-edit"
type: haushalte-edit
values:
layout: budget-edit
-
scope:
path: "_embed"
values:
layout: embed
-
scope:
path: "_embed-full"
values:
layout: embed-full
#
#
#
# We use the embed plugin here to generate the same pages
# with the embed layout again