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
home
in your site config:
[outputs]
home = [
"HTML",
"RSS",
"JSON"
]
- Add a content file at
content/search.md
with frontmatter:
---
title: Search
layout: search
---
- That’s it! Were you expecting extra steps? Load up your site and visit
/search
to see it working.
Roadmap
- Searchbar partial for inclusion in templates.