From e1e30d98328f77f2b3bf404a884b52af814f21e8 Mon Sep 17 00:00:00 2001 From: Skiz Date: Sat, 31 Aug 2024 15:17:24 -0400 Subject: Setup hugo config --- hugo.toml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 hugo.toml (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..4e6a4f7 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,24 @@ +baseURL = 'https://iloveliquids.com/' +languageCode = 'en-us' +title = 'I Love Liquids' + +[params] + # "relatedtext" is the text that appears above the tag list at the bottom of pages. + relatedtext = "Related" + favicon = "/images/gifs/USflag.gif" + + #list items + datesinlist = true + authorsinlist = true + + #footer items + nextprev = true + taglist = true + showrss = true + +[taxonomies] + tag = "tags" + +[markup.goldmark.renderer] + unsafe = true # Allow HTML in md files + -- cgit v1.2.3