The badge.life website
  • SCSS 69.2%
  • Ruby 25.8%
  • CSS 5%
Find a file
ReanimationXP 2f5151345d
Attempting to widen Table CSS w SCSS
Attempting to widen Table CSS w SCSS
2025-08-07 03:27:22 -07:00
.github/workflows Attempt 2 to fix Deploy Github Action (/workflows/jekyll.yml) 2025-07-14 10:44:02 -07:00
_posts Introduce website initial draft 2024-06-08 23:06:25 -04:00
archive Added archive content, attempt at prettying up the data 2024-06-12 14:45:14 -04:00
assets Attempting to widen Table CSS w SCSS 2025-08-07 03:27:22 -07:00
best_practices Added more to the config section and filled in a few more placeholders 2024-06-09 00:37:21 -04:00
guides Added more to the config section and filled in a few more placeholders 2024-06-09 00:37:21 -04:00
resources Add lessons learned 2024-06-10 23:45:05 -04:00
specs Added archive content, attempt at prettying up the data 2024-06-12 14:45:14 -04:00
.gitignore Introduce website initial draft 2024-06-08 23:06:25 -04:00
.gitmodules Introduce website initial draft 2024-06-08 23:06:25 -04:00
_config.yml Update _config.yml 2025-08-05 20:11:44 -07:00
blog.md Added more to the config section and filled in a few more placeholders 2024-06-09 00:37:21 -04:00
CNAME Create CNAME 2018-10-18 11:11:44 -07:00
Gemfile Revert to statically specified 0.8.2 version 2024-06-09 00:46:37 -04:00
Gemfile.lock Introduce website initial draft 2024-06-08 23:06:25 -04:00
index.md Schedule fixes - and ty to our incredible sponsors! 2025-08-05 20:34:59 -07:00
index.txt Create index.txt 2025-08-05 20:35:58 -07:00
lessons_learned.md Add lessons learned 2024-06-10 23:45:05 -04:00
LICENSE Introduce website initial draft 2024-06-08 23:06:25 -04:00
README.md reverting 2025-05-05 20:38:17 -07:00

badge.life website

This repository hosts the badge.life website, Publicly maintained by the community. If you would like to contribute, please submit a PR and maintainers will see it merged in as soon as posible.

Installing Prerequisites

  • Install ruby v3+ linux: Instructions
  • Install bundler & jekyll: gem install bundler jekyll
  • Install project dependencies: from root repo path: bundle install

Rendering and Testing Changes Locally

  • bundle exec jekyll serve
  • browse website at http://localhost:4000/

Documentation on syntax

Pull Requests & Collaborating

To collaborate you wither need to be added as a repository collaborator, or you need to fork the project.

Contributing as a Repository Collaborator

To become a collaborator, you will need to reach out to one of the discord server admins to request collaborator permissions on github.

Once you are a repository collaborator:

  • create a branch off of main
  • make your changes
  • test locally
  • push to your branch on github
  • open a pull request
  • ping moderators if not addressed in a timely manner

Contributing as a Non-Collaborator

  • fork the project
  • make your changes (branch doesnt matter, can be main in your fork)
  • test locally
  • push to your branch on github
  • open a pull request
  • ping moderators if not addressed in a timely manner

Information on Fork Pull Request Process