Are you thinking about doing a talk or presentation at an upcoming Astoria Tech Meetup? Then you've come to the right place! Open a github issue or chat with @reggi to discuss a proposal!
We've tried to streamline and automate much of the submission process, this allows you to:
- Submit your name
- Submit your profile image for our meetup.com image and projected image the night of the event
- Submit your slides to the community for later use, (distributed via rss on our static site)
The content for this repo is in yaml frontmatter at the top of a few markdown files. The content folder is here. The schema
or properties are defined in this config.
In order to submit a talk you need a couple key things.
Note:
YYYY-MM-DD
is the date of the event that you'll be speaking at.
- A
speaker
file located in/src/content/speakers
(eg{your-name}.md
) or use this issues template to create aspeaker
profile here. - A
presentation
file located insrc/content/presentations
(egYYYY-MM-DD-{your-name}.md
) or use this issues template to create apresentation
file here - A
pdf
file of your presentation located inpublic/presentations
(egYYYY-MM-DD-{your-name}.pdf
) (a PR needs to be made to get the PDF into the repo) - The last step is to add your presentation to the
event
(it may not exist, if not you can create it or this can be done by the repo maintainer via workflow dispatch) here's an example, there's apresentations
array within each event and you're presentation file basename should be added to this list (eg.YYYY-MM-DD-{your-name}
).