Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 441 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 441 Bytes

Auto populates events in the data/events.json file, i.e.

{
  "events": [
    {
      "details": {
        "date": "2025-01-01T10:00",
        "title": "Title",
        "location": "<a href='https://maps.app.goo.gl/' target='_blank'>Location</a>"
      },
      "description": "text",
      "menu": ["a", "b", "c"]
    }
  ]
}

location, description, and menu aren't required fields, and have default values populated.