Blank site

This commit is contained in:
Madison Scott-Clary
2023-11-06 12:08:13 -08:00
commit 1bf2f791a8
4 changed files with 12 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/maddybook"]
path = themes/maddybook
url = https://github.com/makyo/maddybook

5
archetypes/default.md Normal file
View File

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

3
hugo.toml Normal file
View File

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

1
themes/maddybook Submodule

Submodule themes/maddybook added at 5036d776bc