Skip to content

Commit

Permalink
Update Pages_documentation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gammerdinger authored Oct 17, 2024
1 parent 00ff194 commit 70027d8
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions GitHub_pages/Pages_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<p align="center">
<img src="../img/Create_repo.gif" width="200">
<img src="../img/Create_repo.gif" width="600">
</p>

# 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:

<p align="center">
<img src="../img/GitHub_Pages_settings.gif" width="600">
</p>

# Additional Resources

Expand Down

0 comments on commit 70027d8

Please sign in to comment.