-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
53 lines (44 loc) · 878 Bytes
/
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
languageCode = "de-de"
title = "GardenPiratez"
baseURL = "/"
themesDir = "themes"
theme = "gardenpiratez"
[module]
[module.hugoVersion]
extended = true
min = "0.55.0"
[params]
google_analytics_id = "G-3RMB2QE675"
[params.homepage_meta_tags]
meta_description = ""
meta_og_title = ""
meta_og_type = "website"
meta_og_url = "https://gardenpiratez.de"
meta_og_image = ""
meta_og_description = ""
meta_twitter_card = "summary"
meta_twitter_site = "@gardenpiratez"
meta_twitter_creator = "@gardenpiratez"
[[menu.main]]
name = "About"
url = "/about/"
weight = 1
[[menu.main]]
name = "Services"
url = "/services/"
weight = 2
[[menu.main]]
name = "Networks"
url = "/networks/"
weight = 3
[[menu.main]]
name = "History"
url = "/history/"
weight = 4
[[menu.main]]
name = "Contact"
url = "/contact/"
weight = 5
[permalinks]
post = "/:year/:month/:day/:slug/"
pages = "/:filename/"