Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Am I the "My mobile git workflow guy"[1]?

[1] https://wojteksychut.com/posts/this-domain-is-8-minutes-old/



Mine’s similar but with fewer steps.

- 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.


I have similar with even fewer steps!

Edit directly in working copy

Blog repo is on GitHub

When I push to the main repo Cloudflare Pages does hugo build


Alright, you win. I do love iA Writer for writing prose, though.


That is fair, it is a very nice app to write in




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: