uBlogger
uBlogger copied to clipboard
refactor(lunr): always perform a wildcard search
-
Enable lunr:
# config.toml [params.search] enable = true type = "lunr" contentLength = 4000 snippetLength = 200 -
Enable
index.jsongeneration by adding"JSON"entry tooutputs.home:# config.toml [outputs] home = ["HTML","RSS", "JSON"]
Preview
With this PR

Before
