Creating Project Pages on GitHub Enterprise: Difference between revisions
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 |
||
| (4 intermediate revisions by the same user not shown) | |||
| 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 == | |||
# 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 == | |||
# Log into Github Enterprise and navigate to your project repository | # Log into Github Enterprise and navigate to your project repository | ||
| Line 17: | Line 17: | ||
# Add your project page content to the index.html file | # 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/ | After completing one of the sets of instructions listed above, your new page will be available by visiting the following URL: | ||
(Replace " | |||
https://github.swarthmore.edu/pages/username/project-name/ | |||
(Replace "username" and "project-name" with the appropriate information). | |||
{{Category Navbox|GitHub Enterprise}} | |||
[[Category:GitHub Enterprise]] | |||
Latest revision as of 19:20, 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
- Log into Github Enterprise and navigate to your project repository
- Click on the repository settings icon on the right side of the screen
- From the Repository Settings page, scroll down until you see the section marked GitHub Pages
- 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
- Log into Github Enterprise and navigate to your project repository
- Create a new branch titled gh-pages
- Add an index.html file to the gh-pages branch
- 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).