use new theme
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2022-05-18 18:21:20 +02:00
parent 44c4e844a6
commit e99a81282d
6 changed files with 11 additions and 11 deletions

View File

@ -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:

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/anubis"]
path = themes/anubis
url = https://github.com/mitrichius/hugo-theme-anubis.git

View File

@ -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]

5
go.mod
View File

@ -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

2
go.sum
View File

@ -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=

1
themes/anubis Submodule

@ -0,0 +1 @@
Subproject commit ae6b41de47179464b5cb5742a8cbfd11499cce4a