- create a new file in the
_events
folder- the name of the should respect the following format:
YYYYMMDD.mdx
- the name of the should respect the following format:
- the file structure follows the frontmatter pattern
- the frontmatter should contain the following fields:
date
: the date of the event in UTC format - stringduration
: the duration of the event in minutes - intplace
: the address of the event - stringmaps
: the link to the google maps of the event - stringsignup
: the link to the eventbrite page - stringthumbnail
: the path to the thumbnail of the event (the image filename should be the same as the event filename but in the folderassets/events
) - stringtitle
: the title of the event - stringdescription
: a brief description of the event - stringspeakers
: an array of string representing JSON object containing the following fields:name
: the name of the speaker - stringrole
: the role of the speaker - stringthumbnail
: the path to the thumbnail of the speaker - stringlinkedinUrl
: the link to the LinkedIn profile of the speaker
tags
: an array of tags related to the event - - array of string
- the frontmatter should contain the following fields:
To check if your event is ready, you can run the application:
npm run dev
then if there are any errors, they will be shown directly in the page.