aboutsummaryrefslogtreecommitdiff
path: root/config.sample.json
diff options
context:
space:
mode:
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