aboutsummaryrefslogtreecommitdiff
path: root/config.sample.json
blob: e3b734cd86c5bf32554b49ee4efa28787cb09497 (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" : "fab fa-github",
			"link" : "https://github.com/Swagielka"
		},
		{
			"alt" : "Twitter",
			"icon" : "fab fa-twitter",
			"link" : "https://twitter.com/Kukielka_"
		},
		{
			"alt" : "Docker Hub",
			"icon" : "fab fa-docker",
			"link" : "https://hub.docker.com/u/kukielka/"
		}
	]
}