Initial: Hugo + Terraform Staging/Production Pipeline
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user