This is the main app used to generate and publish posts to the CodeLand blog.
- Clone the repository
- Create your post by running rake new_post["Yout Post Title"]
- Edit your post on _posts/
- Execute rake generate preview
- Access localhost:4000/blog on your browser and review your post
- If everything is allright, commit your post with git commit -m 'Post: Your Post Title'
- Just push it all up!
And we're done :)