rlnp2p/config.json

83 lines
1.7 KiB
JSON
Raw Normal View History

2022-11-21 02:22:35 +00:00
{
2022-11-21 14:25:27 +00:00
"theme":{
"palettes":{
"dark":{
"background":"#FFFFFF",
"text":"#000000",
"accentActive":"#7187ff",
"accentMute":"#F7F7F7"
2022-11-21 02:22:35 +00:00
},
2022-11-21 14:25:27 +00:00
"light":{
"background":"#000000",
"text":"#FFFFFF",
"accentActive":"#7187ff",
"accentMute":"#30363d"
2022-11-21 02:22:35 +00:00
}
},
2022-11-21 14:25:27 +00:00
"fontFamily":"sans-serif",
"codeTheme":"prism/duotone-dark"
2022-11-21 02:22:35 +00:00
},
2022-11-21 14:25:27 +00:00
"template": "academia",
2022-11-21 02:22:35 +00:00
"static_assets_folder": "static-assets",
2022-11-21 14:25:27 +00:00
"external_sources": [],
"navigation":{
"home":"vac.md",
2022-11-21 02:22:35 +00:00
"fileOrdersInSidenav": [
2022-11-21 14:25:27 +00:00
"vac.md",
"principles.md",
"research-areas.md",
"projects.md",
"open-problems.md",
"publications.md",
"contribute.md",
"media.md"
],
"folderOrdersInSidenav": [
"research"
2022-11-21 02:22:35 +00:00
],
"external_links": [
{
2022-11-21 14:25:27 +00:00
"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"
2022-11-21 02:22:35 +00:00
}
2022-11-21 14:25:27 +00:00
2022-11-21 02:22:35 +00:00
]
},
2022-11-21 14:25:27 +00:00
"ds_id": "vac",
2022-11-21 02:22:35 +00:00
"seo": {
2022-11-21 14:25:27 +00:00
"title": "Vac Research",
"description": "Vac - Communication, Privacy, Etc.",
"cc": "Vac - Communication, Privacy, Etc",
"image": "vac-site-preview-image.png",
"url": "https://staging.vac.dev",
2022-11-21 02:22:35 +00:00
"social_media": [
{
"provider": "twitter",
2022-11-21 14:25:27 +00:00
"handler": "vacp2p"
2022-11-21 02:22:35 +00:00
},
{
"provider": "discord",
2022-11-21 14:25:27 +00:00
"handler": "PQFdubGt6d"
2022-11-21 02:22:35 +00:00
},
{
"provider": "github",
2022-11-21 14:25:27 +00:00
"handler": "vacp2p"
2022-11-21 02:22:35 +00:00
}
]
2022-11-21 14:25:27 +00:00
},
"markdown": {
"autoEmbedYoutube": false
2022-11-21 02:22:35 +00:00
}
}