Anybody have any good ways of updating Jekyll blogs via an iPad short of sshing into a Linux box and editing with vim? Basically I guess I need a git aware editor, with bonus points if it handles markdown well.
@bsharitt @sheogorath also late but, perhaps give Jekyll Admin a try: https://github.com/jekyll/jekyll-admin - I've never used it but, remembered seeing it in the past and thought it might be something else for you to consider.
@bsharitt I know I'm quite late to the party, but maybe netlifycms is what you are looking for:
https://www.netlifycms.org/docs/jekyll/
This is a static JS driven Admin backend for Jekyll that will integrate with your git hosting provider be it GitHub, gitlab, or any other sort of git forge (note that for some you might need a gateway).
I haven't been using it myself yet, but it was recommended to me multiple times and it looks quite solid :)