Prepared archetypes for files

This commit is contained in:
2026-03-23 18:58:09 +01:00
parent 5de490e7e3
commit b805a9ef6d
3 changed files with 25 additions and 5 deletions

9
archetypes/blog.md Normal file
View File

@@ -0,0 +1,9 @@
---
date: '{{ .Date }}'
draft: true
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
author: "Jirka"
tags: ["tag"]
categories: ["documentation"]
description: "..."
---