add initial posts archetype

This commit is contained in:
colorchestra 2021-08-10 23:35:33 +02:00
parent 8e9a80f7cc
commit 278e3ea81a

11
archetypes/posts.md Normal file
View file

@ -0,0 +1,11 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
slug: {{ now.Format "2006-01-02" }}-{{ .Name | urlize }}
type: posts
draft: true
categories:
- default
tags:
- default
---