- Create a new Markdown file in
_posts
, with the date and the post title e.g.:_posts/2012-03-28-hello-blog-people.md
- Write your blog post
- Run
jekyll --server
and navigate to localhost:4000 to make sure your post looks correct - Commit your post
- Send a pull request!