diff --git a/content/events/2016-nashville/contact.md b/content/events/2016-nashville/contact.md
new file mode 100644
index 00000000000..fd0e803f64a
--- /dev/null
+++ b/content/events/2016-nashville/contact.md
@@ -0,0 +1,20 @@
++++
+City = "Nashville"
+Year = "2016"
+date = "2016-11-10T21:16:08-06:00"
+title = "Contact"
+type = "event"
+draft = false
+
+
++++
+
+If you'd like to contact us by email: {{< email_organizers >}}
+
+Our local team
+
+{{< list_organizers >}}
+
+The core devopsdays organizer group
+
+{{< list_core >}}
diff --git a/content/events/2016-nashville/registration.md b/content/events/2016-nashville/registration.md
new file mode 100644
index 00000000000..c6bf8d68ff8
--- /dev/null
+++ b/content/events/2016-nashville/registration.md
@@ -0,0 +1,15 @@
++++
+City = "Nashville"
+Year = "2016"
+date = "2016-11-10T21:28:23-06:00"
+title = "Registration"
+type = "event"
+draft = false
+
+
++++
+
+
+https://www.eventbrite.com/e/devopsdays-nashville-2016-tickets-23942633060
+
+
diff --git a/content/events/2016-nashville/welcome.md b/content/events/2016-nashville/welcome.md
new file mode 100644
index 00000000000..c670c2511d3
--- /dev/null
+++ b/content/events/2016-nashville/welcome.md
@@ -0,0 +1,51 @@
++++
+date = "2016-11-10T21:15:25-06:00"
+title = "welcome"
+type = "event"
+City = "nashville"
+Year = "2016"
+aliases = ["/events/2016-Nashville"]
+draft = false
+
++++
+
+## DevOpsDays Nashville - {{< event_start >}}
+
+Due to popular demand, DevOpsDays 2016 is coming to Nashville, TN! More details to come!
+
+
+
+ Dates |
+ {{< event_start >}} - {{< event_end >}}
+ |
+
+
+
+
+
+ Sponsors |
+ {{< event_link page="sponsor" text="Sponsor the event!" >}} It's a great way to attract new talent and promote your organization. |
+
+
+ Contact |
+ {{< event_link page="contact" text="Get in touch with the Organizers" >}} |
+
+
+ |
+
+ {{< event_twitter devopsdaysbna >}}
+ |
+
+
diff --git a/data/events/2016-nashville.yml b/data/events/2016-nashville.yml
new file mode 100644
index 00000000000..b53aae984a6
--- /dev/null
+++ b/data/events/2016-nashville.yml
@@ -0,0 +1,32 @@
+name: 2016-nashville # The name of the event. Four digit year with the city name in lower-case, with no spaces.
+year: 2016 # The year of the event. Make sure it is in quotes.
+city: "Nashville" # The city name of the event. Capitalize it.
+friendly: "2016-nashville" # Four digit year and the city name in lower-case. Don't forget the dash!
+status: "current" # Options are "past" or "current".
+startdate: 2016-11-10 # The start date of your event, in YYYY-MM-DD format. Leave blank if you don't have a date yet.
+enddate: 2016-11-11 # The end date of your event, in YYYY-MM-DD format. Leave blank if you don't have a date yet.
+cfp_date_start: 2016-06-01
+cfp_date_end: 2016-08-31
+cfp_date_announce: 2016-09-15
+coordinates: "36.160606, -86.7746752" # The corrodinates of your venue. Get Latitude and Longitude of a Point: http://itouchmap.com/latlong.html
+location: "aVenue" # The name of your location
+navigationelements: ["welcome", "registration", "sponsor", "contact"] # List of pages you want to show up in the navigation of your page. Remove any that aren't relevent yet.
+team: ["James Fryman", "Jurnell Cockhren", "Eliza Marcum", "Chris Wage", "Nick Wallace"]
+organizer_email: "organizers-nashville-2016@devopsdays.org" # Put your organizer email address here
+proposal_email: "proposals-nashville-2016@devopsdays.org" # Put your proposal email address here
+sponsors: # List all of your sponsors here along with what level of sponsorship they have.
+ - id: victorops
+ level: gold
+ - id: raventools
+ level: silver
+sponsor_levels: # In this section, list the level of sponsorships and the label to use.
+ - id: gold
+ label: Gold
+ - id: silver
+ label: Silver
+ - id: bronze
+ label: Bronze
+ - id: media
+ label: Media
+ - id: badges
+ label: Badges
diff --git a/data/sponsors/2016-raventools.yml b/data/sponsors/2016-raventools.yml
new file mode 100644
index 00000000000..930d3c923d9
--- /dev/null
+++ b/data/sponsors/2016-raventools.yml
@@ -0,0 +1,2 @@
+name: "Raventools"
+url: "https://raventools.com/"