11 lines
188 B
TOML
11 lines
188 B
TOML
|
baseURL = "http://example.org/"
|
||
|
languageCode = "en-us"
|
||
|
title = "Encompass Docs"
|
||
|
theme = "hugo-theme-learn"
|
||
|
|
||
|
[outputs]
|
||
|
home = [ "HTML", "RSS", "JSON" ]
|
||
|
|
||
|
[params]
|
||
|
themeVariant = "encompass"
|