webpage/hugo.toml
kekskurse 27e6a14105 init
2024-11-26 23:25:09 +01:00

15 lines
448 B
TOML

baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'gutes.team'
theme = 'hugo-book'
# Book configuration
disablePathToLower = true
enableGitInfo = true
[params]
# (Optional, default light) Sets color theme: light, dark or auto.
# Theme 'auto' switches between dark and light modes based on browser/os preferences
BookTheme = 'auto'
BookToC = false
BookRepo = 'https://git.keks.cloud/gutes.team/webpage'
BookSearch = false