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.
- Make sure you commit and push your code to your repository.
- 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
- The beginning of your URL (your domain name) will be https://[yourusername].github.io.
i.e.
https://risd-web.github.io
- 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/