-
-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathhugo.toml
More file actions
26 lines (22 loc) · 659 Bytes
/
hugo.toml
File metadata and controls
26 lines (22 loc) · 659 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
baseURL = 'https://kindlemodding.org/'
languageCode = 'en-gb'
title = 'Kindle Modding Wiki'
disableKinds = ['taxonomy'] # We don't use this lol
uglyURLs = true
disablePathToLower = true
[outputFormats.search_index]
MediaType = "application/json"
BaseName = "search_index"
IsHTML = false
IsPlainText = true
Rel = "search_index"
[outputs]
home = [ "html", "search_index"]
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.parser.attribute]
block = true
[permalinks]
page = ":contentbasename"