From afe2caf4ceaf7c2d5a1c525f5bd0bd8095db9aa4 Mon Sep 17 00:00:00 2001 From: maxime-cool Date: Fri, 12 Jan 2024 10:33:56 +0100 Subject: [PATCH] added theme submodule to pipeline --- .drone.yml | 4 ++++ hugo.toml | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) 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