commit 1bf2f791a80de15cdfa451c59486fcf57e13b338 Author: Madison Scott-Clary Date: Mon Nov 6 12:08:13 2023 -0800 Blank site diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1c12789 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/maddybook"] + path = themes/maddybook + url = https://github.com/makyo/maddybook diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..c6f3fce --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +title = '{{ replace .File.ContentBaseName "-" " " | title }}' +date = {{ .Date }} +draft = true ++++ diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..7e568b8 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,3 @@ +baseURL = 'https://example.org/' +languageCode = 'en-us' +title = 'My New Hugo Site' diff --git a/themes/maddybook b/themes/maddybook new file mode 160000 index 0000000..5036d77 --- /dev/null +++ b/themes/maddybook @@ -0,0 +1 @@ +Subproject commit 5036d776bcad06ed0e618c2d8e0897fe74abc221