Adding Search to Your Site with JavaScript

1 · David Walsh · March 20, 2019, 12:01 p.m.
Static website generators like Gatsby and Jekyll are popular because they allow the creation of complex, templated pages that can be hosted anywhere. But the awesome simplicity of website generators is also limiting. Search is particularly hard. How do you allow users to search when you have no server functions and no database? With JavaScript! […] The post Adding Search to Your Site with JavaScript appeared first on David Walsh Blog. ...