Skip to content

Hugo theme component for implementing static site search using Fuse.js

License

Notifications You must be signed in to change notification settings

mwallner/hugo-search-fuse-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is not a standalone theme. This is a Hugo theme component.

To use this:

  1. Clone this repo to your-site/themes/hugo-search-fuse-js directory.
  2. Add “hugo-search-fuse-js” as the left-most element of the theme list variable in your site’s or theme’s config.toml. Example:
    theme = ["hugo-search-fuse-js", "my-theme"]
        

Requires Hugo 0.42.

About

Hugo theme component for implementing static site search using Fuse.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.1%
  • HTML 32.9%