added post.md
This commit is contained in:
parent
f91d635985
commit
4fe7e15d63
1 changed files with 7 additions and 0 deletions
7
archetypes/post.md
Normal file
7
archetypes/post.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
category: ["Blog"]
|
||||
---
|
||||
|
Loading…
Add table
Reference in a new issue