Intro
In my last post I went over creating a blogging workflow that utilized Obsidian, Hugo, and GitHub. The Obsidian plugin streamlined the migration of data from Obsidian to Hugo, but the building and deployment of the Hugo site involved a little jiggery-pokery.
Wouldn’t it be nice if we could automate the process? Here’s where bash scripting comes to the rescue. I’ll post an example of my script here and then I’ll go over what it does.