Skip to content

riesinger/hugo-golunr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hugo-golunr, a golang alternative to hugo-lunr

As you probably don't like installing node, npm and a ton of packages into your CI, which generates a static hugo page, I created this golang implementation of hugo-lunr. It generates a lunrjs search index from the current working directory.

Installing

go install github.com/riesinger/hugo-golunr@latest

Usage

cd /path/to/your/site
hugo-golunr

Pretty easy, huh? After running hugo-golunr, you'll see a search_index.json file in your ./static directory. Just load that in your theme.

About

A hugo-lunr alternative written in go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages