-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.toml
43 lines (39 loc) · 948 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
title = "Wikiotics"
languageCode = "en"
baseURL = "https://wikiotics.org/"
cleanDestinationDir = true
disablePathToLower = true
[taxonomies]
category = "categories"
tag = "tags"
"target-language" = "target-languages"
"source-language" = "source-languages"
author = "authors"
contributor = "contributors"
[permalinks]
blog = "/blog/:year/:month/:filename/"
# While migrating from the old Ductus site, pandoc sometimes returned
# HTML tables rather than markdown ones, so we enable HTML in Markdown.
[markup.goldmark.renderer]
unsafe = true
[menu]
[[menu.footer]]
name = "About"
url = "/group/wikiotics/en/about/"
weight = 1
[[menu.footer]]
name = "Contact"
url = "/group/wikiotics/en/contact/"
weight = 2
[[menu.footer]]
name = "Blog"
url = "/blog/"
weight = 3
#[[menu.footer]]
#name = "Analytics"
#url = "https://plausible.io/wikiotics.org"
#weight = 4
[[menu.footer]]
name = "Wikiotics Foundation"
url = "/en/Wikiotics_Foundation/"
weight = 5