aboutsummaryrefslogtreecommitdiff
path: root/config.sample.json
blob: a37e237846a897625ad55d22fc32a1711835404b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	"title" : "Your Homepage Title",
	"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/"
		}
	]
}