add "posts" archetype for new posts

This commit is contained in:
Drew Bowering 2025-05-08 11:02:43 -06:00
parent e8bce810a7
commit 789c5b434d
Signed by: drew
GPG Key ID: DC9462335BDDAC6B

6
archetypes/posts.md Normal file
View File

@ -0,0 +1,6 @@
---
date: '{{ .Date }}'
draft: true
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
description: ''
---