How to Publish from Obsidian to Hugo Blog with Claude Code (One Command)
Blog Publishing Workflow Using Claude Code Part 1: Tutorial The setup: I write in Obsidian. My blog runs on Hugo with the PaperMod theme, hosted on Netlify. I needed a way to go from markdown file → live on botharetrue.com with one command. The solution: A bash script that syncs from my vault, converts Obsidian syntax to Hugo, handles images, commits to git, and waits for Netlify deployment. Folder Structure Source (Obsidian vault): ...