Add config file

This commit is contained in:
amir houieh 2022-05-20 12:54:15 +04:00 committed by GitHub
parent a30b222828
commit d994686c9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

23
configs.json Normal file
View File

@ -0,0 +1,23 @@
{
"theme":{
"palettes":{
"dark":{
"background":"#000000",
"text":"#FFFFFF",
"highlight":"#7187FF"
},
"light":{
"background":"#FFFFFF",
"text":"#000000",
"highlight":"#7187FF"
}
},
"fontFamily":"monospace"
},
"assets":{
"logo":"statics/logos-logo.svg"
},
"navigation":{
"home":"index.md"
}
}