Skip to content

GitHub Pages

Jesse Mathews edited this page Feb 6, 2019 · 4 revisions

Hosting your webpage

It isn't enough to simply create a webpage on GitHub. You must deploy your webpage to a web host that is connected to the internet. You could deploy a web page to a simple host, or as your web pages become more dynamic, you can use services like Heroku.

GitHub Pages allow you to serve a static site from a repository.

⌨️ Activity: Enable GitHub Pages

  1. Click on the Settings tab in this repository
  2. Scroll down to the "GitHub Pages" section
  3. From the "Source" drop down, select master branch
  4. Click Save

Clone this wiki locally