Github has a Pages feature gives free static website hosting. this is an intro of the steps to get started
- make an account on github
- my user name is
rubillionaire
, so replace the parts of the following URLs with your user name
- my user name is
- make a new repository on github
- https://github.com/new
- for our example, we will name it
portfolio-website
- you can make it public or private. if its public it will be listed on your github profile, and not if private.
- create your first file
- you will need to either upload an html file or write a quick one to reveal the rest of the UI. for example, you can press the "creating a new file" link, and it will drop you into a web editor for your new file.