-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
57 lines (51 loc) · 1.26 KB
/
config.toml
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
baseURL = "/"
languageCode = "de-de"
title = "Freizeit-Kompass Münster"
theme = "ms-theme"
#theme = "ananke"
summaryLength = 25
copyright = "Thomas Werner - All rights reserved"
enableEmoji = true
publishDir = "docs"
#disqusShortname = "your-shortname-here"
#googleAnalytics = "UA-1XXXXXXX1-1"
Paginate=18
[params]
logo = "/images/logo-monkey.png"
description ="Ausflugsideen für die ganze Familie"
#mailchimp = "you can provide a mailchimp-link here"
[params.author]
name = "Thomas Werner"
thumbnail = "/images/author.png"
description = "Creator of this blog."
[params.index]
picture = "/images/intro.jpg"
title = "Freizeit-Kompass Münster"
subtitle = "Unternehmungs-Tipps gegen Langeweile an (verregneten) Wochenenden"
mdtext = '''
### Wähle eine Kategorie:
'''
alertbar = false
[params.social]
github = "tomsrocket"
twitter = "toms_rocket"
## Main Menu
[[menu.main]]
name = "Ausflugsziele"
weight = 100
identifier = "Ausflugsziele"
url = "/"
[[menu.main]]
name = "Über uns"
identifier = "about"
weight = 200
url = "/blog/ueber-diese-seite/"
[[menu.main]]
name = "Kategorien"
weight = 100
identifier = "tags"
url = "/tags"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true