-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
73 lines (60 loc) · 1.56 KB
/
hugo.toml
File metadata and controls
73 lines (60 loc) · 1.56 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
70
71
72
73
baseURL = 'https://mapmint.github.io'
languageCode = 'en-us'
theme = 'mapmint'
[params]
description = 'MapMint is an open-source geospatial platform designed to publish, manage, and analyze spatial data on the web. Built on OGC standards, it empowers users to create interactive maps and web GIS applications easily.'
# navigation menu
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "homepage"
name = "Home"
url = "/en/home/"
parent = "en"
weight = 2
[[menu.main]]
identifier = "tour"
name = "Tour"
url = "/en/tour/"
parent = "en"
weight = 3
[[menu.main]]
identifier = "modules"
name = "Modules"
url = "/en/modules/"
parent = "en"
weight = 4
[[menu.main]]
identifier = "documentation"
name = "Documentation"
url = "https://mapmint.github.io/userguide-fr/en/"
parent = "about"
weight = 5
[[menu.main]]
identifier = "overview"
name = "Overview"
url = "/en/overview/"
parent = "en"
weight = 6
[[menu.main]]
identifier = "components"
name = "Components"
url = "/en/components/"
parent = "en"
weight = 7
[[menu.main]]
identifier = "resources"
name = "Resources"
url = "https://github.com/mapmint"
parent = "resources"
weight = 8
[[menu.main]]
identifier = "plans"
name = "Plans"
url = "/en/plans/"
parent = "en"
weight = 9