Introduction to Digital Humanities

HIST 105B, Alice McGrath

Weeks: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 Syllabus Schedule GitHub

Deploying a GitHub Pages Site

Activate Pages

Now that you have a GitHub repository, it’s now time to share your work with the world. GitHub pages offers a no-cost coding-optional way to publish your work to the internet.

settings button

github pages

deploy from a branch

set source

Your new site’s url

The URL to your GitHub Pages site will follow this formula: username.github.io/repo-name – let’s make it easier to find.

edit about section

repository details

Now you’ll notice that a url has appeared.

Waiting for GitHub Pages

From your main page, you should be able to tell whether GitHub Pages has finished deploying your site. After your latest ‘commit’, you’ll see a brownish-yellow dot or a green check mark.

view status of jekyll build

The dot indicates that your site is in the process of deploying. Once the dot becomes a green check mark, navigate to your URL and marvel at your new website! Sometimes this process takes a few minutes.