Initial commit

This commit is contained in:
Maximilian Giller 2023-09-25 23:19:41 +02:00
parent 2c7aaed974
commit fb0fdd168a
3 changed files with 12 additions and 0 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
/resources/_gen/
/public/
.hugo_build.lock

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'