palettetest/hugo_config/_default/hugo.toml
maximeg bc27ca83ee
All checks were successful
continuous-integration/drone/push Build is passing
added sectionPagesMenu in config
2024-02-22 14:27:39 +01:00

11 lines
291 B
TOML

baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
theme = 'ananke'
sectionPagesMenu = "main"
[build]
useResourceCacheWhen = 'never'
[[deployment.targets]]
URL = "s3://palettetest?endpoint=https://garage.deuxfleurs.fr&s3ForcePathStyle=true&region=garage"