Design Doc: Posting to My Hugo Blog Directly from iPhone
Design Doc: Posting to My Hugo Blog Directly from iPhone 1. Problem I wanted a low-friction way to publish to my blog from my iPhone. The original blog setup was simple: content lives in Markdown inside a Hugo repo GitHub Actions builds and deploys the site GitHub Pages serves the final static output That setup is good for reliability, but not good for writing on mobile. Editing Markdown through GitHub’s mobile UI technically works, but it is still a repo workflow, not a writing workflow. ...