All checks were successful
Deploy on webserver / Build site and deploy on success (push) Successful in 10m49s
14 lines
340 B
TOML
14 lines
340 B
TOML
baseURL = 'https://docs.trr379.de/'
|
|
languageCode = 'en-us'
|
|
title = 'TRR379'
|
|
theme = 'hugo-theme-relearn'
|
|
|
|
[params]
|
|
themeVariant = ['auto', 'relearn-light', 'relearn-dark']
|
|
[params.logo]
|
|
src = '/logo.svg?inlinecontent'
|
|
|
|
[outputs]
|
|
home = ['html', 'rss', 'print']
|
|
page = ['html', 'rss', 'print']
|
|
section = ['html', 'rss', 'print']
|