Skip to content

kjaymiller/render_engine_lunr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lunr

Plugin and theme for Lunr.js

How to use this theme

  1. Install the theme

    pip install render_engine_lunr
  2. Import the theme into your project

    from render_engine import Site
    from render_engine_lunr import Lunr
    
    app = Site()
    app.register_theme(Lunr)