Initialized website

This commit is contained in:
Stanislas Jouffroy 2024-10-27 21:49:16 +01:00
commit 1fe718741b
26 changed files with 399 additions and 0 deletions

5
archetypes/default.md Normal file
View file

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