aboutsummaryrefslogtreecommitdiff
path: root/config.sample.json
diff options
context:
space:
mode:
authorThorsten Ortlepp <post@ortlepp.eu>2020-03-29 12:59:31 +0200
committerThorsten Ortlepp <post@ortlepp.eu>2020-03-29 12:59:31 +0200
commit123450cda69bd5219fd746e1fc617ea43a34f507 (patch)
tree2ab88f29e6b778817a9c765900a94ac00bb86a14 /config.sample.json
parent33f9d72c18efcfe44ee45ba41833d3fcddcdd17c (diff)
downloadsimple-dash-fork-123450cda69bd5219fd746e1fc617ea43a34f507.zip
Moved config into index.html
Diffstat (limited to 'config.sample.json')
-rw-r--r--config.sample.json20
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/"
- }
- ]
-}