-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
51 lines (48 loc) · 1.38 KB
/
config.toml
File metadata and controls
51 lines (48 loc) · 1.38 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
baseURL = "https://www.openhistorymap.org/"
languageCode = "en-us"
title = "Open History Map"
theme = "ohm"
toc = true
sectionPagesMenu = "main"
# Matomo handles analytics (see themes/ohm/layouts/partials/analytics.html).
# googleAnalytics intentionally removed.
[params]
description = "An open-source web GIS for archaeology and the digital humanities. Made in Bologna by archaeologists and developers since 2015."
tagline = "The Digital Map of the Past"
github = "https://github.com/openhistorymap"
facebook = "https://www.facebook.com/openhistorymap"
twitter = "https://twitter.com/ohm_open"
youtube = "https://www.youtube.com/channel/UCsyTVfrwSdCIj9MYjkn6pFg"
mainSections = ["conference", "paper"]
recent_posts_number = 6
[menu]
[[menu.main]]
identifier = "map"
name = "Map"
title = "Map"
url = "https://map.openhistorymap.org"
weight = -110
[[menu.main]]
identifier = "index"
name = "Index"
title = "Index"
url = "https://index.openhistorymap.org"
weight = -109
[[menu.main]]
identifier = "blog"
name = "Blog"
title = "The Blog"
url = "https://blog.openhistorymap.org/"
weight = -105
[[menu.main]]
identifier = "about"
name = "About"
title = "About"
url = "/about"
weight = -102
[[menu.main]]
identifier = "help"
name = "Help us!"
title = "Help us"
url = "/help"
weight = 1104