patek.cz/config.json

34 lines
613 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": false
}
},
"taxonomies": {
"tag": "tags",
"project": "projects",
"author": "authors"
},
"pygmentsCodeFences": true,
"markup": {
"goldmark": {
"renderer": {
"unsafe": true
}
}
}
}