-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
70 lines (58 loc) · 1.3 KB
/
config.toml
File metadata and controls
70 lines (58 loc) · 1.3 KB
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
baseURL = 'https://jug-berlin-brandenburg.de/'
languageCode = 'de'
title = 'JUG Berlin-Brandenburg'
theme = "hugo-theme-bootstrap4-blog"
defaultContentLanguage = "de"
Copyright = "© 2019 | Java Usergroup Berlin-Brandenburg"
[[menu.navbar]]
name = "Informationen"
identifier = "information"
weight = 300
[[menu.navbar]]
parent = "information"
name = "Die JUG"
identifier = "the_jug"
pageref = "informationen_zur_jug"
weight = 300
[[menu.navbar]]
parent = "information"
name = "Für Referenten"
identifier = "referenten"
pageref = "informationen-fuer-referenten"
weight = 300
[[menu.navbar]]
parent = "information"
name = "Für Unterstützer"
identifier = "unterstützer"
pageref = "informationen-fuer-unterstuetzer"
weight = 300
[[menu.navbar]]
name = "Kontakt"
identifier = "kontakt"
weight = 400
pageref = "kontakt"
[[menu.navbar]]
name = "Impressum"
identifier = "impressum"
weight = 500
pageref = "impressum"
[[menu.navbar]]
name = "Archiv"
identifier = "archiv"
weight = 600
pageref = "archiv"
[[menu.navbar]]
name = "Freunde"
identifier = "freunde"
weight = 700
pageref = "freunde"
[permalinks]
posts = "blog/:year/:title/"
page = "/:slug/"
[params]
header_visible = false
sharingicons = false
date_format = "02.01.2006"
[params.sidebar]
# How many posts to show on the sidebar (Default: 5)
num_recent_posts = 5