ETOOBUSY 🚀 minimal blogging for the impatient
Posts publishing routine in a script
TL;DR
Keeping lazyness levels high
After setting the ETOOBUSY automated publishing system, it was only time to turn the usual publishing routine:
- add new post to the local Git repo
- commit the post with a message
- push to the private repo
- add the tag indicating the date for publishing
- push the tag to the private repo
into a script:
I’m looking at you, future me!