Skip to content

Commit 85554d7

Browse files
Merge pull request #312 from masteinhauser/2016-boston-updates
2016-boston updates
2 parents a39b393 + bd058c4 commit 85554d7

File tree

6 files changed

+18
-2
lines changed

6 files changed

+18
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you'd like to edit a specific devopsdays event site (and/or contribute code),
1919
1. To watch for changes and rebuild on the fly, open a new terminal, cd to your fork of the repo, and enter this command: `hugo server -w --baseUrl="http://localhost:1313"`
2020
1. OS X has low ulimits, so you may see this message:
2121
```
22-
hugo server -w --baseUrl="http://localhost:1313
22+
hugo server -w --baseUrl="http://localhost:1313"
2323
[...]
2424
Error: listen tcp 127.0.0.1:1313: socket: too many open files
2525
```

data/events/2016-boston.yml

+12-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ nav_elements: # List of pages you want to show up in the navigation of your page
2424
- name: program
2525
- name: location
2626
- name: registration
27+
url: http://www.eventbrite.com/e/devopsdays-boston-2016-tickets-24041271089
2728
- name: sponsor
2829
- name: contact
2930
- name: conduct
@@ -47,8 +48,18 @@ proposal_email: "[email protected]" # Put your proposal email
4748
# List all of your sponsors here along with what level of sponsorship they have.
4849
# Check data/sponsors/ to use sponsors already added by others.
4950
sponsors:
50-
- id: samplesponsorname
51+
- id: chef
52+
level: platinum
53+
- id: 2016-g2-tech-group
54+
level: platinum
55+
- id: datadog
5156
level: gold
57+
- id: 2016-pivotal
58+
level: gold
59+
- id: 2016-victorops
60+
level: gold
61+
- id: 2016-brainshark
62+
level: silver
5263
# - id: arresteddevops
5364
# level: community
5465

data/sponsors/2016-brainshark.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: 2016-brainshark
2+
url: http://www.brainshark.com

data/sponsors/2016-g2-tech-group.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
name: "G2 Technology Group"
3+
url: "https://www.g2techgroup.com"
15.6 KB
Loading
7.03 KB
Loading

0 commit comments

Comments
 (0)