how to make a free website (for real tho)

youtube is filled with LIES

you dont need squarespace. dont let these youtubers mislead you. you dont even need to buy hosting.

caveats

tr:dr

  1. make a github account
  2. create a repo and name it <your_username>.github.io (for example mine is called matty316.github.io)
  3. push an index.html file to the repo. put some html in that hoe
  4. go to <your_username>.github.io (it may take a sec to deploy)
  5. you have a website but now go make it pretty. i use bulma.io for css.

checkout the github pages website for more detailed instructions