First commit!

This commit is contained in:
fbievan 2023-03-08 17:27:45 -06:00
commit 4e464ea2e2
No known key found for this signature in database
GPG Key ID: 7391FBD09DA9170C
2 changed files with 9 additions and 0 deletions

6
archetypes/default.md Normal file
View File

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

3
config.toml Normal file
View File

@ -0,0 +1,3 @@
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'