Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 464 Bytes

File metadata and controls

7 lines (4 loc) · 464 Bytes

gentoo-packages

This repository generates and hosts the Gentoo overlays static site.

It uses g2 to parse repositories.xml from Gentoo's API and generate a static HTML website of all overlays and packages.

A GitHub Actions workflow is used to automatically generate and deploy the site to GitHub Pages nightly, and whenever the workflow is updated. The g2 tool is run via the g2-action.