Adds content for several past events, including Google I/O Extended Venezia 2017, PyData Venice #0, PyDataVE #2, #3, #6, PyData Global 2020, DevFest Venezia 2023, Google I/O Extended 2024, DevFest Venezia 2024, PyDataVe 22 and AWS User Group Venezia #9, #10, PyVenice #1, and updates DevFest Venezia 2025.
Removes outdated event content for DevFest Veneto 2019 and PyDataVe 22.
Moves the Meetup URL/ID extraction logic outside the
conditional block that checks for an empty input. This
ensures that the extraction logic is always executed,
regardless of whether the event URL or ID was
provided as a command-line argument or via user input.
Adds a script to fetch event details from Meetup API
and generate markdown posts suitable for a website.
The script takes either a Meetup event URL or ID as input,
fetches the event data, and converts it into a formatted
markdown file in the content/event directory.
It also adds the event ID to a "memory" file to allow
re-fetching event information in the future.
Adds a new event page layout with date and location display.
Introduces a tag partial for displaying tags, categories, themes, and groups.
Adds "Event" entry in the main menu.
Shifts weight of "Now" menu entry and updates postCard icon.
Moves taxonomy and term templates from the `_default`
directory to the root `layouts` directory. This allows for
more specific customization of these templates without
requiring them to be placed within the `_default` folder.
Introduces basic templates for taxonomy and term pages.
These templates provide a foundation for displaying taxonomies and terms,
including listing associated content.
Updates event content files to replace the "slot" structure with individual fields for start, end, and event_url.
This change simplifies the event data structure and improves readability.
Adds a "group" taxonomy to allow for better categorization and filtering of events.