This is the source for empirical-soft.com. It uses Jekyll to generate the site from the included Markdown files. Hosting is provided by GitHub Pages.
To build the website and start a server locally:
$ make
When finished:
$ make clean
Uploading changes via git will automatically build the website, so pushed commits go live immediately.
Make a copy of _drafts/sample.md
and edit away. Then run:
./publish.sh _drafts/my_post.md
See Jekyll's notes for more info.