started docs!

This commit is contained in:
2025-05-02 02:25:57 -05:00
parent bb9174511e
commit 5092be7c4d
27 changed files with 518 additions and 1 deletions

View File

@@ -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"