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: "..."
---

View File

@@ -1,5 +1,5 @@
+++ ---
date = '{{ .Date }}' date: '{{ .Date }}'
draft = true draft: true
title = '{{ replace .File.ContentBaseName "-" " " | title }}' title: '{{ replace .File.ContentBaseName "-" " " | title }}'
+++ ---

11
archetypes/projects.md Normal file
View File

@@ -0,0 +1,11 @@
---
date: '{{ .Date }}'
draft: true
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
author: "Jirka"
tags: ["tag"]
categories: ["project"]
description: "..."
# git: "https://example.com"
# demo: "https://example.com"
---