Initial commit

This commit is contained in:
Bastian de Byl
2017-12-21 01:01:24 -05:00
commit df95f39552
4 changed files with 13 additions and 0 deletions

6
archetypes/default.md Normal file
View File

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