add "posts" archetype for new posts
This commit is contained in:
parent
e8bce810a7
commit
789c5b434d
6
archetypes/posts.md
Normal file
6
archetypes/posts.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: '{{ .Date }}'
|
||||||
|
draft: true
|
||||||
|
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
|
description: ''
|
||||||
|
---
|
Loading…
x
Reference in New Issue
Block a user