Back to top
Publishing A Website through Github
- Create Github account
- Repository name is like the folder it goes into
- Keep it set as Public (for free account)
- Check the box that says, "Initialize this repository with a README"
- Create repository
- Click upload files (button above README file)
- Select all files in folder for Personal Site (images, etc.) and drag into box on Github
- Under Commit Changes: Describe the upload in first box (Add files via upload) ie-Add initial cv website files
- Make sure that the Commit directly to the master branch is checked.
- Click Commit Changes
- Click on Settings tab above docs uploaded.
- Scroll all the way down to GitHub pages.
- Change source in drop down menu to master branch and click save.
- Could take a while, but it will give you a link in same folder in settings to check it out.
- Link will be https://yourfullname.github.io/cv/ (or any folder name)