make will attempt to build CSS and run a local binary of cycle to build the site.
make cycle will download the cycle binary (for Linux only at the moment).
make clean will delete site/ dir and site.css file.
Tachyons is included in the repo.
Any additional custom CSS should happen in custom.css.
Each post is two files: a markdown file and a corresponding JSON file.
The JSON file is the contextual data for the matching post.
Pages have the same structure as posts: a markdown file and a JSON file for data.
The JSON files must have a permalink defined.
{
"permalink": "/foo/bar",
}