mirror of
https://github.com/acid-info/vac.dev.git
synced 2025-02-23 09:08:15 +00:00
* Update vac.dev main copy * Add principles page * Update projects page * Format research-areas * Format principles * Update projects * Update projects on main page * Format main page * Tweak main page * Add open problems stub * Add contribute stub * Update media page - add Waku v2 training session * Remove about folder and move media to top level * Update config layout * update open problems * sembr principles * add ietf nod * fix * Update research-areas.md Co-authored-by: Daniel Kaiser <git@kais3r.de> * Update projects.md Co-authored-by: Daniel Kaiser <git@kais3r.de> * Update research-areas.md Co-authored-by: Daniel Kaiser <git@kais3r.de> * Update research-areas.md Co-authored-by: Daniel Kaiser <git@kais3r.de> * Update research-areas.md Co-authored-by: Daniel Kaiser <git@kais3r.de> * Update vac.md Co-authored-by: Daniel Kaiser <git@kais3r.de> Co-authored-by: User Name <user@mbp22.local> Co-authored-by: Daniel Kaiser <git@kais3r.de>
79 lines
1.6 KiB
JSON
79 lines
1.6 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",
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|