simpler-dash/config.sample.json

21 lines
360 B
JSON

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