An open API service indexing awesome lists of open source software.

https://github.com/markconroy/ael-base


https://github.com/markconroy/ael-base

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## Add Event Lister

This is the base repo for an addEventLister website.

---

## Add Your Event

To add an event, just create a pull request against the `events` branch, by creating a markdown file with your event information in it.

The following format should be used: frontmatter, followed by content -

```
---
title: Required - string
start_date: Required - string in format "YYYY-MM-DD", e.g. "2020-02-28"
end_date: Optional - string in format "YYYY-MM-DD", e.g. "2020-02-28"
country: Optional - string
city: Optional - string
online: Boolean - true, false, or empty (which will equal false)
website_name: Optional - string
website_address: Optional - url
---
This is a conference about Maecenas sed diam eget risus varius blandit sit amet non magna. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Curabitur blandit tempus porttitor.

```

The list of pull requests will be reviewed daily and deployed.

Any questions, email [email protected]

## Notes to Self
To deploy a new addEventLister site:
- Create new repo using ael-base as template
- Add this to the ael-sites directory
- Add new `events` branch for events PRs to be created against
- Edit the new site variables in src/data/site-variables - this is the only file that will be different per website