Initial Commit

This commit is contained in:
Ben Hays 2023-10-22 21:44:54 -04:00
parent 8e0a63e1ec
commit 7b823a2dd0
3 changed files with 11 additions and 0 deletions

5
archetypes/default.md Normal file
View File

@ -0,0 +1,5 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++

5
hugo.toml Normal file
View File

@ -0,0 +1,5 @@
baseURL = 'https://benhays.org/'
languageCode = 'en-us'
title = 'Ben Hays'
theme = "hello-friend-ng"
paginate = 10

@ -0,0 +1 @@
Subproject commit 71cee08f56058d234e830f2ec0fd28623b8b4dbd