website/config.example.json
2018-10-01 15:55:49 +02:00

15 lines
360 B
JSON

{
"http": {
"port": 8080
},
"blog": {
"authors": [
{
"name": "redducks",
"description": "passionate and violence loving programmer",
"image": "https://img00.deviantart.net/a0f8/i/2012/356/3/3/generic_anime_girl__1_by_light1523-d5ou547.png"
}
]
}
}