Skip to content

Forking: Github Pages

☆ stargen ☆ edited this page Dec 5, 2024 · 5 revisions
      _                      _____        
     | |                    |____ |       
 ___ | |_  __ _  _ __  __ _     / / _ __  
/ __|| __|/ _` || '__|/ _` |    \ \| '_ \ 
\__ \| |_| (_| || |  | (_| |.___/ /| | | |
|___/ \__|\__,_||_|   \__, |\____/ |_| |_|
                       __/ |              
                      |___/   forking guide

setting up the repos

for homepage, gba, sandboxels, ds, hl1, 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 homepage links

  • open index.html on the root of the repo.
  • there is a large list of links with a comment marked CHANGE THESE LINKS above it.
  • change the urls to your new urls.
  • save
  • wait for the update to push to the github page

Clone this wiki locally