initialize hugo site

This commit is contained in:
Rico Ullmann 2022-03-25 20:41:44 +01:00
commit d6ab2c6a36
Signed by: rullmann
GPG Key ID: AE1066B5BD0B5041
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 = "http://example.org/"
languageCode = "en-us"
title = "My New Hugo Site"