Create config.json

This commit is contained in:
Kukielka 2019-01-11 16:36:16 +01:00 committed by GitHub
parent afacf169fe
commit 0b3a40fe06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
config.json Normal file
View File

@ -0,0 +1,20 @@
{
"title" : "Simple Dash",
"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/"
}
]
}