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

9 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

The plugin isn't published yet so you have to clone the repo into the packages folder

mkdir papckages
cd packages
git clone [email protected]:rlaverde/lektor-tipue-search.git

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