website/config.json

35 lines
675 B
JSON
Raw Normal View History

2020-09-14 16:24:02 +02:00
{
"baseURL": "https://vrifox.cc/vrifox.cc_hugo/",
"languageCode": "en-us",
"title": "Have a nice day.",
"enableRobotsTXT": true,
"menu": {
"main": [
{
"identifier": "blog",
"name": "Blog",
"title": "blog",
"url": "/blog",
"weight": 2
},
{
"identifier": "projects",
"name": "Projects",
"title": "projects",
"url": "/projects",
"weight": 3
}
],
"links": [
{
"identifier": "mastodon",
"name": "Mastodon",
"title": "mastodon",
"url": "https://social.anoxinon.de/@vrifox",
"weight": 4
}
]
}
}