- Create a fork of the site's repository
- Clone that fork to your computer and run 'bundle install' from the project's directory to grab any dependencies
- Run
rake theme:new
to create a new theme - Edit the resulting file in the
_posts/
directory, filling out the metadata and adding some post content - Add a thumbnail to your post by creating a 720×400px image, adding it to '/images', and listing its path in your metadata
- Run
rake site:preview
to make sure you're happy with your post - Push your changes to GitHub and open a pull request on our repository