Update configs.json
This commit is contained in:
parent
07c4de0dab
commit
1a187ced16
75
configs.json
75
configs.json
|
@ -1,23 +1,66 @@
|
||||||
{
|
{
|
||||||
"theme":{
|
"theme": {
|
||||||
"palettes":{
|
"palettes": {
|
||||||
"dark":{
|
"dark": {
|
||||||
"background":"#000000",
|
"background": "#1F1E42",
|
||||||
"text":"#FFFFFF",
|
"text": "#F3DDC3",
|
||||||
"highlight":"#7187FF"
|
"accentActive": "#7187FF",
|
||||||
|
"accentMute": "#49445C"
|
||||||
},
|
},
|
||||||
"light":{
|
"light": {
|
||||||
"background":"#FFFFFF",
|
"background": "#F3DDC3",
|
||||||
"text":"#000000",
|
"text": "#1F1E42",
|
||||||
"highlight":"#7187FF"
|
"accentActive": "#7187FF",
|
||||||
|
"accentMute": "#C9B7A9"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"fontFamily":"monospace"
|
"fontFamily": "monospace",
|
||||||
|
"codeTheme": "prism/duotone-dark"
|
||||||
},
|
},
|
||||||
"assets":{
|
"template": "default",
|
||||||
"logo":"statics/logos-logo.svg"
|
"static_assets_folder": "static-assets",
|
||||||
|
"navigation": {
|
||||||
|
"home": "main.md",
|
||||||
|
"fileOrdersInSidenav": [
|
||||||
|
"main.md",
|
||||||
|
"about.md"
|
||||||
|
],
|
||||||
|
"folderOrdersInSidenav": [],
|
||||||
|
"external_links": [
|
||||||
|
{
|
||||||
|
"text": "Blog",
|
||||||
|
"url": "https://vac.dev/research",
|
||||||
|
"category": "Links"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"navigation":{
|
"ds_id": "waku",
|
||||||
"home":"index.md"
|
"seo": {
|
||||||
|
"title": "title of your site",
|
||||||
|
"description": "description of your site",
|
||||||
|
"image": "your-site-preview-image.png",
|
||||||
|
"url": "https://yoursitedomain.org",
|
||||||
|
"social_media": [
|
||||||
|
{
|
||||||
|
"provider": "twitter",
|
||||||
|
"handler": "your_tw_handler"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"provider": "discord",
|
||||||
|
"handler": "your_dsc_handler"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"provider": "github",
|
||||||
|
"handler": "your_gh_handler"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"provider": "telegram",
|
||||||
|
"handler": "waku_org"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"provider": "discourse",
|
||||||
|
"handler": "your_disc_address"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue