10 lines
191 B
TOML
10 lines
191 B
TOML
baseURL = 'https://example.org/'
|
|
languageCode = 'en-us'
|
|
title = 'compose.libre.sh'
|
|
|
|
enableGitInfo = true
|
|
|
|
[module]
|
|
[[module.imports]]
|
|
path = 'github.com/alex-shpak/hugo-book'
|
|
disable = false
|