-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhugo.toml
36 lines (29 loc) · 825 Bytes
/
hugo.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
baseURL = "https://webmeshproj.github.io/"
languageCode = 'en-us'
title = 'Webmesh Project'
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
# Needed for mermaid shortcodes
[markup]
[markup.goldmark.renderer]
# Needed for mermaid shortcode
unsafe = true
[markup.tableOfContents]
startLevel = 1
endLevel = 9
[taxonomies]
tag = "tags"
[params]
authorName = "Webmesh Project"
email = "test"
geekdocRepo = "https://github.com/webmeshproj/webmeshproj.github.io"
geekdocDarkModeDim = true
[params.geekdocContentLicense]
name = "Apache License 2.0"
link = "https://www.apache.org/licenses/LICENSE-2.0"