diff --git a/.drone.yml b/.drone.yml index beb9df9..9ffcc3c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,10 @@ steps: - hugo version - echo "Checking folder" - ls + - name: Add theme as submodule + image: drone/git + commands: + - git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke - name: Build image: plugins/hugo settings: diff --git a/hugo.toml b/hugo.toml index 4c63682..be2380f 100644 --- a/hugo.toml +++ b/hugo.toml @@ -3,8 +3,6 @@ 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