diff --git a/archetypes/articles.md b/archetypes/articles.md new file mode 100644 index 0000000..af01d0b --- /dev/null +++ b/archetypes/articles.md @@ -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: "" +--- \ No newline at end of file diff --git a/archetypes/default.md b/archetypes/default.md deleted file mode 100644 index 00e77bd..0000000 --- a/archetypes/default.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "{{ replace .Name "-" " " | title }}" -date: {{ .Date }} -draft: true ---- -