From 88338b6fea77e4a74f67caf406967174b9208579 Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Mon, 22 Jul 2024 00:16:28 +0800 Subject: [PATCH] Update README.md --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8c0848f..5986a40 100644 --- a/README.md +++ b/README.md @@ -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: - + - + As you can see here, because of the pure JavaScript, it enables the site not to be static. Remember, @@ -290,13 +290,10 @@ differs from WordPress: For my very own example, this site - + 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,