This site expresses only my private thoughts, they are not related to any employer of me.
The Jekyll theme is shameless taken from So Simple Theme by designer slash illustrator Michael Rose.
- Ensure you have a folder
_drafts
. - Run
bin/new_post.rb <Title, with whitespaces>
this generates a Markdown file with name<2020-10-10-Title,_with_whitespaces>.md
in_drafts
folder, if exists, else in project folder. - To run it local
bin/run
- If you are ready/finishing writing, move it into to
_posts
folder to publish. - push the changes