Update config.sample.json

This commit is contained in:
Kukielka58 2017-02-20 16:50:40 +01:00 committed by GitHub
parent a92d5f23ec
commit 92ee980b40
1 changed files with 2 additions and 3 deletions

View File

@ -1,12 +1,11 @@
{ {
"title" : "Homepage", "title" : "Your Homepage Title",
"credits" : true, "credits" : true,
"custom_url" : "", "custom_url" : "",
"custom_url_selector" : "", "custom_url_selector" : "",
"custom_url_headers" : [], "custom_url_headers" : [],
"unsplash_client_id" : "Make yourself an Unsplash Account here: https://unsplash.com/developers", "unsplash_client_id" : "Make yourself an Unsplash Account here: https://unsplash.com/developers",
"items" : [ "items" : [
"items" : [
{ {
"alt" : "Facebook", "alt" : "Facebook",
"icon" : "fa-facebook", "icon" : "fa-facebook",
@ -23,4 +22,4 @@
"link" : "http://trello.com" "link" : "http://trello.com"
} }
] ]
} }