Skip to content

Add distros gallery to website#50

Open
zen0bit wants to merge 2 commits into
allfrom
web-test
Open

Add distros gallery to website#50
zen0bit wants to merge 2 commits into
allfrom
web-test

Conversation

@zen0bit
Copy link
Copy Markdown
Member

@zen0bit zen0bit commented Apr 16, 2026

Summary

Adds a distribution gallery to the website showing all 108+ Linux distributions supported by DistroHopper.

Changes

  • src/distros.md: New page with JavaScript gallery that renders distributions from distros.js grouped by category (Beginner, Advanced, Lightweight, Other)
  • src/distros.js: Generated from action files with distribution data (name, version, icon, download link, description, website, category)
  • src/style.css: Added CSS styles for distribution cards grid layout
  • .github/workflows/website.yml: Updated to generate distros.js from action files during CI build
  • TODO/: 154 template files for distributions not yet in action/
  • distros.md: Symlink to src/distros.md for website build

The distributions are automatically loaded from the distributionhub data format and displayed in an attractive card grid.

@zen0bit can click here to continue refining the PR

- Add src/distros.md with gallery rendering script
- Add src/distros.js with distributions data (from distributionhub)
- Add CSS styles for distribution cards
- Update CI workflow to generate distros.js from actions
- Add 154 TODO templates for missing distributions
- Create symlink distros.md for website build
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 16, 2026

Important

Review skipped

Too many files!

This PR contains 163 files, which is 13 over the limit of 150.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: fc41d5f8-51b4-40d5-969e-f495d6c767af

📥 Commits

Reviewing files that changed from the base of the PR and between ba4443f and 628fa64.

📒 Files selected for processing (163)
  • .github/workflows/website.yml
  • TODO/4mlinux
  • TODO/accessible-coconut
  • TODO/ad-lie-linux
  • TODO/alien-os
  • TODO/almalinux
  • TODO/alt-linux
  • TODO/anduinos
  • TODO/arch-linux
  • TODO/archbang
  • TODO/archman-linux
  • TODO/arcolinux
  • TODO/arkane-linux
  • TODO/athena-os
  • TODO/aurora
  • TODO/av-linux
  • TODO/axos
  • TODO/backbox-linux
  • TODO/besgnulinux
  • TODO/blackarch-linux
  • TODO/blissos
  • TODO/bredos
  • TODO/calculate-linux
  • TODO/catos
  • TODO/chimera-linux
  • TODO/chimeraos
  • TODO/clear-linux
  • TODO/ctlos-linux
  • TODO/cuerdos
  • TODO/damn-small-linux
  • TODO/dat-linux
  • TODO/deblinux
  • TODO/delinuxco
  • TODO/ditana
  • TODO/dr-parted
  • TODO/draugeros
  • TODO/dynebolic
  • TODO/elive
  • TODO/emmabunt-s
  • TODO/eweos
  • TODO/exe
  • TODO/exherbo
  • TODO/exodia-os
  • TODO/fatdog64-linux
  • TODO/fedora
  • TODO/feren-os
  • TODO/finnix
  • TODO/funos
  • TODO/gxde-os
  • TODO/heliumos
  • TODO/hellosystem
  • TODO/hyperbola
  • TODO/instantos
  • TODO/joborun-linux
  • TODO/kaisen-linux
  • TODO/kanotix
  • TODO/kaos
  • TODO/kumander-linux
  • TODO/lastoslinux
  • TODO/lazylinux
  • TODO/libreelec
  • TODO/lilidog-linux
  • TODO/lingmo-os
  • TODO/linux-kamarada
  • TODO/linuxconsole
  • TODO/linuxhub-prime
  • TODO/lion-linux
  • TODO/lirix
  • TODO/liya-linux
  • TODO/mabox-linux
  • TODO/mageia
  • TODO/makululinux
  • TODO/martine-os
  • TODO/mauna-linux
  • TODO/melawy-linux
  • TODO/minios
  • TODO/miracle-linux
  • TODO/mocaccinoos
  • TODO/modicia-o-s
  • TODO/mofo-linux
  • TODO/mx-linux
  • TODO/nebios
  • TODO/neptune
  • TODO/netrunner
  • TODO/nobara
  • TODO/nutyx
  • TODO/obarun
  • TODO/omegalinux
  • TODO/omnios
  • TODO/onixos
  • TODO/openkylin
  • TODO/openmamba
  • TODO/openmandriva-lx-rome
  • TODO/opensuse-leap
  • TODO/opensuse-tumbleweed
  • TODO/oracle-linux
  • TODO/oreon-10-core
  • TODO/parabola
  • TODO/parchlinux
  • TODO/pardus
  • TODO/parrotos
  • TODO/pearl-linux
  • TODO/pentoo
  • TODO/pikaos-linux
  • TODO/pisi-linux
  • TODO/plop
  • TODO/pop-os
  • TODO/porteux
  • TODO/predator-os
  • TODO/project-bluefin
  • TODO/puppy-linux
  • TODO/q4os
  • TODO/quarkos
  • TODO/qubes-os
  • TODO/raspberry-pi-os
  • TODO/ravynos
  • TODO/redcore-linux
  • TODO/refracta
  • TODO/regata-os
  • TODO/rlxos
  • TODO/rocky-linux
  • TODO/runtu
  • TODO/salix
  • TODO/sdesk
  • TODO/serpent-os
  • TODO/shebang
  • TODO/sigma-linux
  • TODO/slackel
  • TODO/smartos
  • TODO/solydxk
  • TODO/starbuntu
  • TODO/steamfork
  • TODO/storm-os
  • TODO/stratos
  • TODO/tigeros
  • TODO/tileos
  • TODO/tribblix
  • TODO/trom-jaro
  • TODO/tsurugi-linux
  • TODO/ttos-linux
  • TODO/tucana-linux
  • TODO/twister-os
  • TODO/ufficio-zero-linux
  • TODO/ultramarine-linux
  • TODO/vanilla-os
  • TODO/vendefoul-wolf-linux
  • TODO/venom-linux
  • TODO/vinari-os
  • TODO/voyager
  • TODO/wattos
  • TODO/window-maker-live
  • TODO/wolfos
  • TODO/xebian
  • TODO/zenned
  • TODO/zenwalk-linux
  • TODO/zephix
  • TODO/zorin-os
  • action
  • distros.md
  • docs/distros.js
  • src/distros.js
  • src/distros.md
  • src/style.css

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch web-test

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants