mirror of
https://github.com/gogrlx/docs.grlx.dev.git
synced 2026-04-02 03:08:53 -07:00
17 lines
450 B
TOML
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"
|