initial commit

This commit is contained in:
Dmitry Kolosov 2020-01-12 09:51:51 +03:00
commit 8ae4ae106c
17 changed files with 623 additions and 0 deletions

6
archetypes/default.md Normal file
View file

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