This commit is contained in:
parent
44c4e844a6
commit
e99a81282d
@ -3,6 +3,11 @@ type: docker
|
|||||||
name: Azure Static WebApp
|
name: Azure Static WebApp
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout submodules
|
||||||
|
image: bitnami/git
|
||||||
|
commands:
|
||||||
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
- name: Build and upload static web app
|
- name: Build and upload static web app
|
||||||
environment:
|
environment:
|
||||||
APITOKEN:
|
APITOKEN:
|
||||||
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "themes/anubis"]
|
||||||
|
path = themes/anubis
|
||||||
|
url = https://github.com/mitrichius/hugo-theme-anubis.git
|
@ -1,10 +1,8 @@
|
|||||||
baseURL = 'https://www.tormakristof.eu/'
|
baseURL = 'https://www.tormakristof.eu/'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = 'HomeLab misadventures - Kristóf Torma'
|
title = 'HomeLab misadventures - Kristof Torma'
|
||||||
paginate = 5
|
paginate = 5
|
||||||
[[module.imports]]
|
theme = "anubis"
|
||||||
path = 'github.com/CaiJimmy/hugo-theme-stack/v3'
|
|
||||||
disable = false
|
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
|
5
go.mod
5
go.mod
@ -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
2
go.sum
@ -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
1
themes/anubis
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit ae6b41de47179464b5cb5742a8cbfd11499cce4a
|
Loading…
Reference in New Issue
Block a user