Skip to content

Commit

Permalink
[AMS-2020] Add dates for AMS 2020
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Paulus <[email protected]>
  • Loading branch information
PaulusTM committed Oct 13, 2019
1 parent 3e93289 commit 2acf5ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions data/events/2020-amsterdam.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: "2020-amsterdam" # The name of the event. Four digit year with the city name in lower-case, with no spaces.
year: "2020" # The year of the event. Make sure it is in quotes.
city: "Amsterdam" # The displayed city name of the event. Capitalize it.
event_twitter: "dodams" # Change this to the twitter handle for your event such as devopsdayschi or devopsdaysmsp
description: "coming soon" # Edit this to suit your preferences
ga_tracking_id: "" # If you have your own Google Analytics tracking ID, enter it here. Example: "UA-74738648-1"
event_twitter: "devopsams" # Change this to the twitter handle for your event such as devopsdayschi or devopsdaysmsp
description: "devopsdays Amsterdam is back for the 8th time!" # Edit this to suit your preferences
ga_tracking_id: "UA-38891729-3" # If you have your own Google Analytics tracking ID, enter it here. Example: "UA-74738648-1"

# All dates are in unquoted 2020-MM-DDTHH:MM:SS+TZ:TZ, like this:
# variable: 2019-01-04T00:00:00+02:00
# variable: 2019-01-05T23:59:59+02:00
# Note: we allow 2020-MM-DD for backward compatibility, but it can lead to unexpected behaviors (like your event disappearing from the front page during your last day)

startdate: # The start date of your event. Leave blank if you don't have a venue reserved yet.
enddate: # The end date of your event. Leave blank if you don't have a venue reserved yet.
startdate: 2020-06-17T00:00:00+02:00 # The start date of your event. Leave blank if you don't have a venue reserved yet.
enddate: 2020-06-19T00:00:00+02:00 # The end date of your event. Leave blank if you don't have a venue reserved yet.

# Leave CFP dates blank if you don't know yet, or set all three at once.
cfp_date_start: # start accepting talk proposals.
Expand All @@ -28,10 +28,11 @@ registration_link: "" # If you have a custom registration link, enter it here. T

# Location
#
coordinates: "" # The coordinates of your city. Get Latitude and Longitude of a Point: http://itouchmap.com/latlong.html
location: "Amsterdam" # Defaults to city, but you can make it the venue name.
coordinates: "52.376862, 4.922078" # The coordinates of your city. Get Latitude and Longitude of a Point: http://itouchmap.com/latlong.html
location: "Pakhuis de Zwijger - Amsterdam" # Defaults to city, but you can make it the venue name.
#
location_address: "" #Optional - use the street address of your venue. This will show up on the welcome page if set.
location_address: "Piet Heinkade 179, 1019 HC Amsterdam" #Optional - use the street address of your venue. This will show up on the welcome page if set.
masthead_background: "skyline-ams.jpg"

nav_elements: # List of pages you want to show up in the navigation of your page.
# - name: propose
Expand Down
Binary file added static/events/2020-amsterdam/skyline-ams.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2acf5ae

Please sign in to comment.