From 7d8b653b2299f11536da47ed4412d82bb4ffb99d Mon Sep 17 00:00:00 2001 From: triethyl Date: Thu, 11 Sep 2025 13:06:03 -0400 Subject: initialized --- site/hugo.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 site/hugo.toml (limited to 'site/hugo.toml') diff --git a/site/hugo.toml b/site/hugo.toml new file mode 100644 index 0000000..7e568b8 --- /dev/null +++ b/site/hugo.toml @@ -0,0 +1,3 @@ +baseURL = 'https://example.org/' +languageCode = 'en-us' +title = 'My New Hugo Site' -- cgit v1.2.3