Contents
Metadata
UPDATED | 22 June 2025 |
HISTORY | GitHub |
This page links to resources about our events.
- This page is mainly for organizers and people who are looking for in-depth information about our events. If you’re a visitor just checking out our events, see our Main events page.
- There are 2 main types of events. Normal events and informal gatherings. For more information, see Types of events.
- Curious how we run events? Check out How we run events.
- Creating a new event page? Jump to Creating a new event.
- Have an idea for new events? Feel free to suggest them at [
grtn.org/ideas], but please note that the idea board is mostly inactive.
Types of events
- Normal events — Listed below and in the main events page.
- Informal gatherings — Events that requires very little preparation. They are documented separately in the informal gatherings page.
Full event list
Creating a new event
To start a new event:
- Pick a slug for the event. It should be all lowercase.
- Create a wiki page. The page name should be
Events/<slug>
. You can use the following template as a starting point:
---
image: https://user-images.githubusercontent.com/193136/236173173-755b513b-6398-46a7-9fcb-ced21153c094.png
event:
name:
location: TBA
date: "YYYY-MM-DD"
endDate: "YYYY-MM-DD"
# site:
# eventpopId:
unlisted: true # Remove this line when event is ready
hosts:
- Creatorsgarten
---
:::lead
To be announced
:::
{% render 'EventpopButton', id: page.event.eventpopId %}
{% render 'EventBox', name: ref %}
Event Metadata Schema
All event pages use structured metadata in the front matter. The complete schema and validation rules are defined in the codebase:
📋 View the complete event schema →
Basic Example
---
image: https://usercontent.creatorsgarten.org/path/to/banner.png
event:
name: "Example Event Name"
location: "Venue Name"
date: "2024-01-15"
hosts:
- Creatorsgarten
---
Key Guidelines
Required Fields
See the schema file for the complete list of required fields.
Image Requirements
- Upload options: (1) GitHub at https://github.com/creatorsgarten/assets/upload/main/events →
assets.creatorsgarten.org
domain, or (2) dashboard at https://creatorsgarten.org/dashboard →usercontent.creatorsgarten.org
domain - Main image: Use for social media and general promotion
- imageAssets: Additional images like banners, posters, covers
Team Information
- staff: Array of staff member usernames
- leads: Array of lead organizer usernames
- speakers: Array of speaker usernames
Integration Fields
- eventpopId: For Eventpop registration integration
- site: Official event website URL
- unlisted: Set to
true
to hide from public listings during planning
Metadata
UPDATED | 22 June 2025 |
HISTORY | GitHub |