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": [ {