initial skeleton page, use own fork of hermit theme

This commit is contained in:
Christoph Cullmann 2019-04-06 16:55:24 +02:00
parent 208d5b2f2e
commit 43ac42c4e5
4 changed files with 13 additions and 0 deletions

6
archetypes/default.md Normal file
View file

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