this is the home of my personal website and associated code wranglings.
Instructions for creating a new blogpost:
- create a new file under: _posts/blog/, named according to the following convention:
"YYYY-MM-DD-topic-separated-by-dashes.md" using the following template:
- copy the following text as a template (remove leading apostrophes):
---
layout: post
category: Blog
title: "New blog post title"
author: "Joel Masselink"
twitter: j_masselink
permalink: /blog/YYYYMMDD.html
---