website/config.json
2020-09-14 16:24:02 +02:00

34 lines
675 B
JSON

{
"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
}
]
}
}