Create new Jekyll Post
To create a new Jekyll Post, create a new file on _posts directory with the format
YYYY-MM-DD-title.MARKUP
Replace MARKUP with the file extension for the language you want to use. This is usually Markdown(.md or .markdown) or HTML(.html).
_posts/2017-01-01-hello-jekyll.m...