testconfig/hugo.toml

10 lines
223 B
TOML
Raw Normal View History

2023-12-15 08:10:51 +00:00
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
2023-12-15 08:38:10 +00:00
theme = "hyde"
[deployment]
[[deployment.targets]]
URL = "s3://bucket?endpoint=garage.deuxfleurs.fr&s3ForcePathStyle=true&region=garage"