Files
vkane.cz/config.json
Vojtěch Káně dd5da12b96 Update nixpkgs -> update hugo to 0.152.2
That also requires a couple of changes in the template. For some of them I just remove the corresponding feature like analytics and comments.
2026-02-22 21:08:59 +01:00

45 lines
761 B
JSON

{
"baseURL": "https://vkane.cz",
"languageCode": "en",
"title": "Vojtěch Káně",
"theme": "hermit",
"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"
}
],
"author": {
"name": "Vojtěch Káně"
}
},
"enableRobotsTXT": true
}