https://github.com/cncf/cloud-native-days
📅Cloud Native Days website
https://github.com/cncf/cloud-native-days
cncf
Last synced: 6 months ago
JSON representation
📅Cloud Native Days website
- Host: GitHub
- URL: https://github.com/cncf/cloud-native-days
- Owner: cncf
- Created: 2019-04-02T21:14:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-30T15:32:15.000Z (about 7 years ago)
- Last Synced: 2024-12-29T18:30:20.417Z (over 1 year ago)
- Topics: cncf
- Language: HTML
- Homepage: https://cloud-native-days.netlify.com
- Size: 44.9 KB
- Stars: 6
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cloud Native Days website
## Add your Cloud Native Days event
All event data is kept in the [`events.yaml`](./data/events.yaml) file. To add your Cloud Native Days event to this site:
1. Add a new entry to that file. The following fields are required:
* A `title`
* A `location` for the event in `City, Country` form (e.g. `Rio de Janeiro, Brazil`)
* A `tag` for the event (lowercase, dashes only). The tag must be unique.
* A `start` and `end` date for the event in `MM-DD-YYYY` form, e.g. `01-02-2020` for January 2, 2020.
* If you've created your own site for your event, add a link to that site using `link`.
2. Add a logo for the event to the [`static/img/logos`](./static/img/logos) folder. The name of the image should match the `tag` parameter. If the image is *not* a `.png` file, add a `img` field to the event's metadata specifying the file type, e.g. `img: jpg`.
3. Submit a pull request to this repository.