25 lines
1022 B
Markdown
25 lines
1022 B
Markdown
|
---
|
||
|
# Name of the event.
|
||
|
title: "Copenhagen .NET User Group"
|
||
|
|
||
|
# Events with external registrations should not be indexed
|
||
|
# and have redirect to the external registration page.
|
||
|
block_external_search_index: true
|
||
|
redirect_to: "https://www.meetup.com/Copenhagen-Net-User-Group/events/268445025/"
|
||
|
|
||
|
# Event information
|
||
|
event:
|
||
|
# The type of activities we will be doing at the event.
|
||
|
type: ["meetup"]
|
||
|
# The event address
|
||
|
location: "Kanalvej 7, 2800 Kongens Lyngby, Denmark"
|
||
|
# The start date of an event. Format YYYY-MM-DD
|
||
|
start_date: "2020-02-18"
|
||
|
# The end date of an event. Format YYYY-MM-DD
|
||
|
end_date: "2020-02-18"
|
||
|
# The event description shown on the event list page.
|
||
|
description: "Learn how you can use Pulumi for doing infrastructure as code using C# and F#. This can be used for many different providers, so not Azure specific."
|
||
|
# The external registration url for the event list page.
|
||
|
registration_url: "https://www.meetup.com/Copenhagen-Net-User-Group/events/268445025/"
|
||
|
---
|