-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
52 lines (48 loc) · 1.35 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
title: Ein Titel
author: Author
email: test@test.de
description: > # this means to ignore newlines until "show_exerpts:"
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est .
main_image: http://placekitten.com/900/600
show_excerpts: false # set to true to show excerpts on the homepage
license:
holder: Open Knowledge Foundation Deutschland
license: License CC BY-SA 3.0
mainpage:
url: //your-actual-website.tld
pdf: /fake/link/to.pdf
label: Go back to your actual website
year: 2018
chapter:
resources: Ressourcen
effects:
- label: Das Problem
key: problem
- label: Mögliche Ursachen
key: causes
- label: Lösungsansatz
key: solution
- label: Angestrebte Wirkung
key: effect
outcomes:
- label: Erbrachte Leistungen
key: achievements
- label: Output
key: outputs
- label: Outcome
key: outcome
- label: Impact
key: impact
- label: Evaluation
key: evaluation
- label: Ausblick
key: outlook
# matomo:
# url: //to-your-matomo.tdl
# id: projectID
# Build settings
theme: okf-pub-theme
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap