Merge the real site metadata into this repo

This commit is contained in:
Nick Pegg 2017-10-14 10:41:31 -07:00
parent 02a17e1465
commit 55610cb0ba
62 changed files with 1989 additions and 1 deletions

View file

@ -0,0 +1,15 @@
date: 2010-10-22
tags:
- programming
title: New Website (Again!)
---
Yes, it's that time of year. Time to change my website design
_yet again_!
I got tired of dealing with Wordpress and wrote my own static page generator
in Python, dubbed [Posty](http://github.com/nickpegg/posty). I know, I'm
kind of [re-inventing the wheel](http://ringce.com/hyde) here and there
are some [really nice solutions](http://github.com/mojombo/jekyll/wiki) to
this problem, but why not just make something for making's sake?
Plus, I just feel _cool_ using Markdown and YAML to update my website.