aboutsummaryrefslogtreecommitdiff
path: root/config.sample.json
diff options
context:
space:
mode:
authorUnknown <philipp_kutyla@gmx.de>2017-02-20 14:57:52 +0100
committerUnknown <philipp_kutyla@gmx.de>2017-02-20 14:57:52 +0100
commit7675aad8555d1943c0d06a9fc662aa9164cfce7f (patch)
tree04384d22c690a5f5def439fd59b436ec2c81b24f /config.sample.json
parentef8940a0035d95f08f204601c8a7168ffd9058d8 (diff)
downloadsimple-dash-fork-7675aad8555d1943c0d06a9fc662aa9164cfce7f.zip
Responsiveness, scrolling in link-wrapper
Diffstat (limited to 'config.sample.json')
-rw-r--r--config.sample.json26
1 files changed, 26 insertions, 0 deletions
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