-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
25 lines (22 loc) · 610 Bytes
/
hugo.toml
File metadata and controls
25 lines (22 loc) · 610 Bytes
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
baseURL = 'https://api.precice.org/'
languageCode = 'en-us'
disableKinds = ["taxonomy", "term", "RSS", "sitemap"]
[cascade]
type = "redirect"
layout = "redirect"
[module]
[[module.mounts]]
source = 'static'
target = 'static'
[[module.mounts]]
source = 'imported/cpp/latest'
target = 'static/cpp/latest'
[[module.mounts]]
source = 'imported/cpp/develop'
target = 'static/cpp/develop'
[[module.mounts]]
source = 'imported/python/latest'
target = 'static/python/latest'
[[module.mounts]]
source = 'imported/python/develop'
target = 'static/python/develop'