UNPKG

hugo-lunr-indexer

Version:

Generate Lunr indices for Hugo static sites by parsing front matter.

5 lines (3 loc) 68 B
#!/usr/bin/env node const hli = require("../"); new hli().index();