From f5c8872d2ff352bf53c7f8b1027daf94179e33c5 Mon Sep 17 00:00:00 2001 From: tomjohnson1492 Date: Tue, 22 Mar 2016 16:14:20 -0700 Subject: [PATCH] content fix --- mydoc/mydoc_publishing_github_pages.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/mydoc/mydoc_publishing_github_pages.md b/mydoc/mydoc_publishing_github_pages.md index e71bc32..91baaf4 100644 --- a/mydoc/mydoc_publishing_github_pages.md +++ b/mydoc/mydoc_publishing_github_pages.md @@ -16,20 +16,10 @@ summary: "You can publish your project on Github Pages, which is a free web host 6. Add a license if desired. 7. Leave the other options at the defaults and click **Create repository**. 8. Click the **Settings** button. - - Github repo settings - 9. Go to your repository's home page, and click the branch drop-down menu. -10. Create a new branch called **gh-pages**. - - Creating a Github Pages branch - +10. Create a new branch called **gh-pages**. 11. Click **Settings** and change the default branch to **gh-pages**. - 11. Go back to your repository's homepage. With the gh-pages branch selected, copy the **https clone url**: - - clone URL - 12. Open a terminal, browse to a convenient location for your project, and type `git clone https://github.com/tomjohnson1492/myreponame.git`, replacing the `https://github.com/tomjohnson1492/myreponame.git` with your repository's https clone URL that you copied. 13. Move the jekyll theme files into this new folder that you just created in the previous step. 14. Open the _config.yml file and add the following: