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" ,
2022-05-26 16:51:20 +00:00
"accentMute" : "#dedede"
2022-05-20 11:27:22 +00:00
}
} ,
2022-05-23 16:15:38 +00:00
"fontFamily" : "monospace" ,
2022-05-31 16:49:13 +00:00
"codeTheme" : "prism/duotone-dark"
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-27 10:37:42 +00:00
"what.md" ,
2022-05-24 10:52:51 +00:00
"why.md" ,
2022-05-27 10:37:42 +00:00
"ecosystem.md" ,
2022-05-27 10:45:43 +00:00
"territory.md" ,
"technology/overview" ,
2022-06-10 15:59:01 +00:00
"technology/process"
2022-05-23 15:24:33 +00:00
] ,
2022-05-25 10:59:23 +00:00
"folderOrdersInSidenav" : [
2022-06-10 15:59:01 +00:00
"technology"
2022-06-10 11:37:49 +00:00
] ,
"exclude" : [
2022-06-10 11:53:31 +00:00
"privacy-policy" ,
"term-of-use"
2022-05-25 10:59:23 +00:00
]
2022-05-25 12:42:09 +00:00
} ,
"ds_id" : "logos" ,
"seo" : {
2022-06-10 15:05:15 +00:00
"title" : "Logos Network State" ,
"description" : "Logos is a grassroots movement to provide trust-minimized, corruption resistant governing services and social institutions to underserved citizens." ,
2022-05-25 13:09:21 +00:00
"image" : "logos-site-preview-image.png" ,
2022-06-02 12:54:28 +00:00
"url" : "https://staging.logos.co" ,
2022-06-10 13:04:45 +00:00
"social_media" : [ ]
2022-05-20 11:27:22 +00:00
}
2022-05-26 16:49:35 +00:00
}