Run compass watch and jekyll --auto --no-server if you have separate vhost.
There's a script to set up a new post ./_newpost.sh.
Posts live in /posts dir.
I added basic author info but we can use that in Liquid to add an automated link and avatar. (todo)
All pages used to live in /p directory and are basically full copies. I abstracted them and now they run through post layout (for now) with some extra config entries. (comments disabled, etc.)
There's a style guide and a dummy page at the moment.
Check p/style-guide and p/about.
Removed raw_text and prism plugin because github pages cant use these due to security.
- check code in post (gist / normal) without prism
- improve author / meta info w/ avatar, possible links, date
- add a bit more layout