First commit

This commit is contained in:
Track3 2018-10-23 13:15:50 +08:00
commit 44dbcd6f34
48 changed files with 3535 additions and 0 deletions

7
archetypes/default.md Normal file
View file

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

9
archetypes/posts.md Normal file
View file

@ -0,0 +1,9 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
featuredImg: ""
tags:
- tag
---