logos.co/config.json

32 lines
553 B
JSON
Raw Normal View History

2022-05-20 11:27:22 +00:00
{
"theme":{
"palettes":{
"dark":{
"background":"#000000",
"text":"#FFFFFF",
"highlight":"#7187FF"
},
"light":{
"background":"#FFFFFF",
"text":"#000000",
"highlight":"#7187FF"
}
},
"fontFamily":"monospace"
},
2022-05-23 15:24:33 +00:00
"template": "default",
2022-05-20 11:27:22 +00:00
"assets":{
2022-05-23 15:24:33 +00:00
"logo":"static-assets/logos-logo.svg"
2022-05-20 11:27:22 +00:00
},
"navigation":{
2022-05-23 15:24:33 +00:00
"home":"main.md",
"fileOrdersInSidenav": [
"main.md",
"why",
"zones",
"about"
],
"folderOrdersInSidenav": []
2022-05-20 11:27:22 +00:00
}
2022-05-23 15:26:03 +00:00
}