Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/riesinger/hugo-golunr

A hugo-lunr alternative written in go
https://github.com/riesinger/hugo-golunr

go golang hugo lunr

Last synced: about 2 months ago
JSON representation

A hugo-lunr alternative written in go

Awesome Lists containing this project

README

        

# `hugo-golunr`, a golang alternative to [hugo-lunr](https://www.npmjs.com/package/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

```sh
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.