From 1bf2f791a80de15cdfa451c59486fcf57e13b338 Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Mon, 6 Nov 2023 12:08:13 -0800 Subject: [PATCH] Blank site --- .gitmodules | 3 +++ archetypes/default.md | 5 +++++ hugo.toml | 3 +++ themes/maddybook | 1 + 4 files changed, 12 insertions(+) create mode 100644 .gitmodules create mode 100644 archetypes/default.md create mode 100644 hugo.toml create mode 160000 themes/maddybook 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