Archived
0
0
Fork 0

Initial commit

This commit is contained in:
Daniel Molkentin 2018-05-18 00:50:21 +02:00
commit f556273928
24 changed files with 1477 additions and 0 deletions

6
archetypes/default.md Normal file
View file

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