summaryrefslogtreecommitdiffstats
path: root/metadata/metadata.json
blob: dce619205c577b0eedf7f5f700bac495ff000294 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "sitetitle": "Volpeon's Den",
    "menus": {
        "main": [
            {
                "id": "home",
                "label": "Home",
                "url": "/"
            },
            {
                "id": "blog",
                "label": "Blog",
                "url": "/blog"
            }
        ]
    }
}