Begin le blog

This commit is contained in:
mcneb10 2024-06-23 23:55:59 -05:00
commit fffd548947
25 changed files with 606 additions and 0 deletions
archetypes

5
archetypes/default.md Normal file
View file

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