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