docs.trr379.de/hugo.toml
Michael Hanke 4c94eaaf13
All checks were successful
Deploy on webserver / Build site and deploy on success (push) Successful in 10m49s
Replace custom logo with auto-logo
2025-12-10 08:34:30 +01:00

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']