When I migrated my site to Nikola I wanted to ensure I could manage my blog from the shell, the web, Android smartphone or Android tablet. I took some inspiration from Joe Hewitt’s article Dropbox is my publish button and created a free Dropbox account which links to a shared folder on my Dropbox Pro account. I created a simple shell script (invoked via cron every minute) that looks for a trigger file, if the trigger file exists Nikola publishes and deploys the site. I am able to edit conte...