NCSU GitHub Personal Webpage
Below are the steps to create a personal website using a NCSU GitHub repository.
- Login to https://github.ncsu.edu/
- Create repository UNITYID.github.ncsu.edu
Example: tbyron.github.ncsu.edu
Make repository public - Create README.md file and commit it.
- Download the Github Desktop to your computer.
- Clone UNITYID.github.ncsu.edu repository to your computer.
- Create index.html
- Add/Commit/Push file to the repository.
- View index.html page at: https://pages.github.ncsu.edu/UNITYID
Example: https://pages.github.ncsu.edu/tbyron/ - Modify index.html as desired.
- Add/Commit/Push webpage updates to repository.