28 lines
1004 B
Markdown
28 lines
1004 B
Markdown
|
---
|
||
|
# Name of the event.
|
||
|
title: "DevOops"
|
||
|
|
||
|
# Events with unlisted as true will not be shown on the event list
|
||
|
unlisted: true
|
||
|
|
||
|
# Events with external registrations should not be indexed
|
||
|
# and have redirect to the external registration page.
|
||
|
block_external_search_index: true
|
||
|
redirect_to: "https://devoops-moscow.ru/en/"
|
||
|
|
||
|
# Event information
|
||
|
event:
|
||
|
# The type of activities we will be doing at the event.
|
||
|
type: ["talk"]
|
||
|
# The event address
|
||
|
location: "Square of Europe, 2, Moscow, Russia, 121059"
|
||
|
# The start date of an event. Format YYYY-MM-DD
|
||
|
start_date: "2020-04-29"
|
||
|
# The end date of an event. Format YYYY-MM-DD
|
||
|
end_date: "2020-04-30"
|
||
|
# The event description shown on the event list page.
|
||
|
description: "The conference is about processes and culture, SRE and Cloud Native and, of course, this conference is absolutely not for DevOps engineers!"
|
||
|
# The external registration url for the event list page.
|
||
|
registration_url: "https://devoops-moscow.ru/en/"
|
||
|
---
|