Add initial hugo site

This commit is contained in:
2022-10-08 01:11:53 -03:00
parent 9e04fa0d81
commit 407cda8335
7 changed files with 45 additions and 0 deletions

6
archetypes/default.md Normal file
View File

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