diff --git a/hugo.toml b/hugo.toml index 9c63cd1..4c63682 100644 --- a/hugo.toml +++ b/hugo.toml @@ -3,5 +3,8 @@ languageCode = 'en-us' title = 'My New Hugo Site' theme = 'ananke' +[outputs] + home = ["HTML", "XML"] + [[deployment.targets]] URL = "s3://palettetest?endpoint=https://garage.deuxfleurs.fr&s3ForcePathStyle=true®ion=garage" \ No newline at end of file