From 70027d84a9b3082219356ff1f19c38350b7820d4 Mon Sep 17 00:00:00 2001 From: Gammerdinger Date: Thu, 17 Oct 2024 11:22:58 -0400 Subject: [PATCH] Update Pages_documentation.md --- GitHub_pages/Pages_documentation.md | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/GitHub_pages/Pages_documentation.md b/GitHub_pages/Pages_documentation.md index 2d1299c..e0e1631 100644 --- a/GitHub_pages/Pages_documentation.md +++ b/GitHub_pages/Pages_documentation.md @@ -6,20 +6,35 @@ In this lesson we will discuss: # Create a new repository -1. Go to your GitHub account and click on **"New"** to create a new repository +**1.** Go to your GitHub account and click on **"New"** to create a new repository -2. Create a name for your repository +**2.** Create a name for your repository -3. Click "Public" to make your repository Public. You won't be able to make a GitHub Pages for a Private Repository +**3.** Click "Public" to make your repository Public. You won't be able to make a GitHub Pages for a Private Repository -4. Underneath **"Initialize this repository with:"**, check the box for **"Add a README file"** +**4.** Underneath **"Initialize this repository with:"**, check the box for **"Add a README file"** -5. Then click **"Create Repository"** +**5.** Then click **"Create Repository"** + +These steps are illustrated in the GIF below:

- +

+# Edit Settings + +1. On the main GitHub for your Repository, click on **"Settings"** + +2. On the sidebar, select **"Pages"** + +3. Underneath **"Branch"**, change the dropdown menu from **"None"** to **"main"** + +These steps are illustrated in the GIF below: + +

+ +

# Additional Resources