Initial commit

This commit is contained in:
Vojtěch Káně
2021-06-01 17:45:59 +02:00
commit e908551eca
18 changed files with 266 additions and 0 deletions

45
config.json Normal file
View File

@@ -0,0 +1,45 @@
{
"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
}