From 24897b4ec55af3f21ce690783b9ca62c51f2ee67 Mon Sep 17 00:00:00 2001 From: frosty Date: Mon, 19 May 2025 08:48:52 -0400 Subject: initial commit --- hugo.toml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 hugo.toml (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..18a45ca --- /dev/null +++ b/hugo.toml @@ -0,0 +1,30 @@ +baseURL = "https://mending.trade/" +languageCode = "en-us" +title = "frostyfalls" +theme = "polaris" +uglyURLs = true +minifyOutput = true + +[permalinks] +blog = "/:2006/:01/:02/:title/" + +[params] +subtext = "Lots of ideas, not many implementations." + +[params.author] +name = "frosty" + +[[menu.left_nav]] +name = "about" +pageref = "/about.html" +weight = 10 + +[[menu.left_nav]] +name = "now" +pageref = "/now.html" +weight = 20 + +[[menu.right_nav]] +name = "source" +url = "https://github.com/frostyfalls/frostyfalls.github.io" +weight = 10 -- cgit v1.2.3-70-g09d2