https://github.com/markconroy/ael-test-1
https://github.com/markconroy/ael-test-1
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/markconroy/ael-test-1
- Owner: markconroy
- License: mit
- Created: 2020-04-18T07:08:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T22:01:40.000Z (over 2 years ago)
- Last Synced: 2025-02-16T00:25:54.649Z (3 months ago)
- Language: JavaScript
- Size: 716 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Add Event Lister
This is the base repo for an addEventLister website.
---
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
- Rename `src/data/site-variables/example.site-variables.md` to `src/data/site-variables/site-variables.md`
- Edit the new site variables - this is the only file that will be different per website