From 7e74a039122aef922d1619e636de3497ffcf7c60 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 25 Jun 2022 10:56:36 -0400 Subject: convert to hugo --- config.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config.toml (limited to 'config.toml') diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..ecd1d56 --- /dev/null +++ b/config.toml @@ -0,0 +1,9 @@ +baseURL = 'https://landchad.net' +languageCode = 'en-us' +title = 'LandChad.net' +theme = 'lugo' + +[markup] + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true -- cgit v1.2.3