Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

whoscripting/irwa-website

 
 

Repository files navigation

This is the repository for the Independent Roblox Wiki Alliance site, which you can view at https://indierobloxwikis.org. Join our Discord server!

The site is built using Jekyll.

Contributing

To contribute, you can open a Pull Request with your changes. If you haven't already, start by forking this repository. Create a new branch in your fork, and submit your changes for review.

Development Guidelines

To ensure the site remains maintainable and synchronized, please follow these rules:

  • Do not edit the .css files located in /assets/css directly. This project uses LESS for styling. Please make all style changes in the .less files; these will be automatically compiled and converted via a GitHub Actions process upon deployment.
  • Do not manually edit the /robloxapi page. This page is automatically synced with the RobloxAPI extension repository. Any manual changes made here will be overwritten during the next sync.

Locally host the site

If you'd like to preview your changes before publishing a PR, follow these steps:

  1. Install Jekyll and its prerequisites (see here)
  2. Run bundle install to install dependencies
  3. Run bundle exec jekyll serve to run the site locally

Adding your wiki

There are two ways to add your wiki. You may open an issue request and have us do the work for you, or you may add it yourself via a pull request. To open an issue, use this form. If you wish to add it yourself, please open a pull request doing the following:

  1. Insert logo into /assets/wiki-logos
  2. Add wiki details to _data/members.yml (the carousel on the front page and the members list are both generated from this file). This is the format:
- name: 
  link: 
  logo: "/assets/wiki-logos/LogoHere.svg" (svg is recommended if logo is basic; if monochrome, place the white version here)
  description: "Lorem ipsum"
  game_link: 
  discord: 
  joined: "January 2030"
  team:
    - name: A
    - name: B

Contributors

Languages