rlnp2p.vac.dev/config.json

69 lines
1.4 KiB
JSON
Raw Permalink 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":{
2022-11-22 00:35:37 +00:00
"home":"rlnp2p.md",
2022-11-21 02:22:35 +00:00
"fileOrdersInSidenav": [
2022-11-21 14:25:27 +00:00
],
"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"
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-23 08:37:56 +00:00
"title": "Vac Research - RLNP2P",
2022-11-21 14:25:27 +00:00
"description": "Vac - Communication, Privacy, Etc.",
"cc": "Vac - Communication, Privacy, Etc",
"image": "vac-site-preview-image.png",
2022-11-23 08:37:56 +00:00
"url": "https://staging.rlnp2p.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
}
}