Skip to content

Commit

Permalink
Added some polish
Browse files Browse the repository at this point in the history
  • Loading branch information
Gammerdinger authored Oct 17, 2024
1 parent acb9d0d commit e710d38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions GitHub_pages/Pages_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ These steps are illustrated in the GIF below:

# 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:
You should now be able to navigate to *https://&lt;your_github_user_or_group&gt;.github.io/&lt;your_repo_name&gt;/*. In this case, we will navigate to https://hbctraining.github.io/github_pages_demo/. At this point this page should look like:

<p align="center">
<img src="img/GitHub_Pages_unformatted_with_tag.png" width="600">
Expand Down Expand Up @@ -96,7 +96,7 @@ There are more things you can add to this `YAML` file such as Google Analytics a

**4.** Upload the assets directory and `YAML` file to your repository

Now, return to your webpage (*https://<your_github_user_or_group>.github.io/<your_repo_name>/*) and it should have the banner and theme added.
Now, return to your webpage (*https://&lt;your_github_user_or_group&gt;.github.io/&lt;your_repo_name&gt;/*) and it should have the banner and theme added.

> Note: It may take a few minutes to render the updates on the webpage.
Expand All @@ -107,6 +107,6 @@ Now, return to your webpage (*https://<your_github_user_or_group>.github.io/<you

Two webpages where you can find more information on what we've demonstrated can be found below:

For creating a GitHub Pages: https://docs.github.com/en/pages/quickstart
- [Creating a GitHub Pages](https://docs.github.com/en/pages/quickstart)

For adding more customized formatting and themeing to the GitHub Pages: https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll
- [Adding more customized formatting and theming to the GitHub Pages](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll)

0 comments on commit e710d38

Please sign in to comment.