-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
48 lines (41 loc) · 971 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
47
48
baseURL = "https://cyclofix.osm.be/"
languageCode = "en-us"
title = "CycloFix"
theme = "compose"
disableKinds = ["taxonomy"]
# menu items
[[menu.main]]
name = "Docs"
weight = 2
url = "docs/"
[[menu.main]]
name = "Map"
weight = 3
url = "map/"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = false
style = "monokai"
tabWidth = 2
[params]
author = "CycloFix Team"
searchPlaceholder = "Search"
repo = "https://github.com/osmbe/cyclofix-website"
time_format_blog = "Monday, January 02, 2006"
time_format_default = "January 2, 2006"
[params.logo]
lightMode = "cyclofix-logo.svg"
darkMode = "cyclofix-logo.svg"
[params.source]
name = "GitHub"
icon = "github.svg"
url = "https://github.com/osmbe/cyclofix-website/"