💾 Archived View for tilde.pink › ~gristlehex › gemini › 2020-09-20.gmi captured on 2020-11-07 at 01:37:40. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2020-10-31)
-=-=-=-=-=-=-
I stopped working on conversion to gopher for a bit and trying to finish automation part. The end goal is an automation script that converts files uploadeded to my Rapsberry Pi to gemini format and publishes them.
I started using an app called Editorial on my iPhone for editing markdown and so far very happy with it. It has workflows powered by python. Still experimenting with it to see if I can make workflow to edit and publish new posts to my Gemini blog.
There are two different ways of achieving this. One is to do everything including conversion to Gemini locally on iPhone. Another is to implement only upload to Raspberry Pi and then let it do the conversion and publishing.
I'm going to start with second approach as it seems easier to implement.