Text Blame History Raw

Feel free to add content and custom Front Matter to this file.

To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults

title: The CentOS Project title_lead: | Community-driven free software effort focused on delivering a robust open source ecosystem around a Linux platform. layout: home

with_toc: false with_breadcrumbs: false with_title: false


{% assign distributions = site.data.centos.distributions %} {% for distro in distributions %}
...
{{ distro.title }}

{{ distro.description }}

Learn more
{% endfor %}

More From the CentOS Community

Our Special Interest Groups produce all sorts of things, like raindrops on roses and whiskers on kittens, bright copper kettles and warm woolen mittens.

{% assign sigs = site.data.centos.sigs %} <style> div.hero-signal { height: 30px; min-height: 40px; background-color: #a14f8c; background-image: url("data:image/svg+xml,%3Csvg width='84' height='48' viewBox='0 0 84 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h12v6H0V0zm28 8h12v6H28V8zm14-8h12v6H42V0zm14 0h12v6H56V0zm0 8h12v6H56V8zM42 8h12v6H42V8zm0 16h12v6H42v-6zm14-8h12v6H56v-6zm14 0h12v6H70v-6zm0-16h12v6H70V0zM28 32h12v6H28v-6zM14 16h12v6H14v-6zM0 24h12v6H0v-6zm0 8h12v6H0v-6zm14 0h12v6H14v-6zm14 8h12v6H28v-6zm-14 0h12v6H14v-6zm28 0h12v6H42v-6zm14-8h12v6H56v-6zm0-8h12v6H56v-6zm14 8h12v6H70v-6zm0 8h12v6H70v-6zM14 24h12v6H14v-6zm14-8h12v6H28v-6zM14 8h12v6H14V8zM0 8h12v6H0V8z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E"); } .card:hover div.hero-signal { background-image: url("data:image/svg+xml,%3Csvg width='84' height='48' viewBox='0 0 84 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h12v6H0V0zm28 8h12v6H28V8zm14-8h12v6H42V0zm14 0h12v6H56V0zm0 8h12v6H56V8zM42 8h12v6H42V8zm0 16h12v6H42v-6zm14-8h12v6H56v-6zm14 0h12v6H70v-6zm0-16h12v6H70V0zM28 32h12v6H28v-6zM14 16h12v6H14v-6zM0 24h12v6H0v-6zm0 8h12v6H0v-6zm14 0h12v6H14v-6zm14 8h12v6H28v-6zm-14 0h12v6H14v-6zm28 0h12v6H42v-6zm14-8h12v6H56v-6zm0-8h12v6H56v-6zm14 8h12v6H70v-6zm0 8h12v6H70v-6zM14 24h12v6H14v-6zm14-8h12v6H28v-6zM14 8h12v6H14V8zM0 8h12v6H0V8z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E"); } </style>

{% for sig in sigs %} {% if sig.highlight %}
 
{{ sig.title }}

{{ sig.description }}

{% if sig.page %} Learn more {% elsif sig.docs %} Learn more {% elsif sig.repo %} Learn more {% endif %}
{% endif %} {% endfor %}
Even More Special Interest Groups
    {% for sig in sigs %} {% unless sig.highlight or sig.inactive %}
  • {% if sig.page %} {{ sig.title }} {% elsif sig.docs %} {{ sig.title }} {% elsif sig.repo %} {{ sig.title }} {% else %} {{ sig.title }} {% endif %} — {{ sig.description}}
  • {% endunless %} {% endfor %}

News

{% for post in site.data.centos.blog.items limit: 4 %}

{% include base/link.html name=post.title url=post.link %}

by {{ post.author }} @ {{ post.pubDate }}

{% endfor %}

Videos

{% assign videos = site.data.centos.videos %}

{% for video in videos %}
{{ video.title }}
{{ video.title }}
Watch
{% endfor %}