-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
42 lines (35 loc) · 927 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
37
38
39
40
41
42
baseURL = 'https://documentation.donaldjenkins.com/'
languageCode = 'en-us'
title = 'Documentation'
theme = "hugo-book"
# Book configuration
disablePathToLower = true
enableGitInfo = true
disableKinds = ['RSS', 'robotsTXT', 'taxonomy', 'term']
[params]
BookTheme = 'auto'
BookLogo = 'icon-192.png'
BookRepo = 'https://github.com/donaldjenkins/documentation'
BookCommitPath = 'commit'
BookComments = false
# Needed for mermaid/katex shortcodes
[markup]
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
startLevel = 1
[menu]
# [[menu.before]]
[[menu.after]]
name = "Release notes"
url = "https://github.com/donaldjenkins/documentation/releases/"
weight = 2
# [[menu.before]]
[[menu.after]]
name = "Home"
url = "https://www.donaldjenkins.com/"
weight = 2
[[menu.after]]
name = "Contact"
url = "https://www.donaldjenkins.com/contact"
weight = 3