Please follow these steps to add announcement
- Fork Falco repository
- Add new announcemnt to data/en/announcements in a following format:
index: 2
startDate: '2023-04-01T00:00:00-0700'
endDate: '2023-04-23T00:00:00-0700'
content: '<a href="https://upandrunning.eventbrite.com" target="_blank">Meet the Falco community at KubeCon EU!</a>'
where:
startDate
is a date when you want the event to start showing in a specific timezone. OptionalendDate
is a date when you want the event to stop showing in a specific timezone. Optionalindex
is еру order of the events. IMPORTANT - index must be specified and must be greater than the largest existing event indexcontent
text or html of the event
- Create pull request to the Falco repository with your changes