You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: utilities/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Use [add_new_event.sh](add_new_event.sh) to add a new event. This is year-specif
20
20
1. The script will create a data file for your event in `data/events/yyyy-city.yml`. This is where you will configure many of your updates and customizations. In particular, you need to list your local organizer team here.
21
21
1. The script will populate your event directory in `content/events/yyyy-city` with default content. You should edit it as desired.
22
22
1. The script will add or update your entry in `static/_redirects`. This allows you to use the url `https://devopsdays.org/city-name` to point to your current-year event.
23
-
1. Once you have created a logo graphic, place it in `static/events/yyyy-city/logo.png`. (The file MUST be called `logo.png`.) The sample welcome page has a commented-out element to display a logo named in this way. For front-page use, you also need a square version in `static/events/yyyy-city/logo-square.jpg`.
23
+
1. Once you have created a logo graphic, place it in `assets/events/yyyy-city/logo.png`. (The file MUST be called `logo.png`.) The sample welcome page has a commented-out element to display a logo named in this way. For front-page use, you also need a square version in `assets/events/yyyy-city/logo-square.jpg`.
24
24
25
25
## Google Analytics
26
26
@@ -30,7 +30,7 @@ If you have set up a Google Analytics v4 or newer account for tracking your spec
30
30
31
31
### Event Square Logo
32
32
33
-
To customize the logo that appears on the root of devopsdays.org, place a square file (jpg format only) in `static/events/yyyy-city`. It must be named `logo-square.jpg` and should be at minimum 300px x 300px, but optimally should be 600px x 600px. Note that in the preview (without gulp processing), non-square files will appear to be okay. However, once processed for production, they will be stretched to be square.
33
+
To customize the logo that appears on the root of devopsdays.org, place a square file (jpg format only) in `assets/events/yyyy-city`. It must be named `logo-square.jpg` and should be at minimum 300px x 300px, but optimally should be 600px x 600px. Note that in the preview (without gulp processing), non-square files will appear to be okay. However, once processed for production, they will be stretched to be square.
34
34
35
35
### Reference Content
36
36
@@ -94,7 +94,7 @@ See [Pivotal logo update](https://github.com/devopsdays/devopsdays-web/pull/6501
94
94
Use [add_sponsors.sh](add_sponsors.sh) to easily add new sponsors. (Only do this if the sponsor doesn't already exist.)
95
95
96
96
1. Sponsors need a file in the data directory, as such: `data/sponsors/sponsorname.yml`. Before creating a new one, look to see if there is an old one, possibly with a date prepended. If it has the right URL and logo, you should use it instead of creating a new one.
97
-
1. Put the images for your sponsors in the `static/img/sponsors` directory. They need to be PNG files and named exactly after the name of the sponsor in your event file (and the corresponding sponsor data file), i.e., `static/img/sponsors/sponsorname.png`.
97
+
1. Put the images for your sponsors in the `assets/sponsors/FIRST_INITIAL/` directory. They need to be PNG files and named exactly after the name of the sponsor in your event file (and the corresponding sponsor data file), i.e., `assets/sponsors/s/sponsorname.png`.
98
98
1. Add the new sponsor to your event's datafile with the appropriate level.
99
99
100
100
See [contrib/make_sponsors.rb](make_sponsors.rb) for another option.
@@ -115,7 +115,7 @@ All logos will be resized at release time, to 200px wide. Versions for high-dens
115
115
116
116
See the example local organizer team members listed in the generated data file found in `data/events/201?-yourcity.yml`. To generate the `team_members: ` section you can use [add_organizers.sh](add_organizers.sh).
117
117
118
-
The organizer photo must be in JPG format, and should be a minimum 300px x 300px, but optimally 600px x 600px. These images should be placed in the `static/events/yyyy-city/organizers` directory (which the `add_organizers.sh` script will do).
118
+
The organizer photo must be in JPG format, and should be a minimum 300px x 300px, but optimally 600px x 600px. These images should be placed in the `assets/events/yyyy-city/organizers` directory (which the `add_organizers.sh` script will do).
119
119
120
120
Any PRs adding a new local organizer will need to be accompanied by an email to `[email protected]` with their full name and email address. We merge the PR at the same time as adding them to email lists and Slack, so if you aren't ready to send that email, merging your PR will be delayed until we have that info.
0 commit comments