aboutsummaryrefslogtreecommitdiff
path: root/config.sample.json
blob: ef541c73ebcf968432c0809550b80580337b9cbb (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
{
	"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/"
		}
	]
}