summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorDave Cole <dave@developmentseed.org>2013-04-10 10:55:31 -0400
committerDave Cole <dave@developmentseed.org>2013-04-10 10:55:31 -0400
commit5e47199c472a2052a7393e3493b8d7c95be53189 (patch)
tree45e907c233adce8ec0b814dfd1ef45db09315f42 /readme.md
parent809a9b5204804ef36bae56f04eb640ab342fd381 (diff)
Better documentation.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index fec9b3a..8527369 100644
--- a/readme.md
+++ b/readme.md
@@ -1,14 +1,15 @@
# jekyll-hook
-A server that listens for webhook posts from GitHub, generates a site with Jekyll, and moves it somewhere to be served. Use this to run your own GitHub Pages-style web server. Great for when you need to serve your websites behind a firewall, need extra server-level features like HTTP basic auth (see `default` file for Nginx config with basic auth), or want to host your site directly on a CDN or file host like S3. It's cutomizable with two user-configurable shell scripts and a config file.
+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. Great for when you need to serve your websites behind a firewall, need extra server-level features like HTTP basic auth (see below for an NGINX config with basic auth), or want to host your site directly on a CDN or file host like S3. It's cutomizable with two user-configurable shell scripts and a config file.
## Installation
-- `build.sh` installs server dependencies for Ubuntu Linux
- run `$ npm install` to install app dependencies
## Configuration
+Adjust `build.sh` and `publish.sh` to suit your workflow. By default, they generate a site with Jekyll and publish it to an NGINX web directory.
+
Copy the following JSON to `config.json` in the application's root directory.
```json