From 28646ece795d6d9c268e9df8e8dd1fc6cd231d6e Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Apr 12 2023 13:53:09 +0000 Subject: [PATCH 1/5] Add notice banners about the EOLs for CL7 and CS8 --- diff --git a/centos-linux.md b/centos-linux.md index 0d83026..3960ab6 100644 --- a/centos-linux.md +++ b/centos-linux.md @@ -7,6 +7,8 @@ title_lead: | layout: aside --- + + ## Download {% include download/cards.html distribution="centos-linux" %} diff --git a/centos-stream.md b/centos-stream.md index 32f2f3a..140cad0 100644 --- a/centos-stream.md +++ b/centos-stream.md @@ -8,6 +8,8 @@ title_lead: | layout: aside --- + + ## Download {% include download/cards.html distribution="centos-stream" %} diff --git a/download.md b/download.md index 4d66edc..55cc31a 100644 --- a/download.md +++ b/download.md @@ -3,6 +3,8 @@ title: Download layout: aside --- + + {% include download/cards.html %} As you download and use CentOS Linux or CentOS Stream \([What's the diff --git a/index.md b/index.md index 965c03f..de1d5a4 100644 --- a/index.md +++ b/index.md @@ -9,3 +9,5 @@ title_lead: | source ecosystem around a Linux platform. --- + + From 83a5dbd4673f38d657e3c0f89c847fdff89a3c74 Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Apr 19 2023 12:23:17 +0000 Subject: [PATCH 2/5] Removing sponsor Signed-off-by: Fabian Arrotin --- diff --git a/_sponsors/coreix.md b/_sponsors/coreix.md deleted file mode 100644 index 833dc7d..0000000 --- a/_sponsors/coreix.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: Coreix -country: uk -logo: /assets/img/sponsors/coreix.jpg -address: https://www.coreix.net/ ---- - diff --git a/assets/img/sponsors/coreix.jpg b/assets/img/sponsors/coreix.jpg deleted file mode 100644 index e65d95e..0000000 Binary files a/assets/img/sponsors/coreix.jpg and /dev/null differ From 92cce89256888b2ca6542bf909f522d8006b43bd Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Apr 20 2023 16:28:26 +0000 Subject: [PATCH 3/5] fix: 🐛 overwrite theme to support content at home layout The current theme was archived a time ago (https://gitlab.com/areguera/jekyll-theme-centos) and no more gems are being produced for it. The way we have to fix current theme problems is overwriting the theme definition in the project itself. Now, the theme development is happening at https://gitlab.com/CentOS/artwork/centos-web/jekyll-theme-centos/-/tree/bs5-staging?ref_type=heads --- diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..290d1a1 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,45 @@ +{% include hr.html %} + +
+
+
+ + {% if site.data.centos.footer.columns %} + {% for column in site.data.centos.footer.columns %} + {% assign links = site.data.centos.navbar | where: "name", column %} + {% for section in links %} + + {% endfor %} + {% endfor %} + {% endif %} + +
+

{{ site.title }}

+

{{ site.description }}

+ +
+ +
+ +
+ +
+
+ + {% include top.html %} + +
+ diff --git a/_layouts/home.html b/_layouts/home.html new file mode 100644 index 0000000..da9093a --- /dev/null +++ b/_layouts/home.html @@ -0,0 +1,20 @@ + + + {% include head.html -%} + + {% include navbar.html -%} +
+ {% include header/home.html %} + {{ content }} + {% include home/news-and-events.html %} + {% include home/planet.html %} +
+ + {% include footer.html -%} + + + + + + + From 62f322ff5626cd00a2f7952c2b7b0cd1c877788b Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Apr 20 2023 16:29:28 +0000 Subject: [PATCH 4/5] Merge #196 `Add notice banners about the EOLs for CL7 and CS8` --- diff --git a/centos-linux.md b/centos-linux.md index 0d83026..3960ab6 100644 --- a/centos-linux.md +++ b/centos-linux.md @@ -7,6 +7,8 @@ title_lead: | layout: aside --- + + ## Download {% include download/cards.html distribution="centos-linux" %} diff --git a/centos-stream.md b/centos-stream.md index 32f2f3a..140cad0 100644 --- a/centos-stream.md +++ b/centos-stream.md @@ -8,6 +8,8 @@ title_lead: | layout: aside --- + + ## Download {% include download/cards.html distribution="centos-stream" %} diff --git a/download.md b/download.md index 4d66edc..55cc31a 100644 --- a/download.md +++ b/download.md @@ -3,6 +3,8 @@ title: Download layout: aside --- + + {% include download/cards.html %} As you download and use CentOS Linux or CentOS Stream \([What's the diff --git a/index.md b/index.md index 965c03f..de1d5a4 100644 --- a/index.md +++ b/index.md @@ -9,3 +9,5 @@ title_lead: | source ecosystem around a Linux platform. --- + + From 5ad235ab22a946878a72a453ccca4cf71efe864c Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Apr 29 2023 23:25:02 +0000 Subject: [PATCH 5/5] fix: 🐛 remove _includes/footer.html to restore sponsors section --- diff --git a/_includes/footer.html b/_includes/footer.html deleted file mode 100644 index 290d1a1..0000000 --- a/_includes/footer.html +++ /dev/null @@ -1,45 +0,0 @@ -{% include hr.html %} - - -