diff --git a/content/about.md b/content/about/index.md similarity index 88% rename from content/about.md rename to content/about/index.md index 1d45b48..dd8f721 100644 --- a/content/about.md +++ b/content/about/index.md @@ -1,7 +1,7 @@ +++ title = 'About' date = 2024-10-01T17:00:04+02:00 -draft = true +draft = false +++ We should have some description here, I guess diff --git a/hugo.toml b/hugo.toml index 286781a..6f77958 100644 --- a/hugo.toml +++ b/hugo.toml @@ -85,10 +85,21 @@ weight = 2 [[languages.en.menu.main]] name = "About" -url = "about" +url = "about/" weight = 3 [[languages.en.menu.main]] name = "Source" url = "https://gitea.badhouseplants.net/badhouseplants/badhouseplants-net" weight = 5 +[params.fuseOpts] + isCaseSensitive = false + shouldSort = true + location = 0 + distance = 1_000 + threshold = 0.4 + minMatchCharLength = 0 + keys = [ "title", "permalink", "summary", "content" ] + +[outputs] +home = [ "HTML", "RSS", "JSON" ]