From aa1ec2362566c77ec69448d145b35fc5939b6392 Mon Sep 17 00:00:00 2001 From: Michael Reber Date: Tue, 1 Dec 2020 13:03:09 +0100 Subject: [PATCH] adding screenshot and gitignore file --- README.md | 6 ++++-- _gifts/.gitignore | 4 ++++ calendar_dev.json | 4 ++-- calendar_prod.json | 4 ++-- 4 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 _gifts/.gitignore diff --git a/README.md b/README.md index c17a91e..72f4706 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A dynamic php based advent calendar which can be easily configured via a json-config file +![image](/attachments/22fe9e10-d5c9-4229-81e0-9b0e52e5396b) + ## Configuration @@ -22,8 +24,8 @@ Set width and height for the calendar: "config": { "calendarWidth": "472", "calendarHeight": "827", - "useModal": "true", - "showExtras": "true" + "useModal": "true", + "showExtras": "true" }, ... ``` diff --git a/_gifts/.gitignore b/_gifts/.gitignore new file mode 100644 index 0000000..f85a3e3 --- /dev/null +++ b/_gifts/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything from updating in this directory +* +# Except this file +!.gitignore \ No newline at end of file diff --git a/calendar_dev.json b/calendar_dev.json index 976ae31..7a02c31 100644 --- a/calendar_dev.json +++ b/calendar_dev.json @@ -2,8 +2,8 @@ "config": { "calendarWidth": "472", "calendarHeight": "827", - "useModal": "true", - "showExtras": "true" + "useModal": "true", + "showExtras": "true" }, "entries": [ { diff --git a/calendar_prod.json b/calendar_prod.json index 4e72f22..0b2b0ae 100644 --- a/calendar_prod.json +++ b/calendar_prod.json @@ -2,8 +2,8 @@ "config": { "calendarWidth": "472", "calendarHeight": "827", - "useModal": "true", - "showExtras": "true" + "useModal": "true", + "showExtras": "true" }, "entries": [ {