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"
|
||||
},
|
||||
"template": "default",
|
||||
"assets":{
|
||||
"logo":"static-assets/logos-logo.svg"
|
||||
},
|
||||
"static_assets_folder": "static-assets",
|
||||
"navigation":{
|
||||
"home":"main.md",
|
||||
"fileOrdersInSidenav": [
|
||||
|
@ -34,5 +32,17 @@
|
|||
"about",
|
||||
"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