obol
example-site/config.json
{
"site": {
"title": "Example Site",
"baseUrl": "http://localhost:8080"
},
"pages": [
{
"path": "/",
"template": "home.html",
"data": "home.json"
}
]
}
{
"site": {
"title": "Example Site",
"baseUrl": "http://localhost:8080"
},
"pages": [
{
"path": "/",
"template": "home.html",
"data": "home.json"
}
]
}