mirror of
https://github.com/gogrlx/docs.grlx.dev.git
synced 2026-04-02 03:08:53 -07:00
10 lines
226 B
TOML
10 lines
226 B
TOML
baseURL = 'https://example.org/'
|
|
languageCode = 'en-us'
|
|
title = 'My New Hugo Site'
|
|
[module]
|
|
proxy = "direct"
|
|
[[module.imports]]
|
|
path = "github.com/google/docsy"
|
|
[[module.imports]]
|
|
path = "github.com/google/docsy/dependencies"
|