port to hugo

This commit is contained in:
Tim Schubert 2021-08-19 01:19:20 +02:00
parent 12fc6478e1
commit 0dca9733e7
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
22 changed files with 46 additions and 67 deletions

6
archetypes/default.md Normal file
View file

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