forked from okfde/koalitionstracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
49 lines (43 loc) · 965 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
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://strategie-tracker.smart-village.solutions" # the base hostname & protocol for your site, e.g. http://example.com
collections:
chapters:
output: true
sort_by: order
permalink: /kapitel/:name/
layout: chapter
defaults:
- scope:
path: ""
type: "chapters"
values:
layout: "chapter"
title:
section:
statements:
- summary:
id:
categories:
status: "not_implemented"
last_update:
reports:
- title:
url:
# Build settings
markdown: kramdown
plugins:
- jekyll-timeago
jekyll_timeago:
depth: 1
threshold: 0.05
default_locale: 'de'
available_locales:
- 'de'
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
exclude:
- Gemfile
- Gemfile.lock
- scripts/
- requirements.txt