aboutsummaryrefslogtreecommitdiff
path: root/config.sample.json
blob: f5817b7cd65b7e852ff4b5f42e73e3ba337316bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
	"title" : "Homepage",
	"credits" : true,
	"custom_url" : "",
	"custom_url_selector" : "",
	"custom_url_headers" : [],
	"unsplash_client_id" : "Make yourself an Unsplash Account here: https://unsplash.com/developers",
	"items" : [
		"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"
		}
	]
}