From 9effca2b1ae09d399eb151d4d62a19752040c5c2 Mon Sep 17 00:00:00 2001 From: "Benjamin J. Balter" Date: Wed, 15 May 2013 13:01:33 -0400 Subject: move sample config from readme to individual file --- config.sample.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 config.sample.json (limited to 'config.sample.json') diff --git a/config.sample.json b/config.sample.json new file mode 100644 index 0000000..1ad82cf --- /dev/null +++ b/config.sample.json @@ -0,0 +1,18 @@ +{ + "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" + ] +} \ No newline at end of file -- cgit v1.2.3