Added documentation for new Static Publisher tool
This commit is contained in:
parent
fe36329004
commit
8c485155ce
|
@ -84,6 +84,10 @@ host your site directly on a CDN or file host like S3.
|
||||||
Setup steps are fully documented
|
Setup steps are fully documented
|
||||||
[in the `jekyll-hook` repo](https://github.com/developmentseed/jekyll-hook).
|
[in the `jekyll-hook` repo](https://github.com/developmentseed/jekyll-hook).
|
||||||
|
|
||||||
|
### Static Publisher
|
||||||
|
|
||||||
|
[Static Publisher](https://github.com/static-publisher/static-publisher) is another automated deployment option with a server listening for webhook posts, though it's not tied to GitHub specifically. It has a one-click deploy to Heroku, it can watch multiple projects from one server, it has an easy to user admin interface and can publish to either S3 or to a git repository (e.g. gh-pages).
|
||||||
|
|
||||||
### Rake
|
### Rake
|
||||||
|
|
||||||
Another way to deploy your Jekyll site is to use [Rake](https://github.com/jimweirich/rake), [HighLine](https://github.com/JEG2/highline), and
|
Another way to deploy your Jekyll site is to use [Rake](https://github.com/jimweirich/rake), [HighLine](https://github.com/JEG2/highline), and
|
||||||
|
|
Loading…
Reference in New Issue