Update config.json

This commit is contained in:
amir houieh 2022-11-21 15:25:27 +01:00 committed by GitHub
parent d39cca4e68
commit d274200006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 55 additions and 39 deletions

View File

@ -2,65 +2,81 @@
"theme":{ "theme":{
"palettes":{ "palettes":{
"dark":{ "dark":{
"background": "#1F1E42", "background":"#FFFFFF",
"text": "#F3DDC3", "text":"#000000",
"accentActive": "#7187FF", "accentActive":"#7187ff",
"accentMute": "#49445C" "accentMute":"#F7F7F7"
}, },
"light":{ "light":{
"background": "#F3DDC3", "background":"#000000",
"text": "#1F1E42", "text":"#FFFFFF",
"accentActive": "#7187FF", "accentActive":"#7187ff",
"accentMute": "#C9B7A9" "accentMute":"#30363d"
} }
}, },
"fontFamily": "monospace", "fontFamily":"sans-serif",
"codeTheme":"prism/duotone-dark" "codeTheme":"prism/duotone-dark"
}, },
"template": "default", "template": "academia",
"static_assets_folder": "static-assets", "static_assets_folder": "static-assets",
"external_sources": [],
"navigation":{ "navigation":{
"home": "main.md", "home":"vac.md",
"fileOrdersInSidenav": [ "fileOrdersInSidenav": [
"main.md", "vac.md",
"about.md" "principles.md",
"research-areas.md",
"projects.md",
"open-problems.md",
"publications.md",
"contribute.md",
"media.md"
],
"folderOrdersInSidenav": [
"research"
], ],
"folderOrdersInSidenav": [],
"external_links": [ "external_links": [
{ {
"text": "Blog", "text": "Specs/RFCs",
"url": "https://vac.dev/research", "url": "https://rfc.vac.dev/",
"category": "Links" "category": "Resources"
},
{
"text": "Forum",
"url": "https://forum.vac.dev/",
"category": "Resources"
},
{
"text": "Waku.org",
"url": "https://waku.org",
"category": "Resources"
} }
] ]
}, },
"ds_id": "waku", "ds_id": "vac",
"seo": { "seo": {
"title": "title of your site", "title": "Vac Research",
"description": "description of your site", "description": "Vac - Communication, Privacy, Etc.",
"image": "your-site-preview-image.png", "cc": "Vac - Communication, Privacy, Etc",
"url": "https://yoursitedomain.org", "image": "vac-site-preview-image.png",
"url": "https://staging.vac.dev",
"social_media": [ "social_media": [
{ {
"provider": "twitter", "provider": "twitter",
"handler": "your_tw_handler" "handler": "vacp2p"
}, },
{ {
"provider": "discord", "provider": "discord",
"handler": "your_dsc_handler" "handler": "PQFdubGt6d"
}, },
{ {
"provider": "github", "provider": "github",
"handler": "your_gh_handler" "handler": "vacp2p"
},
{
"provider": "telegram",
"handler": "waku_org"
},
{
"provider": "discourse",
"handler": "your_disc_address"
} }
] ]
},
"markdown": {
"autoEmbedYoutube": false
} }
} }