From e99a81282dd392398fc85425dbc71bd627b68f70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 18 May 2022 18:21:20 +0200 Subject: [PATCH] use new theme --- .drone.yaml | 5 +++++ .gitmodules | 3 +++ config.toml | 6 ++---- go.mod | 5 ----- go.sum | 2 -- themes/anubis | 1 + 6 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 .gitmodules delete mode 100644 go.mod delete mode 100644 go.sum create mode 160000 themes/anubis diff --git a/.drone.yaml b/.drone.yaml index c85ab72..9c4da21 100644 --- a/.drone.yaml +++ b/.drone.yaml @@ -3,6 +3,11 @@ type: docker name: Azure Static WebApp steps: +- name: Checkout submodules + image: bitnami/git + commands: + - git submodule update --init --recursive + - name: Build and upload static web app environment: APITOKEN: diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..5a69223 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/anubis"] + path = themes/anubis + url = https://github.com/mitrichius/hugo-theme-anubis.git diff --git a/config.toml b/config.toml index 20a599d..ea5828c 100644 --- a/config.toml +++ b/config.toml @@ -1,10 +1,8 @@ baseURL = 'https://www.tormakristof.eu/' languageCode = 'en-us' -title = 'HomeLab misadventures - Kristóf Torma' +title = 'HomeLab misadventures - Kristof Torma' paginate = 5 -[[module.imports]] -path = 'github.com/CaiJimmy/hugo-theme-stack/v3' -disable = false +theme = "anubis" [params] diff --git a/go.mod b/go.mod deleted file mode 100644 index 1f84018..0000000 --- a/go.mod +++ /dev/null @@ -1,5 +0,0 @@ -module github.com/tormachris/personalsite-azure-static-webapp - -go 1.17 - -require github.com/CaiJimmy/hugo-theme-stack/v3 v3.11.0 // indirect diff --git a/go.sum b/go.sum deleted file mode 100644 index 50a2dfe..0000000 --- a/go.sum +++ /dev/null @@ -1,2 +0,0 @@ -github.com/CaiJimmy/hugo-theme-stack/v3 v3.11.0 h1:HyHdT59BYMdPSjDljIWpJY/DT+NPiZgfqMlJBQwOa1A= -github.com/CaiJimmy/hugo-theme-stack/v3 v3.11.0/go.mod h1:IPmCXiIxlFSLFYS0tOmYP6ySLviyeNVSabyvSuaxD+I= diff --git a/themes/anubis b/themes/anubis new file mode 160000 index 0000000..ae6b41d --- /dev/null +++ b/themes/anubis @@ -0,0 +1 @@ +Subproject commit ae6b41de47179464b5cb5742a8cbfd11499cce4a