add archetype for posts
This commit is contained in:
parent
25e364c628
commit
034d9c10dd
10
archetypes/post.md
Normal file
10
archetypes/post.md
Normal file
@ -0,0 +1,10 @@
|
||||
+++
|
||||
title = "{{ replace .Name "-" " " | title }}"
|
||||
date = {{ .Date }}
|
||||
author = "{{.Site.Author.name}}"
|
||||
cover = ""
|
||||
tags = ["", ""]
|
||||
description = ""
|
||||
showFullContent = false
|
||||
draft = true
|
||||
+++
|
Loading…
Reference in New Issue
Block a user