Phil Ingrey bio photo

Phil Ingrey

'The dumbest smart person I know' - a friend

Email Twitter LinkedIn Github CV

So there has been little to no activity on this blog for a couple of years, perhaps unsurprisingly this is very strongly correlated to my eldest son’s birthday. However I have finally had some time to give the site some TLC and what you see now is the end result. This aim of this post is to explain the tech behind the new look and the (hopeful) future of this blog.

Tech stack

With this redesign I had one thing in mind: ease of maintenances:

New Mantra

That lead to the following changes:

  • Wordpress needs maintenance, so get rid of it
  • My current hosting provider is slow and has outages, so get rid of it
  • Custom plugins (e.g. comments) also require maintenance, so get rid of them!

I have ended up using Jekyll to generate a static site, i.e. all the server has to do is send files on request. No dynamic calculations of any kind. Now the blog is static I can solve problem two: move away from my current hosting provider. Luckily github not only has a method for serving static content, but natively supports jekyll so now writing a post is as simple as writing some markdown, committing it to git and pushing to github. Finally the comments are now powered by Disqus, not only are they a pretty cool company, e.g. this presentation, but as their servers handle the dynamic interaction it’s one of the only ways to have comments on a static site.

As an added bonus, none of this costs a penny. So if you’d like to create your own blog, register with github, set up jekyll and post away.

Migration

New site is this-a-way

All old links still work. As and when I have the time I’ll be setting permanent redirects to the github versions of the blog posts. Also I’ll slowly migrate the demos that aren’t already on github.

Future

Well that’s all well and good, but that’s just about the old content, what about new content?

To be honest, it’s going to be sporadic. I have a few ideas to research and little time to do it. I’m aiming for 1-2 posts per year, that might not seem like much but it’s a definite improvement on the last few years’ average.