Initial commit
This commit is contained in:
45
config.json
Normal file
45
config.json
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user