diff --git a/_data/centos/distributions.yml b/_data/centos/distributions.yml index 426b812..1e825df 100644 --- a/_data/centos/distributions.yml +++ b/_data/centos/distributions.yml @@ -4,48 +4,8 @@ # to CentOS Project distributions. # - title: "CentOS Stream" - page: "centos-stream" + download: "/download" description: "Continuously delivered distro that tracks just ahead of Red Hat Enterprise Linux (RHEL)." - releases: - 10: - downloads: - 9: - downloads: - - arch: "x86_64" - iso: "https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/iso/CentOS-Stream-9-latest-x86_64-dvd1.iso" - rpm: "http://mirror.stream.centos.org/9-stream/" - cloud: "https://cloud.centos.org/centos/9-stream/x86_64/images" - containers: "https://quay.io/centos/centos:stream9" - vagrant: "" - - arch: "ARM64 (aarch64)" - iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/aarch64/iso/CentOS-Stream-9-latest-aarch64-dvd1.iso&redirect=1&protocol=https" - rpm: "http://mirror.stream.centos.org/9-stream/" - cloud: "https://cloud.centos.org/centos/9-stream/aarch64/images" - containers: "https://quay.io/centos/centos:stream9" - vagrant: "" - - arch: "IBM Power (ppc64le)" - iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/ppc64le/iso/CentOS-Stream-9-latest-ppc64le-dvd1.iso&redirect=1&protocol=https" - rpm: "http://mirror.stream.centos.org/9-stream/" - cloud: "https://cloud.centos.org/centos/9-stream/ppc64le/images" - containers: "https://quay.io/centos/centos:stream9" - vagrant: "" - - arch: "IBM Z (s390x)" - iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/s390x/iso/CentOS-Stream-9-latest-s390x-dvd1.iso&redirect=1&protocol=https" - rpm: "http://mirror.stream.centos.org/9-stream/" - cloud: "https://cloud.centos.org/centos/9-stream/s390x/images" - containers: "https://quay.io/centos/centos:stream9" - vagrant: "" - docs: - - release_notes: "https://blog.centos.org/2021/12/introducing-centos-stream-9/" - release_email: "https://lists.centos.org/pipermail/centos-announce/2021-December/060971.html" - website: "https://docs.centos.org/en-US/docs/" - eol: - - overview: > - 2027-05-31 - (end of RHEL 9 Full Support Phase) - date: "" - url: "" - - title: "CentOS Hyperscale" - page: "hyperscale" + page: "/hyperscale" description: "CentOS stability built for massively large-scale deployments." diff --git a/index.md b/index.md index 33d89f3..83d8e1a 100644 --- a/index.md +++ b/index.md @@ -41,7 +41,12 @@ background-image: url("data:image/svg+xml,%3Csvg width='84' height='48' viewBox=
{{ distro.title }}

{{ distro.description }}

+{% if distro.page %} Learn more +{% endif %} +{% if distro.download %} + Download +{% endif %}