🍎
Introduction to Web Development
  • Introduction To Web Development
  • Tools
    • Notes: Web Development Process
    • Notes: Replit
    • Notes: GitHub
    • Notes: Replit + GitHub Integration
    • GitHub Pages Hosting
  • Week 1: HTML
    • Notes: HTML
    • Notes: Working With Images
    • Project: Hello World
    • Project: Subject of Interest
  • Week 2: CSS
    • Notes: CSS
    • Using CSS for Layout
      • Notes: Box Model
      • Notes: Flexbox
      • Notes: Responsive Layout
    • Project: Styling Subject of Interest
    • Project: Image Gallery
  • Week 3: JavaScript and HTML Forms
    • Notes: JavaScript
    • Notes: Processing HTML Forms with JavaScript
    • Project: Dynamic Style Change
    • Project: Mad Libs
  • Week 4: Web Site Using Bootstrap
    • Notes: Anatomy of a URL
    • Notes: Content
    • Notes: Bootstrap
    • Notes: Overriding Bootstrap
    • Notes: Favicons
    • Notes: License
    • StartBootstrap Templates
    • Project: Bootstrap Website
  • Wrap Up
  • Videos
Powered by GitBook
On this page
  1. Tools

GitHub Pages Hosting

PreviousNotes: Replit + GitHub IntegrationNextWeek 1: HTML

Last updated 1 year ago

Configure GitHub Pages

GitHub pages provides a way to host HTML with CSS and JavaScript on a web server. It is configured by clicking on Settings and then on the left, Pages. You will need to choose the branch that you want to be hosted. Once you've saved your selection, GitHub will start setting up your website. You can monitor the progress, by clicking on the Actions tab at the top of the page. You can also wait until the process is complete and the Settings page will refresh with a link that you can use to access your web site.

This will walk you through the GitHub Pages Hosting process.

The URL to your page will be create as: https://<GitHub account name>/<Repository name>

video
Configuring GitHub Pages