Primo commit del progetto

This commit is contained in:
Maurizio
2026-01-26 01:51:41 +01:00
commit 73a5619784
97 changed files with 2659 additions and 0 deletions

5
archetypes/default.md Normal file
View File

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