webpage/hugo.toml

16 lines
448 B
TOML
Raw Permalink Normal View History

2024-11-26 22:25:09 +00:00
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