https://robert5800.github.io/ A simple website hosted on github for personal and educational purposes
- Create a new github repository named yourusername.github.io, where 'yourusername' is your github username.
- Clone the repository to your local machine with
git clone [url]
. - cd into the designated directory and add an index.html file.
- Write some simple html (example can be found here), then save and exit the file.
- Add your newly created file, then commit and push it to github.
- Visit https://yourusername.github.io to see the effect. It may take a few seconds to load the changes.
- Enjoy.