humanseelabs / gatsby-plugin-lunr-sample

Sample code for the article https://medium.com/humanseelabs/gatsby-v2-with-a-multi-language-search-plugin-ffc5e04f73bc demonstrating gatsby-plugin-lunr usage with Gatsby2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gatsby-plugin-lunr-sample

Sample code demonstrating gatsby-plugin-lunr usage with Gatsby2

Medium

Medium

Install

Make sure that you have the Gatsby CLI program installed:

npm install --global gatsby-cli

And run from your CLI:

gatsby new my-default-project https://github.com/gatsbyjs/gatsby-starter-default#v2

Then you can run it by:

cd my-default-project
gatsby develop

About

Sample code for the article https://medium.com/humanseelabs/gatsby-v2-with-a-multi-language-search-plugin-ffc5e04f73bc demonstrating gatsby-plugin-lunr usage with Gatsby2.

License:MIT License


Languages

Language:CSS 68.0%Language:JavaScript 32.0%