Archive | Pages

Keep up to Date

In case you want to know when I post new articles it’s unlikely that you will want to check the site manually every day. To make it easier for you, there are several ways in which you can receive updates about new content being posted to this site. RSS If you use an RSS reader, there are feeds available. Either a traditional RSS feed or a JSON Feed which you should only use if you know your reader supports it and I mostly built to try things out.

About

Obviously, this site is focused on the things I find interesting and useful. As this is mostly a one-man show, that means I decide what shows up here. Which leads to two natural questions: What do I think is interesting? Who am I? Interesting Let’s start with what I find interesting. Actually, that is a fairly wide range of subjects, but my main focus on this site will be related to programming and everything around it.

Search

Based on https://gist.github.com/eddiewebb/735feb48f50f0ddd65ae5606a1cb41ae This file exists solely to respond to /search URL with the related search layout template. No content shown here is rendered, all content is based in the template layouts/page/search.html Setting a very low sitemap priority will tell search engines this is not important content. This implementation uses Fusejs, jquery and mark.js Initial setup Search depends on additional output content type of JSON in config.toml ``` [outputs] home = [“HTML”, “JSON”] ```