inital commit

This commit is contained in:
2024-03-23 22:54:33 -05:00
parent 35a52ee69b
commit 0e6138fb8c
19 changed files with 4460 additions and 0 deletions

6
archetypes/default.md Normal file
View File

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

13
archetypes/posts.md Normal file
View File

@ -0,0 +1,13 @@
---
title: ""
draft: true
date: {{ .Date }}
title: ""
description: ""
slug: ""
authors: []
tags: []
categories: []
externalLink: ""
series: []
---