@@ -229,9 +229,9 @@ The trick is actually the code: if that is purely
229229JavaScript, then it will work. To prove this, I deployed
230230demo games from Vanilla Web Projects using GitHub Pages:
231231
232- < https://jdevfullstack.github.io/hangman-game/ >
232+ < https://jdevfullstack-projects .github.io/hangman-game/ >
233233
234- < https://jdevfullstack.github.io/breakout-game/ >
234+ < https://jdevfullstack-projects .github.io/breakout-game/ >
235235
236236As you can see here, because of the pure JavaScript,
237237it enables the site not to be static. Remember,
@@ -290,13 +290,10 @@ differs from WordPress:
290290
291291For my very own example, this site
292292
293- < https://jdevfullstack.github.io/C-Programming-Tutorial/ >
293+ < https://jdevfullstack.github.io >
294294
295295was built by GitHub Pages,
296- Jekyll being the static site generator.
297- When you click ` View on GitHub ` , that is the repository
298- where all the assets and default documents reside.
299- It's that simple.
296+ Jekyll being the static site generator. It's that simple.
300297
301298And, for those who don't know yet how to
302299host a site using a computer as a server,
0 commit comments