Change post archetype to posts and update example site text
This commit is contained in:
15
archetypes/posts.md
Normal file
15
archetypes/posts.md
Normal 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: ""
|
||||
---
|
||||
Reference in New Issue
Block a user