add post archetype
continuous-integration/drone/push Build is passing Details

This commit is contained in:
James Ravenscroft 2022-01-30 08:29:50 +00:00
parent 0a84647749
commit 98e3a38c66
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
description: short summary
url: {{ time.Format "/2006/1/2/" .Date }}/{{.Name}}
type: post
tags:
- post
---