Add archetype for posts.
This commit is contained in:
parent
e3d4fd1719
commit
9e1a2dfce4
8
archetypes/posts/index.md
Normal file
8
archetypes/posts/index.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
desription:
|
||||
date: {{ .Date }}
|
||||
draft: false
|
||||
ShowLastmod: true
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user