added post.md

This commit is contained in:
waifu 2022-12-15 15:27:58 -03:00
parent f91d635985
commit 4fe7e15d63

7
archetypes/post.md Normal file
View file

@ -0,0 +1,7 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
category: ["Blog"]
---