-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
64 lines (57 loc) · 1.25 KB
/
config.yaml
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
baseURL: https://tiliavir.github.io/rezepte/
title: Die Gute-Sachen Liste
theme: gochowdown
languageCode: de-de
defaultcontentlanguage: de
languages:
de:
laguagedirection: ltr
paginate: 20
canonifyurls: true
pygmentsstyle: monokai
pygmentscodefences: true
pygmentscodefencesguesssyntax: true
pygmentsOptions: "linenos=table"
permalinks:
posts: /posts/:year/:month/:title
params:
author: Tiliavir & Eninba
description: Unsere Lieblingsrezepte an einem Ort gesammelt und so einfach wie möglich beschreiben. Abgesehen von Lynns Büchern, natürlich - die sind schon perfekt :-)
keywords:
- Rezepte
- Kochen
- Backen
favicon_32: favicon-32x32.png
favicon_16: favicon-16x16.png
footercontent:
hidecredits: false
hidecopyright: true
showNavTitle: true
custom_css:
- style.css
menu:
main:
- name: Kategorie
weight: 1
url: /category/
- name: Küche
weight: 2
url: /cuisine/
- name: Tags
weight: 3
url: /tags/
- name: Janine
weight: 4
url: /janines-liste/
- name: Markus
weight: 5
url: /markus-liste/
- name: Einkaufsliste
weight: 6
url: /einkaufsliste/
taxonomies:
category: category
cuisine: cuisine
tag: tags
disableKinds:
- "RSS"