Change post archetype to posts and update example site text

This commit is contained in:
Joe Hutchinson
2020-01-17 10:01:36 -05:00
parent 2cfa311b52
commit 414ff2f64c
2 changed files with 4 additions and 2 deletions

15
archetypes/posts.md Normal file
View File

@@ -0,0 +1,15 @@
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ .Date }}
description: ""
categories: []
dropCap: true
displayInMenu: false
displayInList: true
draft: true
resources:
- name: featuredImage
src: ""
params:
description: ""
---