This repository hosts the official website of REG Linux, built for https://reglinux.org.
REG Linux is an immutable Linux system designed for retro gaming devices, targeting ARM, AArch64, RISC-V, and x86_64 platforms.
- Website: https://reglinux.org
- Wiki: https://reglinux.org/wiki
- Main Repo: REG-Linux/REG-Linux
- Organization: REG-Linux
REG Linux (Retro Emulation Gaming Linux) is:
- π Immutable and lightweight
- π§± Buildroot-based (no systemd)
- πΉοΈ Tuned for retro-gaming performance
- π§© Modular with device profiles for ARM, RISC-V, and x86_64 targets
The website provides:
- πͺ A showcase of supported devices
- β¬οΈ Direct downloads for stable and preview releases
- π Links to documentation and wiki
- π¬ Community access via Discord and GitHub
Typical Jekyll layout
The site is automatically published via GitHub Pages from the main branch:
- Live at: https://reglinux.org
- Served by: REG-Linux/reglinux.github.io
jekyll build
git add .
git commit -m "Update site content"
git push