-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
37 lines (29 loc) · 837 Bytes
/
config.toml
File metadata and controls
37 lines (29 loc) · 837 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
26
27
28
29
30
31
32
33
34
35
36
37
baseURL = '/'
languageCode = 'sl-si'
title = 'MeetPlan dokumentacija'
theme = "hugo-geekdoc"
pluralizeListTitles = false
# Geekdoc required configuration
pygmentsUseClasses = true
pygmentsCodeFences = true
disablePathToLower = true
# Required if you want to render robots.txt template
enableRobotsTXT = true
enableEmoji = true
# Needed for mermaid shortcodes
[markup]
[markup.goldmark.renderer]
# Needed for mermaid shortcode
unsafe = true
[markup.tableOfContents]
startLevel = 1
endLevel = 9
[taxonomies]
tag = "tags"
[params]
geekdocMenuBundle = true
geekdocLogo = "meetplan.png"
geekdocRepo = "https://github.com/MeetPlan/meetplan.github.io"
[params.geekdocContentLicense]
name = "GNU General Public License v3.0"
link = "https://github.com/MeetPlan/meetplan.github.io/blob/main/LICENSE"