Plugin and theme for Lunr.js
Install the theme
pip install render_engine_lunr
Import the theme into your project
from render_engine import Site from render_engine_lunr import Lunr app = Site() app.register_theme(Lunr)