obol

Owner: IIIlllIIIllI URL: git@git.0x00nyx.xyz:seb/obolserver.git

example-site/config.json

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