-
Notifications
You must be signed in to change notification settings - Fork 19
/
config.toml
46 lines (37 loc) · 965 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
baseURL = 'https://openaq.org/'
languageCode = 'en-us'
title = 'OpenAQ'
theme = 'openaq'
copyright = "{year} OpenAQ. All rights reserved."
enableGitInfo = true
[sitemap]
[markup]
defaultMarkdownHandler = "goldmark"
[goldmark]
[Extensions]
footnote = true
[markup.goldmark.renderer]
unsafe= true
[frontmatter]
date = ['date', 'publishDate', 'lastmod']
expiryDate = ['expiryDate']
lastmod = [':git', 'lastmod', 'date', 'publishDate']
publishDate = ['publishDate', 'date']
[build]
writeStats = true
[permalinks]
categories = "/use-cases/:slug/"
tags = "/use-cases/:slug/"
[params]
plausibleDomain = "openaq.org"
images = ['/img/site-feature-image.webp']
[module]
[[module.mounts]]
source = "./node_modules/openaq-design-system/scss/"
target = "assets/scss/openaq-design-system"
[[module.mounts]]
source = "content/uploads/"
target = "assets/"
[privacy]
[privacy.youtube]
privacyEnhanced = true