This commit is contained in:
		@@ -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
									
								
							
							
						
						
									
										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/'
 | 
			
		||||
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
									
									
									
									
									
								
							
							
						
						
									
										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
									
								
							 Submodule themes/anubis added at ae6b41de47
									
								
							
		Reference in New Issue
	
	Block a user