Skip to main content
  1. Categories/

Code

2016


Hugo

·1 min

Another year, another blog engine. I’ve dropped Jekyll in favour of Hugo.

Jekyll required Ruby, and gem management which isn’t particularly difficult, but was becoming annoying when I have to manage it across 4 different machines. Hugo just works.

HTTPS

·1 min

Now that Let’s Encrypt is live, the site is now accessible over https. The only thing of note is that you need to reference site local assets using:

<a href='/some/protocol/free/path'>some internal link</a>

Otherwise the site isn’t entirely secured by https.

2014


Powershell hr

·1 min

I saw this on reddit (or possibly hackernews) the other day that produces a simple banner line in bash.

So here’s a powershell version: