From 123450cda69bd5219fd746e1fc617ea43a34f507 Mon Sep 17 00:00:00 2001 From: Thorsten Ortlepp Date: Sun, 29 Mar 2020 12:59:31 +0200 Subject: Moved config into index.html --- config.sample.json | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 config.sample.json (limited to 'config.sample.json') diff --git a/config.sample.json b/config.sample.json deleted file mode 100644 index e3b734c..0000000 --- a/config.sample.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "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/" - } - ] -} -- cgit v1.2.3