-
Notifications
You must be signed in to change notification settings - Fork 7
/
hugo.toml
70 lines (60 loc) · 1.34 KB
/
hugo.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
baseURL = "https://cloudnativegeo.org"
title = "Cloud-Native Geospatial Forum - CNG"
theme = "etch"
languageCode = "en-US"
enableInlineShortcodes = true
pygmentsCodeFences = true
pygmentsUseClasses = true
relativeURLs = true
[params]
description = "Where geospatial data users create the future together."
copyright = "Copyright © 2024 Radiant Earth"
dark = "off"
highlight = true
[menu]
[[menu.main]]
identifier = "home"
name = "home"
title = "home"
pageref = "/"
weight = 5
[[menu.main]]
identifier = "about"
name = "about"
title = "about"
pageref = "/about"
weight = 10
[[menu.main]]
identifier = "blog"
name = "blog"
title = "blog"
pageref = "/blog"
weight = 15
[[menu.main]]
identifier = "join"
name = "join"
title = "join CNG"
pageref = "/join"
weight = 20
[[menu.main]]
identifier = "events"
name = "events"
title = "events"
pageref = "/events"
weight = 25
[[menu.main]]
identifier = "guide"
name = "guide"
title = "guide"
url = "http://guide.cloudnativegeo.org"
weight = 40
[menu.main.params]
external = true
[permalinks]
blog = "blog/:year/:month/:slug/"
events = "events/:slug/"
[markup.goldmark.renderer]
# Allow HTML in Markdown
unsafe = true
[markup.tableOfContents]
ordered = true