simpler-dash/config.sample.json

26 lines
518 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",
"items" : [
{
"alt" : "Facebook",
"icon" : "fa-facebook",
"link" : "http://facebook.com"
},
{
"alt" : "Twitter",
"icon" : "fa-twitter",
"link" : "http://twitter.com"
},
{
"alt" : "Trello",
"icon" : "fa-trello",
"link" : "http://trello.com"
}
]
}