add hugosite

This commit is contained in:
root
2023-07-28 21:18:14 +02:00
parent 114b44f8e9
commit d6cbc9bc0f
2 changed files with 9 additions and 0 deletions

6
archetypes/default.md Normal file
View File

@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

3
config.toml Normal file
View File

@@ -0,0 +1,3 @@
baseURL = "https://www.ftecke.de/"
languageCode = "de-de"
title = "FTE-Tech"