A while back, Sharvil requested a quick overview of how I post stuff to my blog, so I thought I’d post a rundown of it.
At the base, I use a git repository to store files named entryNNNN.txt. Each has the basic format:
title: Meta post: How my blog works
date: 2012/07/27
category: software
---
A while back, Sharvil requested a quick overview of how I post stuff to my blog, so I thought I'd post a rundown of it.
At the base, I use a git repository to store files named entryNNNN.txt. Each has the basic format:
To start a new post and fill in some of this, I have a script called ’newentry.sh’, which determines the latest entry number and adds one to get a new filename (eg, entry0081.txt).