This is my personal website where I log my thoughts and learning into a central place.
The template inspiration was from a Jekyll theme Hyde. I have updated the theme with Grid and Flexbox and added my own customization.
Custom command to create a new post, TITLE: Words separated with space
$ bundle exec thor post:create TITLE
To change the current date:
$ bundle exec thor post:create my new post -d 2021-07-05
For help on thor command
$ bundle exec thor post:help create