Files
docs.grlx.dev/hugo.toml
2023-10-19 11:42:22 -04:00

17 lines
450 B
TOML

baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'grlx.dev'
[module]
proxy = "direct"
[[module.imports]]
path = "github.com/google/docsy"
[[module.imports]]
path = "github.com/google/docsy/dependencies"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
# See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html
style = "catppuccin-latte"