scttnlsn / dandelion

Incremental Git repository deployment.
http://scttnlsn.github.io/dandelion
MIT License
738 stars 60 forks source link

Dandelion for Jekyll #138

Closed nitishdhar closed 8 years ago

nitishdhar commented 8 years ago

Hey,

I am trying to use dandelion with a jekyll site. I thought I would use the additional option to set the local _site path and the remote path as / and exclude the main root / path so dandelion can work from application root and still deploy only the _site folder.

But this doesn't seem to work. / in exclude is not respected and it starts uploading the whole website.

Any approach to make this work with a jekyll site without having to move dandelion inside the _site folder?

Thanks

nitishdhar commented 8 years ago

Nevermind, my bad, I did not explore the localpath option. This setup works -

path: / local_path: _site/