From 7836cf99e929f8467912a8bd10faf1cf0171ea03 Mon Sep 17 00:00:00 2001 From: dogi Date: Wed, 24 Aug 2016 23:59:14 -0400 Subject: [PATCH] Update githubandmarkdown.md --- pages/githubandmarkdown.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/githubandmarkdown.md b/pages/githubandmarkdown.md index 58916c725..d37c3a918 100644 --- a/pages/githubandmarkdown.md +++ b/pages/githubandmarkdown.md @@ -26,7 +26,11 @@ After your fork it, you will be on your page: <username>/open-learning-exc ![Renaming Repository](uploads/images/Rename Repository.png) -After you rename it, make sure to post a link to the github.io website you've just created (<username>.github.io) in the [gitter.im chat](https://gitter.im/open-learning-exchange/chat). Once again, it's important to distinguish now the difference between your personal GitHub account and the Open Learning Exchange account. As we want to keep a 'clean' version of code, everyone forks repositories and then saves them back for approval (called a pull request) before the Open Learning Exchange code is updated. Be sure to ALWAYS work on your personal account via forking and pull requests. +After you rename it, make sure to post a link to the github.io website you've just created (<username>.github.io) in the [gitter.im chat](https://gitter.im/open-learning-exchange/chat). + +![Example of github.io page](uploads/images/examplegithubio.png) + +Once again, it's important to distinguish now the difference between your personal GitHub account and the Open Learning Exchange account. As we want to keep a 'clean' version of code, everyone forks repositories and then saves them back for approval (called a pull request) before the Open Learning Exchange code is updated. Be sure to ALWAYS work on your personal account via forking and pull requests. Now, you can edit the files in your repo and the changes you make will be reflected on your <username>.github.io website. To edit, click on `pages` folder. Then, click `New File` and make the filename the exact same name as your GitHub username. I have created pages for you using your GitHub username so it's important you stick with that name. For reference, my link to this page is EmilyLarkin.github.io/pages/EmilyLarkin.md and yours should look similar in a parallel format.