simpler-dash/config.sample.json

21 lines
377 B
JSON
Raw Normal View History

{
2017-02-20 15:50:40 +00:00
"title" : "Your Homepage Title",
"items" : [
{
"alt" : "Github",
"icon" : "fab fa-github",
2019-10-10 14:01:36 +01:00
"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/"
}
]
2017-02-20 15:50:40 +00:00
}