Add better defaults to posts archetype

This commit is contained in:
Dustin L. Dodson 2020-12-07 15:28:25 -08:00
parent 5702056aa8
commit bf6e6d4c27
No known key found for this signature in database
GPG Key ID: E32B3EFE6F5F4672

View File

@ -1,11 +1,12 @@
{
"title": "",
"date": "",
"title": "{{ replace .TranslationBaseName "-" " " | title }}",
"date": "{{ .Date }}",
"author": "",
"authorTwitter": "",
"cover": "",
"tags": ["", ""],
"keywords": ["", ""],
"tags": [""],
"keywords": [""],
"description": "",
"showFullContent": false,
"draft": true
}