19 lines
408 B
TOML
19 lines
408 B
TOML
|
baseURL = 'https://docs.buildr.icb4dc0.de/'
|
||
|
languageCode = 'en-us'
|
||
|
theme = ['github.com/McShelby/hugo-theme-relearn']
|
||
|
pluralizelisttitles = false
|
||
|
title = "BuildR"
|
||
|
|
||
|
[Params]
|
||
|
author = "Peter Kurfer"
|
||
|
description = "BuildR docs"
|
||
|
style= "auto"
|
||
|
copyCodeButton = true
|
||
|
rssAsSocialIcon = true
|
||
|
ordersectionsby = "weight"
|
||
|
themeVariant = "relearn-light"
|
||
|
collapsibleMenu = true
|
||
|
|
||
|
|
||
|
[outputs]
|
||
|
home = [ "HTML", "RSS", "JSON"]
|