Skip to content

Commit

Permalink
Add sample config.json file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mythmon committed Apr 3, 2012
1 parent 0cf9f10 commit 68d143b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config.json.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"repositories": {
"Repo1": {
"path": "/var/git/repo1",
},
"Repo2": {
"path": "/var/git/repo2",
"script": "./generate_site.sh"
}
}
}

0 comments on commit 68d143b

Please sign in to comment.