simpler-dash/config.sample.json

21 lines
377 B
JSON

{
"title" : "Your Homepage Title",
"items" : [
{
"alt" : "Github",
"icon" : "fab fa-github",
"link" : "https://github.com/kutyla-philipp"
},
{
"alt" : "Twitter",
"icon" : "fab fa-twitter",
"link" : "https://twitter.com/Kukielka_"
},
{
"alt" : "Docker Hub",
"icon" : "fab fa-docker",
"link" : "https://hub.docker.com/u/kukielka/"
}
]
}