Skip to content

Demo for students to demonstrate how to post to Github Pages. Also demo for FormData.

Notifications You must be signed in to change notification settings

andreacardybailey/Sample-Repo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to host your submission using Github Pages

  1. Create a local branch named gh-pages:

    $ git checkout -b gh-pages

  2. Push both your master branch and your gh-pages branch to Github:

    $ git push origin master
    $ git push origin gh-pages

  3. Find the link to your live site under the Settings menu at the top of your repository. Once you click Setings, scroll down until you see Github Pages and you should find the link where your site is now hosted.

  4. Click the Edit button on your main repository page to display fields where you will add your project description and the website URL.

About

Demo for students to demonstrate how to post to Github Pages. Also demo for FormData.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.1%
  • JavaScript 26.8%
  • CSS 22.1%