Jump to content

Creating Project Pages on GitHub Enterprise: Difference between revisions

From Swarthmore Knowledge Base
Created page with "Like public GitHub, Swarthmore's GitHub Enterprise installation is also capable of creating simple pages for a given repository. Keep in mind that the page will only be viewable by Swarthmore community members. Although there are more advanced methods for creating GitHub pages, the following instructions will address two basic workflows: '''GitHub Automatic Page Generator''' # Log into Github Enterprise and navigate to your project repository # Click on the repository..."
 
No edit summary
Line 3: Line 3:
Although there are more advanced methods for creating GitHub pages, the following instructions will address two basic workflows:
Although there are more advanced methods for creating GitHub pages, the following instructions will address two basic workflows:


'''GitHub Automatic Page Generator'''
== GitHub Automatic Page Generator ==


# Log into Github Enterprise and navigate to your project repository
# Log into Github Enterprise and navigate to your project repository
Line 10: Line 10:
# Click on the button marked '''Launch automatic page generator.''' This will take you through a series of steps resulting in your completed GitHub Page
# Click on the button marked '''Launch automatic page generator.''' This will take you through a series of steps resulting in your completed GitHub Page


'''Manually create a GitHub Page'''
== Manually create a GitHub Page ==


# Log into Github Enterprise and navigate to your project repository
# Log into Github Enterprise and navigate to your project repository

Revision as of 19:16, 7 May 2026

Like public GitHub, Swarthmore's GitHub Enterprise installation is also capable of creating simple pages for a given repository. Keep in mind that the page will only be viewable by Swarthmore community members.

Although there are more advanced methods for creating GitHub pages, the following instructions will address two basic workflows:

GitHub Automatic Page Generator

  1. Log into Github Enterprise and navigate to your project repository
  2. Click on the repository settings icon on the right side of the screen
  3. From the Repository Settings page, scroll down until you see the section marked GitHub Pages
  4. Click on the button marked Launch automatic page generator. This will take you through a series of steps resulting in your completed GitHub Page

Manually create a GitHub Page

  1. Log into Github Enterprise and navigate to your project repository
  2. Create a new branch titled gh-pages
  3. Add an index.html file to the gh-pages branch
  4. Add your project page content to the index.html file

After completing one of the sets of instructions listed above, your new page will be available by visiting the following URL: https://github.swarthmore.edu/pages/<username>/<project-name>/ (Replace "<username>" and "<project-name>" with the appropriate information).