|
|
|
|
|
by nikeee
1897 days ago
|
|
I use GitHub actions for simple, text-only posts. I set up an action that gets dispatched once an issue with the label "post" is opened. It then takes that, creates a markdown file with that content and creates a commit. The original issue is then closed. For more convince, I also have an issue template called "Blog Post", which has already the label set etc. Then, you can bookmark/pin a link to the new issue on your phone's home screen. I found myself using that instead of git, even if I have a fit client and the repository already cloned. Currently, it does not support issues where the "post" label is added after issue creation (would be useful for drafts). But it would be entirely possible, as well as image/media/file support. |
|