From ca772b4ecf691e338b9a9c5b4e2f93e327df5f80 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 23 Nov 2023 15:49:59 +0000 Subject: [PATCH] Add hugo config and draft index page --- content/index.org | 5 +++++ hugo.toml | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 content/index.org create mode 100644 hugo.toml diff --git a/content/index.org b/content/index.org new file mode 100644 index 0000000..88e5782 --- /dev/null +++ b/content/index.org @@ -0,0 +1,5 @@ +#+title: index +#+date: [2023-11-23 Thu] +#+draft: true +* Some content to get started +This is a quick test diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..9a96259 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,4 @@ +baseURL = 'https://xenia.me.uk/' +languageCode = 'en-gb' +title = 'My Personal Collection of Random Things' +theme = "poison"