feat: create archetype for updates

This commit is contained in:
2026-02-14 12:07:30 +01:00
parent 5536456e78
commit 3d5752e591

25
archetypes/blog/index.md Normal file
View File

@@ -0,0 +1,25 @@
---
title: "{{ replace (replaceRE "^[0-9]{4}-[0-9]{2}-" "" .Name) "-" " " | title }}"
date: {{ now.Format "2006-01-02" }}
categories:
# Language
- english
# - deutsch
# - presentation
# - podcast
# - article
tags:
# - https://mehl.mx/tags/
# headerimage:
# src: foo.jpg
# text: bar
# summary: Visible on the listing page, but not on the article page
# video: https://link.to/video
# slides: https://link.to/slides
# audio: https://link.to/audio
# article:
# name: Media Name
# href: https://link.to/article
---
Content