summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorDave Cole <dave@developmentseed.org>2013-05-15 10:09:57 -0700
committerDave Cole <dave@developmentseed.org>2013-05-15 10:09:57 -0700
commit6fd52bb8da1b4f3de1ad5d548a34511afa679fb4 (patch)
tree9cad0ce0f7a426634de872a5d2a06cadd8bb4c0b /readme.md
parent45d4a59238b571fcad098ead1a9b44dd01f54e96 (diff)
parent9effca2b1ae09d399eb151d4d62a19752040c5c2 (diff)
Merge pull request #3 from benbalter/config-sample
Move sample config from readme to individual file
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md23
1 files changed, 1 insertions, 22 deletions
diff --git a/readme.md b/readme.md
index 74589ef..acd9234 100644
--- a/readme.md
+++ b/readme.md
@@ -12,28 +12,7 @@ A server that listens for webhook posts from GitHub, generates a website with Je
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
-{
- "gh_server": "github.com",
- "temp": "/home/ubuntu/jekyll-hook",
- "scripts": {
- "build": "./scripts/build.sh",
- "publish": "./scripts/publish.sh"
- },
- "email": {
- "user": "",
- "password": "",
- "host": "",
- "ssl": true
- },
- "accounts": [
- "developmentseed",
- "mapbox"
- ]
-}
-```
+Copy `config.sample.json` to `config.json` in the root directory and customize.
Configuration attributes: