Editing Pages
This is a comprehensive walkthrough on editing pages. It's meant to teach the easiest way to edit pages. You must have a github account connected to the team github. If you need help with this, follow this guide. To get your account added to the team github, talk to a programming team member.
1. Forking the Repository
The first step is to fork the repository. To do this, to to the repository, and click the "Fork" button in the top right corner.
Name the new Repository Steel-Ridge-Standard-Work. This should create a new, personal repository.
2. Editing Pages
To edit a page, navigate to the markdown (.md) file within your repository, and click the edit button in the top right.
This will bring you into github's editor. From there, you can edit the Markdown file.
Once you're finished, click "Commit changes" in the top right. This will add these changes to your fork of the repository.
3. Preview Site
To preview the site, go to the "Settings" tab on your fork, and enable github pages. It doesn't really matter what URL you host it at. It should update every time you make a commit. Preview your changes to make sure that they are good before opening a pull request.
4. Pull Requests and Syncs
Tell calvin to lock in on this one.