- Clone on of the existing posts from
_posts
directory - Create an issue at https://github.com/thekalinga/thekalinga.in-comments/issues
- Replace existing issue number in this new post with the above created issue number
- Update title, categories & everything else from the new post markdown
- Commit & Push
- Wait for travis to push the built github pages to
- Install rvm
- Create a copy of an existing post & paste it in
_drafts
folder - Run
bundle exec jekyll serve --verbose --drafts
from the cloned directory which starts jekyll server with drafts enabled - Access local server at http://localhost:4000
- Once development is done, move the draft from
_drafts
to_posts
- Run
bundle exec jekyll serve