Files
vkane.cz/config.json
Vojtěch Káně e908551eca Initial commit
2021-06-01 17:45:59 +02:00

46 lines
759 B
JSON

{
"baseURL": "https://vkane.cz",
"languageCode": "en",
"title": "Vojtěch Káně",
"theme": "hermit",
"author": {
"name": "Vojtěch Káně"
},
"markup": {
"goldmark": {
"renderer": {
"unsafe": true
}
}
},
"params": {
"homeSubtitle": "A CS student, a scout and a technology enthusiast",
"dateform": "2006-01-02",
"dateformShort": "02.01.",
"dateformNumTime": "2006-01-02 15:04",
"social": [
{
"name": "github",
"url": "https://github.com/vojta001"
},
{
"name": "gitlab",
"url": "https://gitlab.com/vojta001"
},
{
"name": "twitter",
"url": "https://twitter.com/VojtechKane"
},
{
"name": "email",
"url": "mailto:vojtech@vkane.cz"
}
]
},
"enableRobotsTXT": true
}