Skip to content

Forking: Github Pages

☆ stargen ☆ edited this page Jan 7, 2025 · 5 revisions

THIS GUIDE IS USELESS AS OF 1/6/25

EVERYTHING HERE IS NOT USEFUL AS YOU CAN JUST FORK THE MAIN REPO

      _                      _____        
     | |                    |____ |       
 ___ | |_  __ _  _ __  __ _     / / _ __  
/ __|| __|/ _` || '__|/ _` |    \ \| '_ \ 
\__ \| |_| (_| || |  | (_| |.___/ /| | | |
|___/ \__|\__,_||_|   \__, |\____/ |_| |_|
                       __/ |              
                      |___/   forking guide

setting up the repos

for homepage, gba, sandboxels, ds, yume nikki, hl1, asteroids, and bitburner:

  • go into the repo settings
  • on the left sidebar, select the Pages tab
  • under the Branch portion of the page, select Main from the first box
  • choose Root as the folder in the second box
  • click save
  • go to the page with all of the repo files
  • on the right sidebar, on the About section, click the cog wheel
  • under the Website section, check the box marked Use your Github Pages website
  • wait for it to deploy

for rugg rouge:

  • go into the repo settings
  • on the left sidebar, select the Pages tab
  • under the Branch portion of the page, select gh_pages from the first box
  • choose Root as the folder in the second box
  • click save
  • go to the page with the repo files
  • on the right sidebar, on the About section, click the cog wheel
  • under the Website section, check and uncheck the box marked Use your Github Pages website
  • change the url to say yourname.github.io/rr/play

for ps1:

  • go into the repo settings
  • on the left sidebar, select the Pages tab
  • under the Branch portion of the page, select gh_pages from the first box
  • choose Root as the folder in the second box
  • click save
  • go to the page with the repo files
  • on the right sidebar, on the About section, click the cog wheel
  • under the Website section, check and uncheck the box marked Use your Github Pages website
  • change the url to say yourname.github.io/ps1/PlayStation.htm

setting up return links

certain games have links that return you back to starg3n. these are as follows:

  • ds
  • gba
  • hl1 go into these repos and search for this line of code
 <a href="https://starg3n.github.io"><img src="/data/favicon.ico"></img></a>

replace the starg3n url with your new url.

once you've set up the websites, continue onto the Hompage Customization setting