forked from ukhsa-collaboration/ukhsa-science-research-site
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
45 lines (44 loc) · 964 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
baseURL = "https://research.ukhsa.gov.uk/"
languageCode = "en-us"
title = "UK Health Security Agency"
theme = "phe"
[menu]
[[menu.main]]
name = "About research"
url = "/about/"
weight = 1
[[menu.main]]
name = "Our research"
url = "/our-research/"
identifier = "our-research"
weight = 2
[[menu.main]]
name = "Our research"
url = "/our-research/"
parent = "our-research"
weight = 3
[[menu.main]]
name = "Partnerships"
url = "/partnerships/"
weight = 4
[[menu.main]]
name = "Research opportunities"
url = "/opportunities/"
weight = 5
[[menu.main]]
name = "awerb"
url = "/awerb/"
weight = 6
[[menu.main]]
name = "Research integrity"
url = "/research-integrity/"
weight = 7
[[menu.main]]
name = "Contact us"
url = "/contact/"
weight = 8
# [[menu.main]]
# name = "Divisions"
# url = "/divisions/"
# parent = "our-research"
# weight = 9