summaryrefslogtreecommitdiff
path: root/config.sample.json
blob: dee6f1baa523c39dde625b693f774a04eda9e00e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "gh_server": "github.com",
    "temp": "/home/ubuntu/jekyll-hook",
    "public-repo": True,
    "scripts": {
        "build": "./scripts/build.sh",
        "publish": "./scripts/publish.sh"
    },
    "email": {
        "user": "",
        "password": "",
        "host": "",
        "ssl": true
    },
    "accounts": [
        "developmentseed",
    ]
}