Post to a Jekyll blog from mobile (iPad or iPhone)

355 views
Skip to first unread message

Carlos Eduardo de Paula

unread,
Jan 5, 2012, 12:31:59 PM1/5/12
to jeky...@googlegroups.com
I have a personal website/blog hosted on Github Pages. From my computer it's a simple `git commit` and `git push` and there it is, post published.

What I would like to know is if is there any solution to post from a mobile device (iPad / iPhone) or even a remote computer that does not have git and stuff like that.

Is there such solution?

Thanks

Daniel Black

unread,
Jan 5, 2012, 1:02:51 PM1/5/12
to jeky...@googlegroups.com
Hi, Carlos,

You could use a three-pronged approach:

1. Use cron (on OS X/Linux) or something similar to execute the publishing on a schedule.

2. Keep your blog locally in a Dropbox folder.

3. Use an iOS app (e.g., Droptext) that syncs via Dropbox to edit posts.

There is a little marginal work to do, e.g., writing in a _drafts folder and moving to the _posts folder (which the cron job targets). The Dropbox app for iOS will suffice.

This will work, and even smoothly once it's set up. It may not be the elegant approach you're looking for, though.

Cheers,

Daniel

Reply all
Reply to author
Forward
0 new messages