Finalize framework: Fix submodules and clean artifacts

This commit is contained in:
2026-03-25 00:54:34 +00:00
commit 0eee1e0771
34 changed files with 2250 additions and 0 deletions

10
archetypes/default.md Normal file
View File

@@ -0,0 +1,10 @@
---
title: "{{ replace .Name "-" " " | title }}"
description: "{{ replace .Name "-" " " | title }}"
summary: ""
date: {{ .Date }}
lastmod: {{ .Date }}
author: wompmacho
draft: true
---