/ config.json
config.json
 1  {
 2    "theme":{
 3      "palettes":{
 4        "dark":{
 5          "background":"#FFFFFF",
 6          "text":"#000000",
 7          "accentActive":"#7187ff",
 8          "accentMute":"#F7F7F7"
 9        },
10        "light":{
11          "background":"#000000",
12          "text":"#FFFFFF",
13          "accentActive":"#7187ff",
14          "accentMute":"#30363d"
15        }
16      },
17      "fontFamily":"sans-serif",
18      "codeTheme":"prism/duotone-dark"
19    },
20    "template": "academia",
21    "static_assets_folder": "static-assets",
22    "external_sources": [],
23    "navigation":{
24      "home":"rlnp2p.md",
25      "fileOrdersInSidenav": [
26      ],
27      "folderOrdersInSidenav": [
28        "research"
29      ],
30      "external_links": [
31        {
32          "text": "Specs/RFCs",
33          "url": "https://rfc.vac.dev/",
34          "category": "Resources"
35        },
36        {
37          "text": "Forum",
38          "url": "https://forum.vac.dev/",
39          "category": "Resources"
40        }
41      ]
42    },
43    "ds_id": "vac",
44    "seo": {
45      "title": "Vac Research - RLNP2P",
46      "description": "Vac - Communication, Privacy, Etc.",
47      "cc": "Vac - Communication, Privacy, Etc",
48      "image": "vac-site-preview-image.png",
49      "url": "https://staging.rlnp2p.vac.dev",
50      "social_media": [
51        {
52          "provider": "twitter",
53          "handler": "vacp2p"
54        },
55        {
56          "provider": "discord",
57          "handler": "PQFdubGt6d"
58        },
59        {
60          "provider": "github",
61          "handler": "vacp2p"
62        }
63      ]
64    },
65    "markdown": {
66       "autoEmbedYoutube": false
67    }
68  }