From fde7fd95d9ece31997777ef87f0ac015709cc86b Mon Sep 17 00:00:00 2001 From: Kukielka Date: Mon, 16 Apr 2018 10:15:14 +0200 Subject: Updated Libs, refactoring, cleaning up Updated FontAwesome Updated Bootstrap Removed unnecessary Code from the Fork --- config.sample.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'config.sample.json') 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/" } ] } -- cgit v1.2.3