COMP 126: Practical Web Design & Development for Everyone
Otherwise, follow along.
(Note: there are lots of ways to do all this. This is just one option that might be easier for beginners to git/GitHub to pick up.)
<yourgithubusername>.github.io
. After this first one, any name is fine, but avoid spaces and numbers.index.html
, style.css
, etc.) to the folder. Make sure index.html is at the top level, not inside a subfolder! Depending on your project, you may have to revise some of your paths.main
) and click Save.https://<username>.github.io/
).GitHub Pages will automatically rebuild the site after changes are pushed. Again, this might take a minute. Just keep refreshing.