Convert links list to individual blog entries #11

Merged
mxmehl merged 32 commits from links-as-blog into main 2026-02-23 16:16:11 +01:00
Showing only changes of commit 3df4e58b02 - Show all commits

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