Skip to content

robert5800/robert5800.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robert's Webpage

https://robert5800.github.io/ A simple website hosted on github for personal and educational purposes

Brief tutorial

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