How I added search to my site with Lunr.js
18th April 2015 2:05 pm
As I mentioned a while back, I recently switched the search on my site from Google's site-specific search to Lunr.js . Since my site is…
18th April 2015 2:05 pm
As I mentioned a while back, I recently switched the search on my site from Google's site-specific search to Lunr.js . Since my site is…
4th April 2015 12:47 am
I've just finished implementing a new search engine for this site. Obviously, with it using a static site generator, searching a relational…
2nd March 2015 11:25 pm
Just thought I'd share a little trick I picked up recently. As you may know, GitHub flavoured Markdown (which I use for this blog) supports…
2nd March 2015 11:03 pm
In this tutorial, we're going to extend the chat system we built in the first tutorial to include the following functionality: Persisting…
15th February 2015 6:11 pm
As you may have seen if you're visiting the site, I've finally switched over from Octopress to the static site generator I've been working…