about summary refs log tree commit diff
path: root/archetypes/blog.md
blob: 4299061ac5f4d3bcba830b10e6495b5130156e2f (plain) (blame)
1
2
3
4
5
6
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ now.Format "2026-01-02" }}
categories: [ blog ]
draft: true
---