Initial commit, first hugo config

This commit is contained in:
Nis Wechselberg 2017-10-09 12:03:43 +02:00
commit 3bba6c7544
240 changed files with 3183 additions and 0 deletions

6
archetypes/default.md Normal file
View file

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