From 0b3a40fe06a71f6d3455b2387297b310da80f714 Mon Sep 17 00:00:00 2001 From: Kukielka Date: Fri, 11 Jan 2019 16:36:16 +0100 Subject: [PATCH] Create config.json --- config.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..4cc1513 --- /dev/null +++ b/config.json @@ -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/" + } + ] +}