vac.dev/config.json

80 lines
1.9 KiB
JSON
Raw Normal View History

{
"theme":{
"palettes":{
"dark":{
"background":"#FFFFFF",
"text":"#000000",
"accentActive":"#7187ff",
"accentMute":"#F7F7F7"
},
"light":{
"background":"#000000",
"text":"#FFFFFF",
"accentActive":"#7187ff",
"accentMute":"#30363d"
}
},
"fontFamily":"sans-serif",
"codeTheme":"prism/duotone-dark"
},
"template": "academia",
"static_assets_folder": "static-assets",
"external_sources": [],
"navigation":{
"home":"vac.md",
"fileOrdersInSidenav": [
"vac.md",
"research-areas.md",
"projects.md"
],
"folderOrdersInSidenav": [
"research",
"about"
],
"external_links": [
{
"text": "Research & experimentation",
"url": "https://github.com/vacp2p/research/",
"category": "Resources"
},
{
"text": "Vac RFCs/Specs",
"url": "https://rfc.vac.dev/",
"category": "Resources"
},
{
"text": "Vac Forum",
"url": "https://forum.vac.dev/",
"category": "Resources"
},
{
"text": "Waku v2 training session",
"url": "https://drive.google.com/file/d/19P3oDNXGBDClfcS6Sgp0t9LYr3UbIFGt/view",
"category": "Resources"
}
]
},
"ds_id": "vac",
"seo": {
"title": "Vac",
"description": "Vac is an R&D org creating modular p2p protocols for private, secure, censorship-resistant communication.",
"cc": "Vac researches peer-to-peer, private, censorship-resistant communication",
"image": "vac-site-preview-image.png",
"url": "https://staging.vac.dev",
"social_media": [
{
"provider": "twitter",
"handler": "vacp2p"
},
{
"provider": "discord",
"handler": "PQFdubGt6d"
},
{
"provider": "github",
"handler": "vacp2p"
}
]
}
}