getnikola / plugins

Extra plugins for Nikola
https://plugins.getnikola.com/
MIT License
56 stars 92 forks source link

Add FlexSearch plugin with search functionality for Nikola sites #441

Closed dacog closed 1 month ago

dacog commented 1 month ago

Hi,

This commit introduces a new FlexSearch plugin that provides search functionality for Nikola static sites.

The plugin generates a JSON file containing article data, which is used with FlexSearch to enable search capabilities on the site. It includes instructions on how to implement search results in a div or an overlay. Also, contains added configuration options in a sample conf.py.sample file which allows users to customize according to their needs.

Here is an example image of the search:

example_overlay

I hope this time I didn't forget anything.

Best,

Diego

Kwpolska commented 1 month ago

Thanks for contributing!