Skip to content

Commit 9bd74b9

Browse files
authored
Merge pull request #98 from ArrayBolt3/arraybolt3/kde-lts-press-release
Press coverage for KDE LTS software, link to the KDE LTS article on main and download pages
2 parents 6d89352 + 006cc70 commit 9bd74b9

4 files changed

Lines changed: 33 additions & 3 deletions

File tree

assets/css/custom.css

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,16 @@ hr {
4141

4242
flex-direction: column;
4343
padding-top: 1rem;
44-
padding-bottom: 3rem;
44+
padding-bottom: 2rem;
45+
}
46+
47+
.mgia {
48+
margin-inline: auto;
49+
}
50+
51+
.center-maybe {
52+
margin-right: 0;
53+
margin-left: 0;
4554
}
4655

4756
.donate-header {
@@ -159,6 +168,12 @@ hr {
159168
.site-header {
160169
flex-direction: row;
161170
padding-block: 4rem;
171+
padding-bottom: 2rem;
172+
}
173+
174+
.center-maybe {
175+
margin-left: auto;
176+
margin-right: auto;
162177
}
163178

164179
.donate-header {

content/en/download.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ aliases:
1414
The latest Long Term Support (LTS) version of the Kubuntu operating system for desktop PCs and laptops, Kubuntu 26.04
1515
supported with security and maintenance updates, until April 2029.
1616

17-
For those seeking more stability over time, the LTS version offers extended support and updates.
17+
For those seeking more stability over time, the LTS version offers extended support and updates. For 26.04 LTS this
18+
includes the [Bullet-Proof KDE Software Suite](/news/plasma-6.6-lts/).
1819

1920
[!["Kubuntu 26.04"](/images/64-bit_button.png)](https://cdimage.ubuntu.com/kubuntu/releases/26.04/release/kubuntu-26.04-desktop-amd64.iso)
2021

content/en/news/plasma-6.6-lts.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,14 @@ This work has been ongoing since May 2026, and there are already significant res
1919
This initiative was started and funded by our hardware partner, Kubuntu Focus, with a total commitment over $100K. If you're ready to use a desktop designed for professionals and organizations that require stability and reliability, you can explore their systems [here](https://kfocus.org/spec).
2020

2121
You can get more details from KDE developer and Techpaladin CEO, Nate Graham, [in his blog post](https://pointieststick.com/2026/08/13/what-a-real-lts-looks-like-kubuntu-26-04/), or visit the [official press release](https://www.einpresswire.com/article/930823977/kubuntu-focus-techpaladin-software-and-kde-e-v-announce-the-bullet-proof-kde-software-initiative).
22+
23+
## Press coverage
24+
25+
* [9to5Linux](https://9to5linux.com/kde-announces-bulletproof-kde-suite-with-three-years-of-support)
26+
* [GamingOnLinux](https://www.gamingonlinux.com/2026/08/the-bullet-proof-kde-software-initiative-announced-bringing-a-proper-long-term-support-to-kde-plasma/)
27+
* [Linuxiac](https://linuxiac.com/kde-plasma-6-6-gets-three-years-of-lts-support/)
28+
* [Linux Magazine](https://www.linux-magazine.com/Online/News/The-Bullet-Proof-KDE-Software-Initiative-Is-Coming)
29+
* [Nerds.xyz](https://nerds.xyz/2026/08/kubuntu-focus-kde-plasma-6-6-lts/)
30+
* [NewInLinux](https://www.newinlinux.com/bullet-proof-kde-plasma-6-6-lts-for-3-years/)
31+
* [Phoronix](https://www.phoronix.com/news/KDE-Bullet-Proof-Software)
32+
* [The Register](https://www.theregister.com/software/2026/08/18/sponsor-gives-kde-plasma-66-the-lts-treatment/5288531)

themes/ananke/layouts/partials/site-header.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<header class="cover bg-top" style="background-image: url('{{ $featured_image }}');">
55
<div class="{{ .Site.Params.cover_dimming_class | default "bg-black-60" }}">
66
{{ partial "site-navigation.html" .}}
7-
<div class="pv5 flex site-header container">
7+
<div class="pt5 flex site-header container">
88
<div>
99
<img src="/images/kubuntu-wide.svg" class="site-header-title">
1010
{{ with .Params.description }}
@@ -19,6 +19,9 @@ <h2 class="fw1 f5 f3-l white-80 measure-wide-l mt3">
1919
</div>
2020
<img class="banner-inline-image" src="{{ $featured_image }}">
2121
</div>
22+
<div class="pb4 flex mgia container">
23+
<h2 class="fw1 white center-maybe">Featuring the <a class="light-blue" href="/news/plasma-6.6-lts/">Bullet-Proof KDE software suite</a> for superior stability and reliability.</p>
24+
</div>
2225
</div>
2326
</header>
2427
{{ else }}

0 commit comments

Comments
 (0)