Initial commit

This commit is contained in:
Will Faught
2022-09-07 17:46:20 -07:00
commit 5d957edc51
10 changed files with 844 additions and 0 deletions

10
archetypes/default.md Normal file
View File

@@ -0,0 +1,10 @@
---
categories: []
date: {{ .Date }}
description: ""
draft: true
keywords: []
link: ""
tags: []
title: "{{ replace .Name "-" " " | title }}"
---