ADD hugo
Some checks failed
build-to-pages / build (push) Failing after 1m29s
build-to-pages / push (push) Failing after 2s

This commit is contained in:
Hoernschen 2023-10-23 09:41:09 +02:00
parent 977455ce1d
commit 07ca7f15a7
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462
4 changed files with 14 additions and 0 deletions

6
archetypes/default.md Normal file
View file

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