First commit of my empty flippin' website to the ole gitea.

This commit is contained in:
2022-03-21 19:53:24 -04:00
commit 9742a86046
15 changed files with 1004 additions and 0 deletions

6
archetypes/default.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---