-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
50 lines (46 loc) · 1.31 KB
/
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
Author = 'B. Baas'
baseURL = 'https://www.cogocollect.nl/'
disableKinds = ["taxonomy", "taxonomyTerm"]
enableEmoji = true
enableRobotsTXT = true
languageCode = 'nl-nl'
title = 'Cogo Collect'
#uglyURLs = true
#relativeURLs = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[module]
[[module.mounts]]
source = "assets"
target = "assets"
[[module.mounts]]
source = "node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
target = "assets/js/bootstrap.bundle.min.js"
[[module.mounts]]
source = "node_modules/bs5-lightbox/dist/index.bundle.min.js"
target = "assets/js/bs5-lightbox.bundle.min.js"
[[module.mounts]]
source = "static"
target = "static"
[[module.mounts]]
source = "node_modules/bootstrap-icons/bootstrap-icons.svg"
target = "static/bootstrap-icons.svg"
[params]
description = 'Cogo Collect is de slimme en veelzijdige app voor het registreren van uiteenlopende geo-data en staat voor gebruiksvriendelijke, complete en betaalbare GIS software.'
email = '[email protected]'
subtitle = 'Cogo Collect geo-data app | Maakt GIS Eenvoudig'
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
disable = true
[privacy.instagram]
disable = true
[privacy.twitter]
disable = true
[privacy.vimeo]
disable = true
[privacy.youtube]
disable = true