adds article archetype

This commit is contained in:
Drew
2025-04-25 20:17:43 -06:00
parent b6f74485a4
commit b89373b478
2 changed files with 14 additions and 6 deletions

14
archetypes/articles.md Normal file
View 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: ""
---

View File

@ -1,6 +0,0 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---