From 7675aad8555d1943c0d06a9fc662aa9164cfce7f Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 20 Feb 2017 14:57:52 +0100 Subject: Responsiveness, scrolling in link-wrapper --- config.sample.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 config.sample.json (limited to 'config.sample.json') diff --git a/config.sample.json b/config.sample.json new file mode 100644 index 0000000..f5817b7 --- /dev/null +++ b/config.sample.json @@ -0,0 +1,26 @@ +{ + "title" : "Homepage", + "credits" : true, + "custom_url" : "", + "custom_url_selector" : "", + "custom_url_headers" : [], + "unsplash_client_id" : "Make yourself an Unsplash Account here: https://unsplash.com/developers", + "items" : [ + "items" : [ + { + "alt" : "Facebook", + "icon" : "fa-facebook", + "link" : "http://facebook.com" + }, + { + "alt" : "Twitter", + "icon" : "fa-twitter", + "link" : "http://twitter.com" + }, + { + "alt" : "Trello", + "icon" : "fa-trello", + "link" : "http://trello.com" + } + ] +} \ No newline at end of file -- cgit v1.2.3