This commit is contained in:
2020-11-08 09:12:17 +01:00
parent 598ea0cc25
commit 50527d0370
93 changed files with 14163 additions and 19 deletions

View File

@@ -0,0 +1,45 @@
{
"headerNavigation": [
{
"name": "Home",
"link": "/",
"external": false
},
{
"name": "Values",
"link": "/about",
"external": false
},
{
"name": "Grid",
"link": "/category/gridusecase",
"external": false
} ,
{
"name": "CrystalTwin",
"link": "/category/crystaltwin",
"external": false
}
],
"footerNavigation": [{
"name": "Latest Posts",
"link": "/",
"external" : false
},
{
"name": "Facebook",
"link": "https://www.facebook.com",
"external": true
},
{
"name": "Gridsome",
"link": "https://www.gridsome.org",
"external": true
},
{
"name": "RSS",
"link": "/rss.xml",
"external": false
}
]
}

16
content/site/social.json Normal file
View File

@@ -0,0 +1,16 @@
{
"social": [
{
"icon": "facebook",
"link": "https://www.facebook.com"
},
{
"icon": "twitter",
"link": "https://twitter.com/"
},
{
"icon": "linkedin",
"link": "https://www.linkedin.com"
}
]
}