-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
54 lines (44 loc) · 915 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
46
47
48
49
50
51
52
53
54
baseURL = "https://www.ipvtechresearch.org"
languageCode = "en-us"
title = "IPV Tech Research"
theme = "hugo-material-blog"
[params]
description = "Improving digital safety, security, and privacy for survivors of intimate partner violence"
[blackfriday]
plainIDAnchors = true
hrefTargetBlank = true
[[menu.main]]
name = "About"
weight = 1
identifier = "about-1"
url = "/"
[[menu.main]]
name = "People"
weight = 2
identifier = "people-1"
url = "/people/"
[[menu.main]]
name = "Publications"
weight = 3
identifier = "publications-1"
url = "/publications/"
[[menu.main]]
name = "Partners"
weight = 4
identifier = "partners-1"
url = "/partners/"
[[menu.main]]
name = "Funding"
weight = 5
identifier = "funding-1"
url = "/funding/"
[[menu.main]]
name = "Resources"
weight = 6
identifier = "resources-1"
url = "/resources/"
#[[menu.main]]
#name = "Guides"
#weight = 7
#identifier = "guides-1"
#url = "/guides/"