forked from digital-land/digital-land
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
52 lines (40 loc) · 1.03 KB
/
config.toml
File metadata and controls
52 lines (40 loc) · 1.03 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
baseURL = "https://digital-land.github.io/"
languageCode = "en-uk"
title = "Digital Land"
theme = "govuk"
googleAnalytics = "UA-127566551-1"
enableRobotsTXT = true
staticDir = ["static", "src/govuk_template/assets", "src/govuk_elements/assets"]
[params]
global_header_text = "GOV.UK"
servicename = "Digital Land"
users = ["Data Maintainer", "Data Modeller", "Policy Maker", "PropTech"]
# Nav links in the side bar
[[params.propositionlinks]]
name = "About us"
url = "/about"
currentpage = true
[[params.propositionlinks]]
name = "Projects"
url = "/project/"
[[params.propositionlinks]]
name = "Guidance"
url = "/guidance/"
[[params.propositionlinks]]
name = "Users"
url = "/users/"
[[params.propositionlinks]]
name = "Glossary"
url = "/glossary/"
[[params.propositionlinks]]
name = "Weeknotes"
url = "/weeknote/"
[[params.propositionlinks]]
name = "Blog"
url = "/blog-post/"
[[params.footer_meta_links]]
name = "Cookies"
url = "/cookies"
[taxonomies]
tag = "tags"
pattern = "patterns"