simpler-dash/config.sample.json

26 lines
584 B
JSON
Raw Normal View History

{
2017-02-20 15:50:40 +00:00
"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/"
}
]
2017-02-20 15:50:40 +00:00
}