WIP: coming out post

This commit is contained in:
violette 2024-01-22 16:02:25 -05:00
commit 38bbacb637
41 changed files with 774 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
+++