Fusejs
HugoModo FuseJS
Adds site search functionality to Hugo sites.
Support on Beerpay
Hey dude! Help me out for a couple of 🍻!
Installation
Follow the usual steps for installing a HugoModo extension, then:
- Add a JSON output for
homein your site config:
[outputs]
home = [
"HTML",
"RSS",
"JSON"
]- Add a content file at
content/search.mdwith frontmatter:
---
title: Search
layout: search
---- That’s it! Were you expecting extra steps? Load up your site and visit
/searchto see it working.
Roadmap
- Searchbar partial for inclusion in templates.