Initial commit (hugo)

This commit is contained in:
ItsDrike 2021-07-08 15:20:26 +02:00
commit c45258acec
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
5 changed files with 693 additions and 0 deletions

6
archetypes/default.md Normal file
View file

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