rlnp2p/config.json

83 lines
1.7 KiB
JSON

{
"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",
"principles.md",
"research-areas.md",
"projects.md",
"open-problems.md",
"publications.md",
"contribute.md",
"media.md"
],
"folderOrdersInSidenav": [
"research"
],
"external_links": [
{
"text": "Specs/RFCs",
"url": "https://rfc.vac.dev/",
"category": "Resources"
},
{
"text": "Forum",
"url": "https://forum.vac.dev/",
"category": "Resources"
},
{
"text": "Waku.org",
"url": "https://waku.org",
"category": "Resources"
}
]
},
"ds_id": "vac",
"seo": {
"title": "Vac Research",
"description": "Vac - Communication, Privacy, Etc.",
"cc": "Vac - Communication, Privacy, Etc",
"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"
}
]
},
"markdown": {
"autoEmbedYoutube": false
}
}