Intro to web development, covering HTML, CSS and JavaScript
The workshop website is at https://sundaysky.github.io/web-development-workshop
- If you don't have on already, open a user in Github.
- Create a new repository for the workshop. If you're new to Git or Github, download Github Desktop. Feel free to ask for help or consult Github Desktop's help.
- Enable GitHub Pages by navigating to the repository's settings tab and scroll down to "GitHub Pages" section. Set Source to "master branch".
- That's it! pages should be avalible in a few moments in your own page (eg. https://{username}.github.io/{repository-name}/). The pages will update every time you'll push to master.
Take a look at Github Pages FAQ for more info.