Initial Hugo Setup

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-07-16 08:14:16 -04:00
parent f8b9e8b070
commit 657bbb0f5b
No known key found for this signature in database
GPG key ID: 060B29EB996BD9F2
8 changed files with 548 additions and 110 deletions

6
archetypes/default.md Normal file
View file

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