add basic thingies
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
Build and Publish Docker Image / build (push) Successful in 21s

This commit is contained in:
2026-05-13 21:33:49 +00:00
parent 6d3b6b8568
commit f7de33381d
39 changed files with 719 additions and 2 deletions

5
archetypes/default.md Normal file
View File

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