Blog Project pure CSS and HTML
The blog content of Home and Post pages
Create a repo in your name username.github.io
Run this "git clone ..." in terminal to clone a copy of your repo git clone https://github.com/YOUR_GITHUB_USERNAME/myblog.git
cd username.github.io bring your changes and save the files
In your terminal:
git add --all
git commit -m "Initial commit"
git push -u origin main
For more on how to push and clone a repository visit: https://pages.github.com/