d459bbe623
It seems like FontAwesome 5 requires you to specify the prefix of the specific icon. https://fontawesome.com/how-to-use/svg-with-js#basic-use
21 lines
372 B
JSON
21 lines
372 B
JSON
{
|
|
"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/"
|
|
}
|
|
]
|
|
}
|