How this site works

18 Jun 2018

Development goals

I had several goals when creating this site:

I decided at the outset not to host blog comments - partly because of my non-tracking approach, but also because I don’t want to deal with spam or worry about content moderation.

These goals fundamentally drove my choice of hosting platform and development tools.

Hosting

I’m using GitHub Pages as my hosting environment. GitHub is a web-based content hosting service, and is itself built on the open-source Git version control system. GitHub Pages is a service offered by GitHub for hosting static websites - sites whose content is prepared in advance and which does not use information harvested from readers when they visit the site.

Content creation

My content creation workflow is a standard one for GitHub Pages:

If you want to try this yourself, there are some really great tutorials that explain the steps needed to create a GitHub Pages site. The set-up process basically involves creating some folders and files that provide the framework Jekyll needs to automatically convert text files in a GitHub repository into web-pages. The tutorials typically provide full examples, although you’ll need beginner-level awareness of html and css to change the default template settings.

By default, a GitHub Pages website will have github in its web address. However, it’s relatively easy to create your own custom domain (in this case, www.non-kinetic-effects.co.uk) and make it point at the GitHub site (although this will typically incur a small registration fee with a third party registration service).

Assessment

Now that I have the site up and running, the tools aren’t getting in my way (unlike some - I’m looking at you, Blender) and I can completely focus on the creative process. The individual tools are reasonably well documented and so far I haven’t hit any fundamental show-stoppers. The only things that required a little trial and error were the process of pointing my custom domain at GitHub (by editing the CNAME record from my domain registration account), and making the site responsive to different device types (page width and image re-sizing).

Just as my site went live, GitHub announced that they were going to be acquired by Microsoft. It’s not yet clear whether Microsoft will keep GitHub ad-free and free-to-use, or take actions that degrade the GitHub service. However, because I have a non-GitHub URL and am using open source tools, I can move the entire site elsewhere if necessary, and readers shouldn’t notice any difference.