patek.cz/config.json
2022-01-20 20:04:11 +01:00

36 lines
702 B
JSON

{
"baseURL":"https://patek.cz/",
"languageCode":"cs-cz",
"title": "Pátek",
"theme":"patek",
"DefaultContentLanguage": "cs",
"languages": {
"cs": {
"languageName": "Čeština"
},
"en": {
"languageName": "English"
}
},
"params": {
"onlineOnly": {
"active": true,
"link": "/blog/online-patek-leden-2022/",
"displayText":"Dočasně online"
}
},
"taxonomies": {
"tag": "tags",
"project": "projects",
"author": "authors"
},
"pygmentsCodeFences": true,
"markup": {
"goldmark": {
"renderer": {
"unsafe": true
}
}
}
}