From 0dda0350dec5e82be8e5a7767c7f0a56c0d48c94 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 6 Mar 2026 11:48:29 -0500 Subject: init Go and Hugo --- hugo.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hugo.toml (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..52d0361 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,4 @@ +baseURL = 'https://example.org/' +languageCode = 'en-us' +title = 'My New Hugo Site' +theme = 'aoidh' -- cgit v1.2.3