initial commit

This commit is contained in:
Eric Liu
2019-02-05 05:18:26 +00:00
commit 2f0990f161
13 changed files with 432 additions and 0 deletions

6
archetypes/default.md Normal file
View File

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