rickvanlieshout.com/content/config.json
2022-09-17 20:02:58 +02:00

65 lines
1.5 KiB
JSON

{
"title": "Rick van Lieshout ~ Mastermindzh",
"url": "https://rickvanlieshout.com",
"subtitle": "The thoughts, discoveries and murmurings of a Software enthusiast",
"copyright": "© All rights reserved.",
"googleAnalyticsId": "",
"disqusShortname": "rickvanlieshoutcom",
"postsLimit": 5,
"pathPrefix": "/",
"menu": [
{
"label": "Articles",
"path": "/"
},
{
"label": "About me",
"path": "/pages/about"
},
{
"label": "Resume",
"path": "/pages/resume"
},
{
"label": "Portfolio",
"path": "/pages/portfolio"
},
{
"label": "Contact me",
"path": "/pages/contacts"
}
],
"legalMenu": [
{
"label": "Cookies",
"path": "/pages/legal/cookies"
},
{
"label": "Disclaimer",
"path": "/pages/legal/disclaimer"
}
],
"author": {
"name": "Rick van Lieshout",
"photo": "/me.png",
"bio": "Passionate about minimalistic software, the Linux philosophy, doing things right and having fun. Currently working as the lead Software Architect @ INFORIT",
"contacts": {
"email": "info@rickvanlieshout.com",
"github": "mastermindzh",
"facebook": "mastermindzh",
"rss": "",
"twitter": "mastermindzh",
"linkedin": "rickvanlieshout",
"youtube": "RickvanLieshoutt",
"instagram": "",
"line": "",
"telegram": "",
"weibo": "",
"gitlab": "",
"medium": "",
"codepen": "",
"soundcloud": ""
}
}
}