Go Back
Lesson 0 || Github Pages "Hello" website
- go to github.com and make a github.com account
- make a new repository called: yourusername.github.io
- my username is jacoby149, so mine would be jacoby149.github.io
- on github, go into the settings of the new repo, and set github pages to "main" and enable https
- now go to repl.it, and sign in with github
- in repl open your github repo yourusername.github.io as an html, css, js repl
- open index.html and type "hello"
- hit run at the top of the repl page. in the right pane, your website should say hello.
- on repl, hit the github branch icon , commit, and push
your changes.
- in the address bar of your browser, enter yourusername.github.io, congrats on your new site.