simpler-dash/config.sample.json

26 lines
584 B
JSON

{
"title" : "Your Homepage Title",
"credits" : true,
"custom_url" : "",
"custom_url_selector" : "",
"custom_url_headers" : [],
"unsplash_client_id" : "Make yourself an Unsplash Account here: https://unsplash.com/developers (Leave blank for Trianglify)",
"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/"
}
]
}