refactoring and add seo fields to config
This commit is contained in:
parent
8fda3ed907
commit
51ade2e0b8
18
config.json
18
config.json
|
@ -16,9 +16,7 @@
|
||||||
"codeTheme": "base16/windows-10.css"
|
"codeTheme": "base16/windows-10.css"
|
||||||
},
|
},
|
||||||
"template": "default",
|
"template": "default",
|
||||||
"assets":{
|
"static_assets_folder": "static-assets",
|
||||||
"logo":"static-assets/logos-logo.svg"
|
|
||||||
},
|
|
||||||
"navigation":{
|
"navigation":{
|
||||||
"home":"main.md",
|
"home":"main.md",
|
||||||
"fileOrdersInSidenav": [
|
"fileOrdersInSidenav": [
|
||||||
|
@ -34,5 +32,17 @@
|
||||||
"about",
|
"about",
|
||||||
"support"
|
"support"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"ds_id": "logos",
|
||||||
|
"seo": {
|
||||||
|
"title": "Logos",
|
||||||
|
"description": "Logos is the world’s first Network State designed to enable new types of applications and institutions that uphold basic human rights.",
|
||||||
|
"image": "logos-site-preview-image.jpg",
|
||||||
|
"social_media": [
|
||||||
|
{
|
||||||
|
"provider": "twitter",
|
||||||
|
"handler": "ethstatus"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue