Get the latest from master
git pull origin master
Create a new branch with the following format.
post/whatever-post-title-is
New posts go in _posts
directory. Every single post is actually a file of the format
YYYY-MM-DD-whatever-post-title.md
Write your post in markdown syntax
To test what you have created locally. Run
bundle exec jekyll serve
The application is accessible at http://localhost:4000/
Once everything went as expected, push your branch and create a pull request. Feel free to add a reviewer.
To learn more what goes in a post. Please refer to jekyll docs