Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevfullstack authored Jul 21, 2024
1 parent c2a4a33 commit 88338b6
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ The trick is actually the code: if that is purely
JavaScript, then it will work. To prove this, I deployed
demo games from Vanilla Web Projects using GitHub Pages:

<https://jdevfullstack.github.io/hangman-game/>
<https://jdevfullstack-projects.github.io/hangman-game/>

<https://jdevfullstack.github.io/breakout-game/>
<https://jdevfullstack-projects.github.io/breakout-game/>

As you can see here, because of the pure JavaScript,
it enables the site not to be static. Remember,
Expand Down Expand Up @@ -290,13 +290,10 @@ differs from WordPress:

For my very own example, this site

<https://jdevfullstack.github.io/C-Programming-Tutorial/>
<https://jdevfullstack.github.io>

was built by GitHub Pages,
Jekyll being the static site generator.
When you click `View on GitHub`, that is the repository
where all the assets and default documents reside.
It's that simple.
Jekyll being the static site generator. It's that simple.

And, for those who don't know yet how to
host a site using a computer as a server,
Expand Down

0 comments on commit 88338b6

Please sign in to comment.