Add Your Content to the Web


Create a GitHub Account

If you already have a GitHub account, skip this step.

  1. Go to https://github.com/.

  2. Create an account.

  3. Check your email to verify your account.


Upload Your Transcript

Head over to the Voices of Gay Rodeo Development GitHub Repository. This is where all the source code for the Voices of Gay Rodeo website is stored. We’ll use your GitHub username to make you a collaborator for this repository.

The repository looks something like this:

a screenshot of the Voices of Gay Rodeo GitHub repository
Voices of Gay Rodeo GitHub Repository

Once you’re a collaborator, you’ll have the ability to upload and edit files in the repository.

How to Upload

a screenshot of the repository's upload files button location
'Upload files' button
a screenshot of the repository's commit entry box
Commit Your Upload

Create a Markdown File

We need to create some biographical information for your interviewees so that their interview and transcript pages have the appropriate context.

To do this, you’ll be creating a Markdown file. You don’t need to know anything about Markdown other than what is discussed below.

There are two major steps you’ll need to undertake in this section:

  1. Create a Markdown File in the _interviews Folder
  2. Copy Your Markdown File to the _transcripts Folder

Creating Your Markdown File in _interviews

a screenshot showing how to create a new file on GitHub
Create new file
a screenshot showing how to name a markdown file on GitHub
Name Your File
---
object-id: bergmannroger  
transcript: transcript-bergmannroger  
first-name: Roger
last-name: Bergmann
date-interviewed: November 19, 2016
location: Austin, Texas
interviewer: Rebecca Scofield
image: y
---

Formatting Your Markdown File

Variable: Format: Example:
object-id transcript filename, in format lastnamefirstname (all lowercase) bergmannroger
transcript 'transcript-' prepends transcript filename (all lowercase) transcript-bergmannroger
first-name Firstname (first letter capitalized) Roger
last-name Lastname (first letter capitalized) Bergmann
date-interviewed Month DD, YYYY November 19, 2016
location City, State Austin, Texas
interviewer Firstname Lastname (first letter capitalized) Rebecca Scofield
image if interviewee has provided an image for the website, the input is y; if no image, the input is n (stock image will display) y
a screenshot of the a newly created Markdown file on GitHub
New Markdown File

Copy Your Markdown File to _transcripts


Upload an Image


Check Your Upload Using GitHub Pages


Make Your Changes Live