2022-05-20 11:27:22 +00:00
{
"theme" : {
"palettes" : {
"dark" : {
"background" : "#000000" ,
"text" : "#FFFFFF" ,
2022-05-26 16:49:35 +00:00
"accentActive" : "#7187ff" ,
"accentMute" : "#30363d"
2022-05-20 11:27:22 +00:00
} ,
"light" : {
"background" : "#FFFFFF" ,
"text" : "#000000" ,
2022-05-26 16:49:35 +00:00
"accentActive" : "#7187ff" ,
"accentMute" : "#30363d"
2022-05-20 11:27:22 +00:00
}
} ,
2022-05-23 16:15:38 +00:00
"fontFamily" : "monospace" ,
2022-05-26 16:49:35 +00:00
"codeTheme" : "base16/windows-10.css"
2022-05-20 11:27:22 +00:00
} ,
2022-05-23 15:24:33 +00:00
"template" : "default" ,
2022-05-25 12:42:09 +00:00
"static_assets_folder" : "static-assets" ,
2022-05-20 11:27:22 +00:00
"navigation" : {
2022-05-23 15:24:33 +00:00
"home" : "main.md" ,
"fileOrdersInSidenav" : [
"main.md" ,
2022-05-24 10:52:51 +00:00
"why.md" ,
"zones.md" ,
"about.md"
2022-05-23 15:24:33 +00:00
] ,
2022-05-25 10:59:23 +00:00
"folderOrdersInSidenav" : [
"technology" ,
"development" ,
"community" ,
"about" ,
"support"
]
2022-05-25 12:42:09 +00:00
} ,
"ds_id" : "logos" ,
"seo" : {
"title" : "Logos" ,
"description" : "Logos is the world’ s first Network State designed to enable new types of applications and institutions that uphold basic human rights." ,
2022-05-25 13:09:21 +00:00
"image" : "logos-site-preview-image.png" ,
2022-05-25 12:47:04 +00:00
"url" : "https://logos-co-v0.vercel.app" ,
2022-05-25 12:42:09 +00:00
"social_media" : [
{
"provider" : "twitter" ,
"handler" : "ethstatus"
}
]
2022-05-20 11:27:22 +00:00
}
2022-05-26 16:49:35 +00:00
}