DEV Website V.1.0.0

This commit is contained in:
2025-03-28 10:42:10 +01:00
commit 37a9978e28
67 changed files with 7112 additions and 0 deletions

6
archetypes/default.md Normal file
View File

@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---