Managing a blog from the command line
So I want to document my journey on a blog. There are lots of blogs out there and which one to choose. There are blogs like wordpress that have a cli agent but I wanted something simple that does the job. After little searching I stumbled over jekyll. It is manageble from the terminal and I can write my posts in vim. Great!
You can find everything about it at https://jekyllrb.com
Now I have to learn some markdown language. The complete workflow from post to publish will be done by hand for now but I think some automation will come in the near future. Although jekyll is written in ruby, my automation will be done in python (sorry people).
To learn some markdown language I will start at https://www.markdowntutorial.com/