From 3cc1b56810317d465044f8bc15f87d3537230377 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 23 Jul 2014 16:58:34 -0400 Subject: [PATCH] Add jekyll-hook to deployment methods. Port of #2617 to the master branch. --- site/docs/deployment-methods.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/site/docs/deployment-methods.md b/site/docs/deployment-methods.md index 75be6993..e1bab100 100644 --- a/site/docs/deployment-methods.md +++ b/site/docs/deployment-methods.md @@ -73,6 +73,19 @@ Deploying is now as easy as telling nginx or Apache to look at laptops$ git push deploy master {% endhighlight %} +### Jekyll-hook + +You can also use jekyll-hook, a server that listens for webhook posts from +GitHub, generates a website with Jekyll, and moves it somewhere to be +published. Use this to run your own GitHub Pages-style web server. + +This method is useful if you need to serve your websites behind a firewall, +need extra server-level features like HTTP basic authentication or want to +host your site directly on a CDN or file host like S3. + +Setup steps are fully documented +[in the `jekyll-hook` repo](https://github.com/developmentseed/jekyll-hook). + ### Rake Another way to deploy your Jekyll site is to use [Rake](https://github.com/jimweirich/rake), [HighLine](https://github.com/JEG2/highline), and