Skip to content

Latest commit

Β 

History

History
55 lines (35 loc) Β· 1.45 KB

File metadata and controls

55 lines (35 loc) Β· 1.45 KB

🌐 REG Linux Website

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.


🧩 Project Overview


πŸ–₯️ About 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

🧰 Structure

Typical Jekyll layout


πŸš€ Deployment (GitHub Pages)

The site is automatically published via GitHub Pages from the main branch:

Manual update:

jekyll build
git add .
git commit -m "Update site content"
git push