diff options
author | Thorsten Ortlepp <post@ortlepp.eu> | 2020-03-29 12:59:31 +0200 |
---|---|---|
committer | Thorsten Ortlepp <post@ortlepp.eu> | 2020-03-29 12:59:31 +0200 |
commit | 123450cda69bd5219fd746e1fc617ea43a34f507 (patch) | |
tree | 2ab88f29e6b778817a9c765900a94ac00bb86a14 /config.sample.json | |
parent | 33f9d72c18efcfe44ee45ba41833d3fcddcdd17c (diff) | |
download | simple-dash-fork-123450cda69bd5219fd746e1fc617ea43a34f507.zip |
Moved config into index.html
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/" - } - ] -} |