Creating your OWN Campus History repository

What is this about and why are we doing it?

As part of the public history aspect of the course, it’s important to learn how we can we work collaboratively and non-destructively. And it’s much less stressful to create or edit essays knowing that you can’t really mess anything up.

So, we use a feature of GitHub to allow everyone to make their own copy of Campus History and edit that without fear of breaking anything. When a set of changes are done and you want to publish those changes on the live site, you can easily do that. This guide describes the process of setting up your own copy of Campus History.

Create a GitHub account

Fork the intro-guide repository

In GitHub speak, forking means to create your own copy of someone else’s public repository so that you can play around with your own copy and leave the original alone.

Enable your website

You now have a “local” copy of the repository, which is all files that make the website work. Now, let’s enable your own working copy of the Campus History site. As you edit your essay, you can see how the essays actually look online (instead of just Markdown files with code snippets).