-
Notifications
You must be signed in to change notification settings - Fork 65
Add a Tech Talk
Sara Cope edited this page Oct 16, 2017
·
18 revisions
The Tech Talk content is stored in a data file: /_data/techtalks.yml. Any time you want to add or edit a Tech Talk, the techtalks.yml file is the place to go.
- Create a feature branch based on the Master branch. Prefix it with your initials, an _ and then the change info. Ex. sc_new-techtalk
- Make the following changes in your feature branch
- Edit /_data/techtalks.yml.
- Copy and paste the entry for the previous Tech Talk to create a new entry at the top of the file.
- Edit the new entry you just created to add details on the upcoming Tech Talk.
- Make sure the
slides:
line is an empty value. - Enter the URL to the registration form on the
register:
line. - Commit the feature branch
- Preview your changes at https://federalist.18f.gov/preview/GSA/cto-website/BRANCH_NAME/
- Open a pull request to merge the feature branch to Dev
Typically, after a Tech Talk concludes, we remove the registration form link and add the slides from the Tech Talk.
- Upload the slides in PDF format to the Tech Talks assets folder.
- Edit /_data/techtalks.yml.
- Remove the registration URL from the
register:
line. - Enter the URL to the slides PDF on the
slides:
line.