diff options
Diffstat (limited to 'metadata')
| -rw-r--r-- | metadata/metadata.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/metadata/metadata.json b/metadata/metadata.json new file mode 100644 index 0000000..dce6192 --- /dev/null +++ b/metadata/metadata.json | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | { | ||
| 2 | "sitetitle": "Volpeon's Den", | ||
| 3 | "menus": { | ||
| 4 | "main": [ | ||
| 5 | { | ||
| 6 | "id": "home", | ||
| 7 | "label": "Home", | ||
| 8 | "url": "/" | ||
| 9 | }, | ||
| 10 | { | ||
| 11 | "id": "blog", | ||
| 12 | "label": "Blog", | ||
| 13 | "url": "/blog" | ||
| 14 | } | ||
| 15 | ] | ||
| 16 | } | ||
| 17 | } | ||
