Skip to content

Lektor plugin for serialize sources contents to json for using with static search js libraries

Notifications You must be signed in to change notification settings

rlaverde/lektor-static-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lektor-tipue-search

This is under development

This is a plugin for Lektor that adds support for tipue search to projects. When enabled it can generate json files in the tipue-search/ folder automatically when the server (or build process) is run with the -f tipue flag.

Enabling the Plugin

To enable the plugin add this to your project file, run this command while sitting in your Lektor project directory:

lektor plugins add lektor-tipue-search

Configurations

You should add an entry for any model taht you want to be generated into de json file

configs/tipue-search.ini:

[blog-post]
title = title
text = summary
tags = tags

Usage

lektor build -f tipue

About

Lektor plugin for serialize sources contents to json for using with static search js libraries

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages