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 -------------------- index.html | 41 +++++++++-------------------------------- 2 files changed, 9 insertions(+), 52 deletions(-) delete mode 100644 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/" - } - ] -} diff --git a/index.html b/index.html index 2a910e3..fb41562 100644 --- a/index.html +++ b/index.html @@ -1,61 +1,39 @@ - Loading... - + + Your Homepage Title - -
- + + + + + + +
- -- cgit v1.2.3