diff options
author | Kukielka <kukielka58@gmail.com> | 2018-04-16 10:15:14 +0200 |
---|---|---|
committer | Kukielka <kukielka58@gmail.com> | 2018-04-16 10:15:14 +0200 |
commit | fde7fd95d9ece31997777ef87f0ac015709cc86b (patch) | |
tree | 6c650441c5b7ad89e7d00f8a4c9d098b5be966f6 /config.sample.json | |
parent | 6248a4dc783b1fe8859fe6fffee921977c683165 (diff) | |
download | simple-dash-fork-fde7fd95d9ece31997777ef87f0ac015709cc86b.zip |
Updated Libs, refactoring, cleaning up
Updated FontAwesome
Updated Bootstrap
Removed unnecessary Code from the Fork
Diffstat (limited to 'config.sample.json')
-rw-r--r-- | config.sample.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/config.sample.json b/config.sample.json index cdd4a7d..ef541c7 100644 --- a/config.sample.json +++ b/config.sample.json @@ -4,22 +4,22 @@ "custom_url" : "", "custom_url_selector" : "", "custom_url_headers" : [], - "unsplash_client_id" : "", + "unsplash_client_id" : "Make yourself an Unsplash Account here: https://unsplash.com/developers (Leave blank for Trianglify)", "items" : [ { - "alt" : "Facebook", - "icon" : "fa-facebook", - "link" : "http://facebook.com" + "alt" : "Github", + "icon" : "fa-github", + "link" : "https://github.com/Swagielka" }, { "alt" : "Twitter", "icon" : "fa-twitter", - "link" : "http://twitter.com" + "link" : "https://twitter.com/Kukielka_" }, { - "alt" : "Trello", - "icon" : "fa-trello", - "link" : "http://trello.com" + "alt" : "Docker Hub", + "icon" : "fa-docker", + "link" : "https://hub.docker.com/u/kukielka/" } ] } |