-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
64 lines (55 loc) · 1.7 KB
/
Copy pathconfig.toml
File metadata and controls
64 lines (55 loc) · 1.7 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
53
54
55
56
57
58
59
60
61
62
63
64
baseURL = "https://datatrustmanifesto.org/"
languageCode = "en-us"
title = "Data Trust Engineering | EMM 2.0"
[params]
description = "Data Trust Engineering (DTE): Certify data systems for trust and AI-readiness. Join the #DataTrustCommunity!"
keywords = "data trust engineering, AI governance, DataOps, data certification"
site_domain = "datatrustmanifesto.org"
# Custom mounts to preserve existing file structure (Serving in Hugo Site which renders the .md as pages)
[[module.mounts]]
source = "."
target = "content"
includeFiles = ["Manifesto.md"]
[[module.mounts]]
source = "tools"
target = "content/tools"
includeFiles = ["data-trust-dashboard/DTE_Trust_Dashboard.html", "lineage-tracker/lineage-script.py"]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Manifesto"
url = "/Manifesto"
weight = 2
[[menu.main]]
name = "Trust Dashboard"
url = "/tools/data-trust-dashboard/DTE_Trust_Dashboard"
weight = 3
[[menu.main]]
name = "Github"
url = "https://github.com/datatrustengineering/DataTrustEngineering"
weight = 4
[[menu.main]]
name = "Slack"
url = "https://join.slack.com/t/datatrustengineering/shared_invite/zt-3br05le6v-pxGSBeJGLpVgOsNM9ejGuw"
weight = 5
# Add EMM2.0.md to mounts
[[module.mounts]]
source = "docs/frameworks"
target = "content/docs/frameworks"
includeFiles = ["EMM20.md"]
# Fix the menu URL
[[menu.main]]
name = "Frameworks"
url = "/docs/frameworks/emm20/"
weight = 3
# Disable Hugo's automatic sitemap generation
[outputs]
home = ["HTML"]
page = ["HTML"]
section = ["HTML"]
# Disable RSS feeds and other auto-generated content
disableKinds = ["RSS", "taxonomy", "term", "robotsTXT", "404"]
[sitemap]
disable = true