25 lines
941 B
Markdown
25 lines
941 B
Markdown
|
---
|
||
|
# Name of the event.
|
||
|
title: "DevOpsCon | London"
|
||
|
|
||
|
# Events with external registrations should not be indexed
|
||
|
# and have redirect to the external registration page.
|
||
|
block_external_search_index: true
|
||
|
redirect_to: "https://devopscon.io/london/program-london/"
|
||
|
|
||
|
# Event information
|
||
|
event:
|
||
|
# The type of activities we will be doing at the event.
|
||
|
type: ["talk"]
|
||
|
# The event address
|
||
|
location: "239 Vauxhall Bridge Rd, Pimlico, London SW1V 1EQ, United Kingdom"
|
||
|
# The start date of an event. Format YYYY-MM-DD
|
||
|
start_date: "2020-08-31"
|
||
|
# The end date of an event. Format YYYY-MM-DD
|
||
|
end_date: "2020-09-03"
|
||
|
# The event description shown on the event list page.
|
||
|
description: "The Conference for Continuous Delivery, DevOps, Microservices, Containers, Cloud and Lean Business."
|
||
|
# The external registration url for the event list page.
|
||
|
registration_url: "https://devopscon.io/london/program-london/"
|
||
|
---
|