adds article archetype
This commit is contained in:
14
archetypes/articles.md
Normal file
14
archetypes/articles.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
narrator: ""
|
||||||
|
subject: ""
|
||||||
|
facilitator: ""
|
||||||
|
date: {{ dateFormat "2006-01-02" .Date }} # YYYY-MM-DD
|
||||||
|
approved: "" # YYYY-MM-DD
|
||||||
|
summary: ""
|
||||||
|
location: ""
|
||||||
|
topics: []
|
||||||
|
headshot: "/headshots/placeholder-headshot.png"
|
||||||
|
links:
|
||||||
|
- text: ""
|
||||||
|
url: ""
|
||||||
|
---
|
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
title: "{{ replace .Name "-" " " | title }}"
|
|
||||||
date: {{ .Date }}
|
|
||||||
draft: true
|
|
||||||
---
|
|
||||||
|
|
Reference in New Issue
Block a user