add archetype for posts

This commit is contained in:
6543 2019-07-01 19:14:42 +02:00
parent 25e364c628
commit 034d9c10dd
1 changed files with 10 additions and 0 deletions

10
archetypes/post.md Normal file
View File

@ -0,0 +1,10 @@
+++
title = "{{ replace .Name "-" " " | title }}"
date = {{ .Date }}
author = "{{.Site.Author.name}}"
cover = ""
tags = ["", ""]
description = ""
showFullContent = false
draft = true
+++