Skip to content

Forking: Customization

☆ stargen ☆ edited this page Jan 7, 2025 · 2 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 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

styling

colors

starg3n looks the way it does due to a file called style.css. this file is located in /data/style.css, and can be edited to make starg3n have diffrent colors and make it look nice. There are comments included in the file to guide you through making it your own.

Note

Ruffle (the flash emulator) uses a diffrent style file. look inside flash/assets

icon

the starg3n icon is simply a "dizzy" emoji styled with flat colors. to change this, rename data/favicon.ico or delete it, and add a new one.

organization

starg3n is not an organized repo. there are quite a lot of random files not being used for anything. make sure you don't delete anything vital.

if you've finished this section, move onto the Finishing Touches section.