aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Magorsch <arzano@gentoo.org>2021-04-02 01:01:32 +0000
committerMax Magorsch <arzano@gentoo.org>2021-04-02 01:01:32 +0000
commit0bf25f51e13986f005cf878d2f14efe4e71205bd (patch)
treef2152188ab3bff9742af9dae4547165e40d7854f
parentAdd further systemd mayhem (diff)
downloadwww-0bf25f51e13986f005cf878d2f14efe4e71205bd.tar.gz
www-0bf25f51e13986f005cf878d2f14efe4e71205bd.tar.bz2
www-0bf25f51e13986f005cf878d2f14efe4e71205bd.zip
Revert April's fool
This reverts commit b2ad1aef3c954f7d4a492852c10298faaf7b3a92. Signed-off-by: Max Magorsch <arzano@gentoo.org>
-rw-r--r--_includes/frontpage/news2
-rw-r--r--_includes/layout/footer_sitemap.html4
-rw-r--r--_includes/layout/header.html10
-rw-r--r--_posts/2021-04-01-_systemd-by-default.md10
-rw-r--r--_posts/2021-04-01-genchu.md12
-rw-r--r--assets/img/news/2021/genchu.svg201
-rw-r--r--index.html12
7 files changed, 14 insertions, 237 deletions
diff --git a/_includes/frontpage/news b/_includes/frontpage/news
index 903df25..4e69362 100644
--- a/_includes/frontpage/news
+++ b/_includes/frontpage/news
@@ -1,5 +1,5 @@
<section id="news">
- {% for post in site.posts | limit: 2 %}
+ {% for post in site.posts | limit: 1 %}
<article class="newsitem">
<h2 class="stick-top newsitem-bullet">
<span class="fa fa-fw fa-chevron-circle-right" title="News item"> </span>
diff --git a/_includes/layout/footer_sitemap.html b/_includes/layout/footer_sitemap.html
index 5b982b9..2f9f6b6 100644
--- a/_includes/layout/footer_sitemap.html
+++ b/_includes/layout/footer_sitemap.html
@@ -18,7 +18,7 @@
</ul>
</div>
<div class="col-xs-12 col-sm-4 col-md-2">
- <h3 class="footerhead"><a href="/inside-gentoo/">Inside Genchu</a></h3>
+ <h3 class="footerhead"><a href="/inside-gentoo/">Inside Gentoo</a></h3>
<ul class="sitemap">
{% navigation sitemap:inside-gentoo %}
</ul>
@@ -35,4 +35,4 @@
{% navigation sitemap:get-involved %}
</ul>
</div>
-</div>
+</div> \ No newline at end of file
diff --git a/_includes/layout/header.html b/_includes/layout/header.html
index a37bc42..b90633b 100644
--- a/_includes/layout/header.html
+++ b/_includes/layout/header.html
@@ -4,13 +4,13 @@
<div class="row">
<div class="site-title-buttons">
<div class="btn-group btn-group-sm">
- <a href="https://get.gentoo.org/" role="button" class="btn get-gentoo"><span class="fa fa-fw fa-download"></span> <strong>Get Genchu!</strong></a>
+ <a href="https://get.gentoo.org/" role="button" class="btn get-gentoo"><span class="fa fa-fw fa-download"></span> <strong>Get Gentoo!</strong></a>
<div class="btn-group btn-group-sm">
<a class="btn gentoo-org-sites dropdown-toggle" data-toggle="dropdown" data-target="#" href="#">
- <span class="fa fa-fw fa-map-o"></span> <span class="hidden-xs">genchu.org sites</span> <span class="caret"></span>
+ <span class="fa fa-fw fa-map-o"></span> <span class="hidden-xs">gentoo.org sites</span> <span class="caret"></span>
</a>
<ul class="dropdown-menu dropdown-menu-right">
- <li><a href="https://www.gentoo.org/" title="Main Genchu website"><span class="fa fa-home fa-fw"></span> genchu.org</a></li>
+ <li><a href="https://www.gentoo.org/" title="Main Gentoo website"><span class="fa fa-home fa-fw"></span> gentoo.org</a></li>
<li><a href="https://wiki.gentoo.org/" title="Find and contribute documentation"><span class="fa fa-file-text-o fa-fw"></span> Wiki</a></li>
<li><a href="https://bugs.gentoo.org/" title="Report issues and find common issues"><span class="fa fa-bug fa-fw"></span> Bugs</a></li>
<li><a href="https://forums.gentoo.org/" title="Discuss with the community"><span class="fa fa-comments-o fa-fw"></span> Forums</a></li>
@@ -27,8 +27,8 @@
</div>
<div class="logo">
<a href="/" title="Back to the homepage" class="site-logo">
- <object data="https://dev.gentoo.org/~alicef/genchu-logo_notrademark.svg" type="image/svg+xml">
- <img src="https://dev.gentoo.org/~alicef/genchu-logo_notrademark.png" alt="Gentoo Linux logo">
+ <object data="{{ site.cdnurl }}/site-logo.svg" type="image/svg+xml">
+ <img src="{{ site.cdnurl }}/site-logo.png" alt="Gentoo Linux logo">
</object>
</a>
{% if page.sitelabel %}<span class="site-label">{{ page.sitelabel }}</span>{% endif %}
diff --git a/_posts/2021-04-01-_systemd-by-default.md b/_posts/2021-04-01-_systemd-by-default.md
deleted file mode 100644
index 3b15a94..0000000
--- a/_posts/2021-04-01-_systemd-by-default.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: 'Genchu is switching to systemd by default'
----
-
-As of today, the Genchu Council has decided to switch our stage3 tarballs to systemd as init system by default.
-
-New stage files available for download will automatically be based on a systemd profile.
-For now, openrc stages will still be available as separate files with openrc in the name.
-This way, we will ensure a top-notch and modern Linux experience for all our users. Happy compiling!
-
diff --git a/_posts/2021-04-01-genchu.md b/_posts/2021-04-01-genchu.md
deleted file mode 100644
index b3be623..0000000
--- a/_posts/2021-04-01-genchu.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: 'Major modernization - welcome Genchu!'
----
-
-<img align="right" height="100" style="margin-left: 30px;" src="https://www.gentoo.org/assets/img/news/2021/genchu.svg" alt="Genchu, our new mascot">
-After many years, it's time for a radical overhaul. So, here we present our new brand - Gentoo Linux becomes Genchu Linux!
-Genchu is also our new mascot, as you can see in the very kawaii graphics. Definitely a big improvement over our boring old stylized letter.
-New artwork is still under construction, but we already
-<a href="https://dev.gentoo.org/~alicef/wallpaper_01.jpg">have</a>
-<a href="https://dev.gentoo.org/~alicef/wallpaper_02.jpg">lots</a>
-<a href="https://dev.gentoo.org/~alicef/wallpaper_03.jpg">of</a>
-<a href="https://dev.gentoo.org/~alicef/wallpaper_04.jpg">wallpapers</a> available for enthusiastic fans. Enjoy!
diff --git a/assets/img/news/2021/genchu.svg b/assets/img/news/2021/genchu.svg
deleted file mode 100644
index 5e89218..0000000
--- a/assets/img/news/2021/genchu.svg
+++ /dev/null
@@ -1,201 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- version="1.1"
- id="svg5367"
- x="0px"
- y="0px"
- width="47.939999"
- height="54.155052"
- viewBox="0 0 47.939999 54.155052"
- xml:space="preserve"
- sodipodi:docname="genchu.svg"
- inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"><metadata
- id="metadata76"><rdf:RDF><cc:Work
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
- id="defs74" />
-<style
- type="text/css"
- id="style2">
- .st0{fill-rule:evenodd;clip-rule:evenodd;fill:#534779;}
- .st1{fill:#938CBF;}
- .st2{fill:#54487A;}
- .st3{fill-rule:evenodd;clip-rule:evenodd;fill:url(#path2975_1_);}
- .st4{fill-rule:evenodd;clip-rule:evenodd;fill:url(#path2977_1_);}
- .st5{fill:#61538D;}
- .st6{fill-rule:evenodd;clip-rule:evenodd;fill:#F9CEC8;}
- .st7{fill:#534779;}
-</style>
-<sodipodi:namedview
- bordercolor="#666666"
- borderopacity="1.0"
- fit-margin-bottom="0"
- fit-margin-left="0"
- fit-margin-right="0"
- fit-margin-top="0"
- id="base"
- inkscape:current-layer="svg5367"
- inkscape:cx="71.205435"
- inkscape:cy="-63.569549"
- inkscape:document-units="px"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:window-height="1013"
- inkscape:window-maximized="1"
- inkscape:window-width="1920"
- inkscape:window-x="0"
- inkscape:window-y="0"
- inkscape:zoom="1.979899"
- pagecolor="#ffffff"
- showgrid="false"
- units="px"
- inkscape:document-rotation="0">
- </sodipodi:namedview>
-
-
-
-
-
-
-
-
-
-
-<g
- id="g69"
- transform="translate(-17.5,-2.9)">
- <path
- class="st1"
- d="m 65.2,30.1 c -0.5,-1.7 -2.1,-4 -4.5,-6.4 0.2,-0.4 0.5,-0.4 0.5,-0.4 0,0 -0.6,-0.3 -1,-0.1 0,0 -0.1,-0.1 -0.1,-0.1 0.4,-0.6 0.7,-1.3 0.7,-1.3 0,0 -0.8,-0.1 -1.2,0.5 -0.1,-0.1 -0.1,-0.2 -0.2,-0.3 -0.1,0 0,0.2 0,0.4 -1.8,-1.7 -3.8,-3.4 -5.9,-4.9 0.2,0.1 0.4,0.1 0.5,0 0.1,-0.1 0,-0.3 -0.2,-0.6 0.4,-0.1 0.6,-0.3 0.6,-0.4 0,-0.1 -0.1,-0.1 -0.3,-0.1 1.9,-1.4 3.1,-3.6 3.1,-6 0,-4.2 -3.4,-7.5 -7.5,-7.5 -4.1,0 -7.5,3.4 -7.5,7.5 0,0.4 0,0.8 0.1,1.1 -0.4,-0.2 -0.8,-0.4 -0.9,-0.2 -0.1,0.1 0.1,0.3 0.5,0.6 -1.5,-0.2 -2.9,-0.1 -4.3,0.1 -1.6,0.3 -3.1,0.8 -4.5,1.4 0.1,-0.1 0.2,-0.3 0.2,-0.3 0,-0.1 -0.2,-0.1 -0.5,0 C 32.9,12.5 32.9,12 32.7,11.9 32.6,11.8 32.4,12 32.3,12.3 31.5,9 28.5,6.5 25,6.5 c -4.2,0 -7.5,3.4 -7.5,7.5 0,3.6 2.5,6.5 5.8,7.3 -0.2,0.1 -0.3,0.2 -0.3,0.3 0,0.1 0.4,0.1 0.8,0 0,0 0,0.1 0,0.1 0.1,0.1 0.2,0.1 0.4,0 -0.6,1.2 -1,2.5 -1.2,3.5 -0.2,2.3 1,4 1.7,4.8 0.3,0.3 0.6,0.6 1,0.9 0.1,0.5 -0.1,0.9 -0.1,0.9 0,0 0.5,0 0.7,-0.4 0,0 0,0 0,0 -0.4,0.7 0.1,1.3 0,1.7 0.3,-0.2 1,-0.4 1.1,-1 l 0.2,0.1 c 1.8,1.2 3.5,1.8 5.1,2.7 -3.4,2.9 -5,4.3 -6.5,6 -2.3,2.4 -3.9,5.1 -3.9,7 v 0 c 0,0.6 -0.1,2.6 0.7,4.1 0.3,0.6 1.2,2.5 3.7,4 1.7,0.9 4,1.3 6.3,0.9 6.7,-1 15.6,-6.4 22.3,-11.7 0.1,0.5 0.2,1 0.2,1 0,0 0.6,-0.6 0.5,-1.3 0.1,0 0.2,0.2 0.3,0.2 0,-0.1 -0.1,-0.3 -0.2,-0.4 0.1,-0.1 0.1,-0.1 0.2,-0.2 0.1,0.2 0.2,0.4 0.2,0.4 0,0 0.3,-0.4 0.3,-0.8 0,0 0.1,-0.1 0.1,-0.1 0.5,0.6 1,1.2 1,1.2 0,0 0.2,-0.8 -0.3,-1.4 0.1,0 0.3,0 0.3,0 0,-0.1 -0.4,-0.2 -0.5,-0.3 3.9,-3.3 6.7,-6.4 7.5,-8 0.6,-1.4 0.7,-3.9 0.3,-5.4 z M 18.5,14.5 c 0,-3.3 2.7,-5.9 5.9,-5.9 0,0 0,0 0,0 0.1,0 0.2,0 0.2,0 3,0 5.4,2.2 5.9,5.1 0,0.2 -0.1,0.4 -0.2,0.6 -0.1,0.2 -0.2,0.3 -0.4,0.5 -1.4,1.2 -2.5,0.6 -2.5,0.6 0,0 0.2,0.8 0.9,1 -0.1,0.1 -0.1,0.1 -0.2,0.2 -1.1,0.1 -2.1,0.3 -2.1,0.3 0,0 0.4,0.5 1.1,0.7 -0.9,0.9 -1.7,1.9 -2.3,2.8 -0.2,0 -0.3,0 -0.5,0 -0.2,0 -0.4,0 -0.6,0 -2.8,-0.3 -5.2,-2.8 -5.2,-5.9 z M 49.9,5 c 3.3,0 5.9,2.7 5.9,5.9 0,2.2 -1.2,4.2 -3.1,5.2 -0.4,-0.3 -0.7,-0.4 -0.8,-0.4 -0.2,0 -0.7,0.1 -0.8,0.3 -1,-0.7 -2,-1.3 -3,-1.8 0.3,-0.3 0.4,-0.5 0.4,-0.5 0,0 -0.5,0 -1.1,0.1 -0.3,-0.1 -0.5,-0.3 -0.8,-0.4 0.2,-0.4 0.2,-0.8 0.2,-0.8 0,0 -0.4,0.4 -1.2,0.4 -0.5,-0.2 -1,-0.4 -1.5,-0.5 C 44,12 43.9,11.5 43.9,11 44,7.6 46.6,5 49.9,5 Z"
- id="path20" />
- <path
- class="st2"
- d="m 46.9,12.5 c 0,0 0,0.4 -0.2,0.8 0.3,0.1 0.5,0.3 0.8,0.4 0.6,-0.1 1.1,-0.1 1.1,-0.1 0,0 -0.1,0.2 -0.4,0.5 1.3,0.7 2.5,1.5 3.8,2.3 2.2,-0.8 3.9,-3 3.9,-5.5 C 55.9,7.6 53.2,5 50,5 c -3.4,0 -6,2.6 -6,5.9 0,0.5 0.1,1 0.2,1.5 0.5,0.2 1,0.3 1.5,0.5 0.8,0 1.2,-0.4 1.2,-0.4 z"
- id="path22" />
- <path
- class="st2"
- d="m 24.7,8.6 c -0.1,0 -0.2,0 -0.2,0 0,0 0,0 0,0 -3.3,0 -5.9,2.7 -5.9,5.9 0,3.1 2.4,5.6 5.4,5.9 0.2,0 0.4,0 0.6,0 0.2,0 0.3,0 0.5,0 0.6,-1 1.4,-1.9 2.3,-2.8 -0.7,-0.2 -1.1,-0.7 -1.1,-0.7 0,0 1.1,-0.2 2.1,-0.3 0.1,-0.1 0.1,-0.1 0.2,-0.2 -0.7,-0.3 -0.9,-1 -0.9,-1 0,0 1.1,0.6 2.5,-0.6 0.2,-0.1 0.3,-0.3 0.4,-0.5 0.1,-0.2 0.2,-0.4 0.2,-0.6 -0.7,-2.9 -3.1,-5.1 -6.1,-5.1 z"
- id="path24" />
- <g
- id="mid_1_">
-
- <linearGradient
- id="path2975_1_"
- gradientUnits="userSpaceOnUse"
- x1="-317.9534"
- y1="328.22449"
- x2="-317.83609"
- y2="328.22449"
- gradientTransform="matrix(-73.3283,-328.7846,-328.7846,73.3283,84645.555,-128559.96)">
- <stop
- offset="0"
- style="stop-color:#FFFFFF"
- id="stop26" />
- <stop
- offset="0.34"
- style="stop-color:#FFFFFF"
- id="stop28" />
- <stop
- offset="0.51"
- style="stop-color:#BEBBDB"
- id="stop30" />
- <stop
- offset="0.75"
- style="stop-color:#928BBE"
- id="stop32" />
- <stop
- offset="0.87"
- style="stop-color:#9F99C7"
- id="stop34" />
- <stop
- offset="1"
- style="stop-color:#524C76"
- id="stop36" />
- </linearGradient>
- <path
- id="path2975"
- class="st3"
- d="m 34.9,33.1 c -2.2,1.9 -3.7,3.2 -5.6,4.9 -4.5,4.1 -7.5,7.2 -6,11.5 1.8,4.9 5.8,4.7 10.5,3.8 12,-2.4 31.8,-17.6 30.8,-23.2 -0.8,-4.5 -11.9,-13.6 -18.4,-16.8 -2,-1 -4.4,-1.5 -6.8,-1.4 -9,0.4 -16,8.6 -15.7,13.1 0.4,4.3 11.3,8 11.2,8.1 z"
- style="fill:url(#path2975_1_)" />
- </g>
-
- <radialGradient
- id="path2977_1_"
- cx="-317.70261"
- cy="328.099"
- r="0.1173"
- gradientTransform="matrix(-8.9461,567.6399,484.1227,7.6225,-161659.58,177863.45)"
- gradientUnits="userSpaceOnUse">
- <stop
- offset="0"
- style="stop-color:#FFFFFF"
- id="stop41" />
- <stop
- offset="0.34"
- style="stop-color:#FFFFFF"
- id="stop43" />
- <stop
- offset="0.51"
- style="stop-color:#BEBBDB"
- id="stop45" />
- <stop
- offset="0.75"
- style="stop-color:#928BBE"
- id="stop47" />
- <stop
- offset="0.87"
- style="stop-color:#9F99C7"
- id="stop49" />
- <stop
- offset="1"
- style="stop-color:#524C76"
- id="stop51" />
- </radialGradient>
- <path
- id="path2977"
- class="st4"
- d="m 38.7,12.9 c -1,0.1 -1.8,0.2 -2.5,0.3 -2.5,0.5 -3.7,1.4 -6.8,3.7 -1.3,1 -3.8,3.5 -4.4,6.4 -0.2,1.1 0,2.1 0.8,2.8 2.6,2.2 6.9,3.9 10.4,5.6 1,0.5 0.3,1.4 -1.3,2.8 -4.2,3.6 -9.9,8.1 -10.3,11.5 -0.2,1.6 0.4,3.8 2.3,4.9 2.3,1.3 7,0.4 10.1,-0.7 4.6,-1.7 10.6,-5.5 15.4,-9.2 5,-3.8 9.6,-8.7 9.8,-9.5 0.3,-1 0.3,-1.9 -0.3,-2.9 -0.8,-1.6 -2,-2.8 -3.2,-4.2 -3.3,-3.5 -6.7,-6.5 -10.9,-8.8 -3,-1.7 -5.6,-3.1 -9.1,-2.7 z"
- style="fill:url(#path2977_1_)" />
- <path
- class="st5"
- d="m 41.6,24.5 c -0.3,0 -0.5,0.2 -0.5,0.5 0,0.3 0.2,0.5 0.5,0.5 0.2,0 0.4,0.2 0.4,0.4 0,0.2 -0.2,0.4 -0.4,0.4 -0.2,0 -0.4,-0.2 -0.4,-0.4 0,-0.3 -0.2,-0.5 -0.5,-0.5 -0.3,0 -0.5,0.2 -0.5,0.5 0,0.2 -0.2,0.4 -0.4,0.4 -0.2,0 -0.4,-0.2 -0.4,-0.4 0,-0.2 0.2,-0.4 0.4,-0.4 0.3,0 0.5,-0.2 0.5,-0.5 0,-0.3 -0.2,-0.5 -0.5,-0.5 -0.8,0 -1.4,0.6 -1.4,1.4 0,0.8 0.6,1.4 1.4,1.4 0.4,0 0.7,-0.1 0.9,-0.4 0.2,0.2 0.6,0.4 0.9,0.4 0.8,0 1.4,-0.6 1.4,-1.4 0,-0.8 -0.7,-1.4 -1.4,-1.4 z"
- id="path55" />
- <path
- class="st2"
- d="m 55.4,54.2 c -2.6,0 -4.8,-2.6 -7.2,-5.6 -3.2,-3.8 -6.8,-8.2 -12.5,-9 -10.1,-1.4 -15.9,5.8 -15.9,5.9 -0.2,0.2 -0.5,0.3 -0.8,0.1 -0.2,-0.2 -0.3,-0.5 -0.1,-0.8 0.1,-0.1 1.6,-2 4.4,-3.8 2.6,-1.6 6.9,-3.4 12.6,-2.6 6.1,0.9 10,5.6 13.2,9.4 2.6,3.1 4.4,5.2 6.4,5.2 0.4,0 0.8,-0.1 1.3,-0.3 0.5,-0.2 0.9,-0.6 1,-1.2 0.6,-2 -1.1,-5.7 -2.3,-7.5 -0.2,-0.3 -0.1,-0.6 0.2,-0.8 0.3,-0.2 0.6,-0.1 0.8,0.2 1.2,1.8 3.2,5.9 2.5,8.5 -0.3,0.9 -0.8,1.5 -1.7,1.9 -0.7,0.3 -1.3,0.4 -1.9,0.4 z"
- id="path57" />
- <ellipse
- class="st6"
- cx="32.599998"
- cy="26.200001"
- rx="2.9000001"
- ry="1.7"
- id="ellipse59" />
- <ellipse
- class="st6"
- cx="48.200001"
- cy="26.200001"
- rx="2.9000001"
- ry="1.7"
- id="ellipse61" />
- <g
- id="g67">
- <path
- class="st5"
- d="m 33.1,26 c -0.2,0 -0.3,-0.1 -0.4,-0.2 -0.1,-0.2 -0.1,-0.5 0.1,-0.7 l 3,-2 -3,-2 c -0.2,-0.1 -0.3,-0.4 -0.1,-0.7 0.1,-0.2 0.4,-0.3 0.7,-0.1 l 3.6,2.4 c 0.1,0.1 0.2,0.2 0.2,0.4 0,0.2 -0.1,0.3 -0.2,0.4 L 33.4,26 c -0.1,0 -0.2,0 -0.3,0 z"
- id="path63" />
- <path
- class="st5"
- d="m 48.2,26 c -0.1,0 -0.2,0 -0.3,-0.1 l -3.6,-2.4 c -0.1,-0.1 -0.2,-0.2 -0.2,-0.4 0,-0.2 0.1,-0.3 0.2,-0.4 l 3.6,-2.4 c 0.2,-0.1 0.5,-0.1 0.7,0.1 0.1,0.2 0.1,0.5 -0.1,0.7 l -3,2 3,2 c 0.2,0.1 0.3,0.4 0.1,0.7 C 48.5,26 48.3,26 48.2,26 Z"
- id="path65" />
- </g>
-</g>
-
-</svg>
diff --git a/index.html b/index.html
index 8f3f018..53aa540 100644
--- a/index.html
+++ b/index.html
@@ -5,14 +5,14 @@ navtitle: 'Home'
nav1: home
nav1-show: true
nav1-weight: 1
-description: 'The website of Genchu, a flexible Linux distribution.'
-meta: '<link rel="alternate" type="application/atom+xml" title="Genchu Linux news" href="/feeds/news.xml">'
+description: 'The website of Gentoo, a flexible Linux distribution.'
+meta: '<link rel="alternate" type="application/atom+xml" title="Gentoo Linux news" href="/feeds/news.xml">'
---
{% include hero-section/start class="emergehdr" %}
<div class="row">
<div class="col-xs-12 col-sm-8 col-md-9">
<p>
- Welcome to Genchu, a highly flexible, source-based Linux distribution.
+ Welcome to Gentoo, a highly flexible, source-based Linux distribution.
</p>
</div>
<div class="col-xs-12 col-sm-4 col-md-3 buttons">
@@ -31,7 +31,7 @@ meta: '<link rel="alternate" type="application/atom+xml" title="Genchu Linux new
<div class="row">
<div class="col-xs-12 col-md-6">
- <h2>Developer blogs <small>live from <a href="https://planet.gentoo.org">Planet Genchu</a></small></h2>
+ <h2>Developer blogs <small>live from <a href="https://planet.gentoo.org">Planet Gentoo</a></small></h2>
{% include frontpage/planet %}
</div>
<div class="col-xs-12 col-md-6">
@@ -42,11 +42,11 @@ meta: '<link rel="alternate" type="application/atom+xml" title="Genchu Linux new
<div class="row">
<div class="col-xs-12 col-md-6">
- <h2>New packages <small>at the <a href="https://packages.gentoo.org">Genchu packages database</a></small></h2>
+ <h2>New packages <small>at the <a href="https://packages.gentoo.org">Gentoo packages database</a></small></h2>
{% include frontpage/packages %}
</div>
<div class="col-xs-12 col-md-6">
- <h2>Fresh documentation <small>on the <a href="https://wiki.gentoo.org/">Genchu wiki</a></small></h2>
+ <h2>Fresh documentation <small>on the <a href="https://wiki.gentoo.org/">Gentoo wiki</a></small></h2>
{% include frontpage/wiki %}
</div>
</div>