Fix the about page and the search
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
9457640f0a
commit
7a6dd6fb84
@ -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
|
13
hugo.toml
13
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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user