Initial: Hugo + Terraform Staging/Production Pipeline

This commit is contained in:
2026-05-06 18:02:41 +00:00
commit 3e61e70f36
12 changed files with 255 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
baseURL = "https://stines.de/"
languageCode = "de-de"
title = "Stines Website"
theme = ""
[params]
description = "Willkommen auf Stines Website"
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Blog"
url = "/posts/"
weight = 2