tumashu / org2web

A static site generator based on org-mode
http://tumashu.github.io/org2web
89 stars 10 forks source link

Support for rclone as remote command #8

Closed shackra closed 8 years ago

shackra commented 8 years ago

This feature adds the possibility to upload static files to Google Drive, Amazon S3, Openstack Swift, Rackspace cloud files, Memset Memstore, Dropbox, Google Cloud Storage, Amazon Drive, Hubic, Backblaze B2, Yandex Disk and even the local storage of the user.

Also, some improvements on the code have been done in order to make a better UX, like checking if a valid symbol is used in :remote. Those valid symbols are 'git and 'rclone.

tumashu commented 8 years ago

good job!