Wolfgang Hottgenroth 7d91e1e25c
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
release teag
2025-01-13 12:50:24 +01:00

12 lines
228 B
TOML

baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'Minimal Setups {{ getenv "HUGO_RELEASETAG" }}'
theme = "ananke"
sectionPagesMenu = "main"
[params]
site_logo = "logo.png"
[security.funcs]
getenv = [ '^HUGO_' ]