From d0deda9b496f582374f71bf25dd97b8410387a21 Mon Sep 17 00:00:00 2001 From: frosty Date: Fri, 22 Aug 2025 08:54:40 -0400 Subject: initial commit --- hugo.toml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 hugo.toml (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..571ab1f --- /dev/null +++ b/hugo.toml @@ -0,0 +1,47 @@ +baseURL = "https://mending.trade/" +languageCode = "en-us" +title = "frostyfalls" +theme = "orca" +uglyURLs = true + +[params] +mainSections = ["blog", "music"] + +[frontmatter] +date = ["date", "publishDate", "lastmod"] +lastmod = ["lastmod", ":git", "date", "publishDate"] + +[[menus.main]] +name = "home" +pageRef = "/" +weight = 10 + +[[menus.main]] +name = "now" +pageRef = "/now.html" +weight = 20 + +[[menus.main]] +name = "blog" +pageRef = "/blog.html" +weight = 30 + +[[menus.main]] +name = "music" +pageRef = "/music/" +weight = 40 + +[[menus.main]] +name = "uses" +pageRef = "/uses.html" +weight = 50 + +[[menus.right_main]] +name = "source" +url = "https://git.mending.trade/www/" +weight = 10 + +[[menus.right_main]] +name = "todo" +url = "/todo.html" +weight = 20 -- cgit v1.2.3