diff options
author | frosty <passedgoandgot200@disroot.org> | 2025-05-19 08:48:52 -0400 |
---|---|---|
committer | frosty <passedgoandgot200@disroot.org> | 2025-05-19 08:48:52 -0400 |
commit | 24897b4ec55af3f21ce690783b9ca62c51f2ee67 (patch) | |
tree | 827232f612a72f267a1bebc08912acf7901b281e /hugo.toml |
initial commit
Diffstat (limited to 'hugo.toml')
-rw-r--r-- | hugo.toml | 30 |
1 files changed, 30 insertions, 0 deletions
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 |