Obsidian to Live: Automated Blog Pipeline with OneDev
Overview Before writing anything else on this blog, it felt right to write about the blog itself. By the time you’re reading this post, it has already gone through the exact pipeline described below: written in Obsidian, pushed to a git repo, built into a static site, packaged into a container, and deployed to dpall.dev without me touching a server. The goal was simple: writing should be the only manual step. Everything after “commit” should happen on its own. ...