diff options
Diffstat (limited to 'config.sample.json')
-rw-r--r-- | config.sample.json | 20 |
1 files changed, 0 insertions, 20 deletions
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/" - } - ] -} |