started docs!
This commit is contained in:
20
hugo.toml
20
hugo.toml
@@ -1,3 +1,21 @@
|
||||
baseURL = 'https://example.org/'
|
||||
languageCode = 'en-us'
|
||||
title = 'My New Hugo Site'
|
||||
title = 'MoonVeil Docs'
|
||||
|
||||
[markup]
|
||||
[markup.goldmark.renderer]
|
||||
hardWraps = false
|
||||
unsafe = true
|
||||
xhtml = false
|
||||
|
||||
[module]
|
||||
[[module.imports]]
|
||||
path = "github.com/colinwilson/lotusdocs"
|
||||
disable = false
|
||||
[[module.imports]]
|
||||
path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5"
|
||||
disable = false
|
||||
|
||||
[params.docs]
|
||||
darkMode = true
|
||||
themeColor = "red"
|
||||
Reference in New Issue
Block a user