forked from nycehs/ehs-neighborhoodprofiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
45 lines (39 loc) · 1.25 KB
/
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
baseURL = "https://blenderbox.github.io/ehs-neighborhoodprofiles/"
canonifyURLs = "true"
relativeURLs = "true"
languageCode = "en-us"
title = "Environment & Health Data Portal"
enableRobotsTXT = true
metaDataFormat = "yaml"
theme = "dohmh"
[menu]
[[menu.main]]
identifier = "01"
name = "Home"
pre = "<span class='text-primary'><i class='fa fa-home' aria-hidden='true'></i></span>"
url = "/"
weight = -110
[[menu.main]]
identifier = "02"
name = "Data Stories"
pre = "<span class='text-primary'><i class='fas fa-passport' aria-hidden='true'></i></span>"
url = "/data_stories/"
weight = -100
[[menu.main]]
identifier = "03"
name = "Data Explorer"
pre = "<span class='text-primary'><i class='fas fa-chart-line' aria-hidden='true'></i></span>"
url = "/data_explorer/"
weight = -70
[[menu.main]]
identifier = "04"
name = "Neighborhood Reports"
pre = "<span class='text-primary'><i class='fas fa-map-marked-alt' aria-hidden='true'></i></span>"
url = "/neighborhood_reports/"
weight = -90
[[menu.main]]
identifier = "05"
name = "Key Topics"
pre = "<span class='text-primary'><i class='fas fa-star' aria-hidden='true'></i></span>"
url = "/key_topics/"
weight = -80