Closed eunjae-lee closed 4 years ago
Hi Eunjae,
I really appreciate your efforts to add search functionality to the starter but I would like to keep the starter nimble and without many features so everybody can drop in what they need and therefore don't want to merge this.
Hi Alexander, I understand your decision. Have a nice day.
Hi there, My name is Eunjae.
This PR adds Algolia search functionality to the starter. It requires the following 4 environment variables:
gatsby-node.js
)If they are given, at build time, it will upload all the data to Algolia server by using
gatsby-plugin-algolia
. And if they are given, there will beSearch
menu on the header. The design of search page isn't good. This is a very basic implementation to show you.https://goofy-morse-b7fc68.netlify.com/
Let me know if you want me to refine this PR and if you want to move forward.