Add some archetypes for common content types

This commit is contained in:
Jez Cope 2016-08-10 08:55:15 +01:00
parent f2f96e4885
commit 1e59032bca
3 changed files with 20 additions and 0 deletions

7
archetypes/default.md Normal file
View File

@ -0,0 +1,7 @@
---
type: "page"
draft: true
author: "Jez"
description: "description"
tags: ["one", "two"]
---

6
archetypes/page.md Normal file
View File

@ -0,0 +1,6 @@
---
type: "page"
draft: true
author: "Jez"
tags: ["one", "two"]
---

7
archetypes/post.md Normal file
View File

@ -0,0 +1,7 @@
---
type: "post"
draft: true
author: "Jez"
description: "description"
tags: ["one", "two"]
---