gethinode / mod-flexsearch

A Hugo module to add full text search powered by FlexSearch to your Hinode site

Home Page:https://gethinode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hinode Module - FlexSearch

A Hugo module to add full text search powered by FlexSearch to your Hinode site

About

Logo

Hinode is a clean blog theme for Hugo, an open-source static site generator. Hinode is available as a template, and a main theme. This repository maintains a Hugo module to add FlexSearch to a Hinode site. Visit the Hinode documentation site for installation instructions.

Contributing

This module uses semantic-release to automate the release of new versions. The package uses husky and commitlint to ensure commit messages adhere to the Conventional Commits specification. You can run npx git-cz from the terminal to help prepare the commit message.

Configuration

This module supports the following parameters (see the section params.modules in config.toml):

Setting Default Description
flexsearch.canonifyURLs false If set, uses absolute URLs for the indexed pages instead of relative URLs.
flexsearch.frontmatter false If set, includes front matter in the page content. The search index function adds all parameters with the name content, heading, title, preheading recursively.
flexsearch.filter "params" Restricts the scanned frontmatter variables to the named filter. By default, all front matter variables are scanned. Only applicable when flexsearch.frontmatter is set.

About

A Hugo module to add full text search powered by FlexSearch to your Hinode site

https://gethinode.com

License:MIT License


Languages

Language:JavaScript 44.3%Language:HTML 29.5%Language:SCSS 26.2%