Skip to main content

First Post - Introduction

Welcome! The object of this blog is to write up notes and personal opinions relating to cyber security and software.

The intention is to write detailed posts on specific tools or concepts so that I can refer to this blog as a sort of ‘cheat sheet’.

To make creating posts quick and easy, I’ve used GitHub Pages, Hugo the static site generator and the simple Anubis theme (with one tiny modification to the theme to change the HTML title attribute for each post).

Using GitHub Pages turns out to be a bit more hassle with Hugo than originally intended, needing one repo for the scaffolding and another for the pages that are generated into the ‘public’ folder. Luckily after initial setup it seems like there’s a handy deployment script to commit and push all the changes made to the public folder directly to GitHub. 😄