Push existing project to GitLab

This commit is contained in:
Peter 2025-03-15 04:06:44 +00:00
commit dda9f07435
26 changed files with 1107 additions and 0 deletions

5
archetypes/default.md Normal file
View file

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