- My blog lives in a Git repo I host on my own Gitea server.
- I run Working Copy on my iPad to push to/pull from the repo.
- I use iA Writer to edit files in Working Copy.
- Every 5 minutes, a script on my webserver runs `git pull`. If anything changed, it runs `hugo build`, then rsyncs the output to the webroot for my domain.
What I see in iA Writer is my blog’s contents. When I edit those words and `git commit` them in Working Copy, they magically show up on the web a few minutes later.
[1] https://wojteksychut.com/posts/this-domain-is-8-minutes-old/