https://github.com/markconroy/drupal-contribution-event-calendar
PoC Simple event listing for Drupal contribution events.
https://github.com/markconroy/drupal-contribution-event-calendar
Last synced: 5 months ago
JSON representation
PoC Simple event listing for Drupal contribution events.
- Host: GitHub
- URL: https://github.com/markconroy/drupal-contribution-event-calendar
- Owner: markconroy
- License: 0bsd
- Created: 2022-06-30T22:30:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-30T10:08:50.000Z (almost 4 years ago)
- Last Synced: 2025-02-16T00:25:54.515Z (over 1 year ago)
- Language: JavaScript
- Size: 780 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
title: Notes
---
# Add Your Event
To add your event to this website, simply, [open a PR on Github](https://github.com/markconroy/drupal-contribution-event-calendar) against the main branch. Some notes:
- Create your event markdown file in /src/events
- Follow this naming convention for your folder YYYY-MM-DD-your-event-name
## Options
Everything is saved in markdown frontmatter. Here are the options
available:
- title (your name, e.g. Mark Conroy)
- startDate (2022-07-01)
- endDate (2022-07-01)
- like (what you like about your event - one paragraph, no line breaks)
- change (what you might like to change about your event - one paragraph, no line breaks)
- website (address of your website, e.g. https://mark.ie/blog)
- twitter (your Twitter username, e.g. markconroy)
- instagram( your Instagram username, e.g. markyconroy)