🚸 Add archetype for external articles

This commit is contained in:
James Panther
2022-01-25 13:12:14 +11:00
parent 1d4816f90a
commit e9eb51e86b
3 changed files with 25 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
externalUrl: ""
summary: ""
showReadingTime: false
_build:
render: "false"
list: "local"
---