URLs - risdesignet/wd-winter2019 GitHub Wiki

Using Github Pages

By enabling Github Pages, we can have live pages for all of the code in the repository.

  1. Make sure you commit and push your code to your repository.
  2. Navigate to the file online and copy the path to your file (next to the "Branch: master" button at the top.) i.e. wd-winter18/01_html/index.html
  3. The beginning of your URL (your domain name) will be https://[yourusername].github.io. i.e. https://risd-web.github.io
  4. Paste the path you copied after your domain name for the live URL to that file. (Make sure there are no spaces) i.e. https://risd-web.github.io/wd-winter18/01_html/index.html If your file is named index.html, all you need is the path to the URL: i.e. https://risd-web.github.io/wd-winter18/01_html/