diff --git a/GitHub_pages/Pages_documentation.md b/GitHub_pages/Pages_documentation.md index 86896f9..14fa73a 100644 --- a/GitHub_pages/Pages_documentation.md +++ b/GitHub_pages/Pages_documentation.md @@ -1,10 +1,12 @@ -# Learning Objectives +# Creating GitHub Pages + +## Learning Objectives In this lesson we will discuss: - Development of a custom GitHub Pages HTML -# Create a new repository +## Create a new repository **1.** Go to your GitHub account and click on **"New"** to create a new repository @@ -22,7 +24,7 @@ These steps are illustrated in the GIF below:

-# Edit Pages Settings +## Edit Pages Settings 1. On the main GitHub for your Repository, click on **"Settings"** @@ -38,7 +40,7 @@ These steps are illustrated in the GIF below:

-# Inspecting the GitHub page +## Inspecting the GitHub page You should now be able to navigate to *https://<your_github_user_or_group>.github.io/<your_repo_name>/*. In this case, we will navigate to https://hbctraining.github.io/github_pages_demo/. At this point this page should look like: @@ -48,7 +50,7 @@ You should now be able to navigate to *https://<your_github_user_or_group> > Note: If you go to https://hbctraining.github.io/github_pages_demo/ it will show after later formatting has been added. -# Adding formatting +## Adding formatting **1.** Right-click and "Save link as..." this [zipped directory](https://github.com/hbctraining/main/raw/refs/heads/master/GitHub_pages/assets.zip) @@ -103,7 +105,7 @@ Now, return to your webpage (*https://<your_github_user_or_group>.github.i -# Additional Resources +## Additional Resources Two webpages where you can find more information on what we've demonstrated can be found below: