Skip to content

Commit 4afbd5f

Browse files
author
Alexia Michelle
committed
changelog et al
1 parent 331ed38 commit 4afbd5f

7 files changed

Lines changed: 124 additions & 23 deletions

File tree

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const config = {
150150
],
151151
},
152152
],
153-
copyright: `Copyright © ${new Date().getFullYear()} GoldenDog Linux. Built with Docusaurus.`,
153+
copyright: `Copyright © ${new Date().getFullYear()} GoldenDog Linux. Hosted on <a href="https://github.com/goldendoglinux" target="_blank" rel="noopener noreferrer">GitHub</a> - Built with <a href="https://docusaurus.io/" target="_blank" rel="noopener noreferrer">Docusaurus</a>. Linux(TM) is property of Linus Torvalds handled by <a href="https://www.linuxfoundation.org/" target="_blank" rel="noopener noreferrer">The Linux Foundation</a>. GoldenDog depends entirely on <a href="https://www.debian.org/" target="_blank" rel="noopener noreferrer">The Debian GNU/Linux</a> Project.`,
154154
},
155155
prism: {
156156
theme: prismThemes.github,

i18n/es/code.json

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,5 +325,45 @@
325325
"theme.tags.tagsPageTitle": {
326326
"message": "Etiquetas",
327327
"description": "The title of the tag list page"
328+
},
329+
"homepage.tagline": {
330+
"message": "Construido para no estorbar.",
331+
"description": "The tagline of the homepage"
332+
},
333+
"homepage.getStarted": {
334+
"message": "Comenzar 🐶",
335+
"description": "The Get Started button on the homepage"
336+
},
337+
"homepage.title": {
338+
"message": "Hola desde GoldenDog Linux",
339+
"description": "The title of the homepage"
340+
},
341+
"homepage.description": {
342+
"message": "Descripción de la página principal",
343+
"description": "The description of the homepage"
344+
},
345+
"homepage.features.performance.title": {
346+
"message": "Rendimiento de Buen Chico",
347+
"description": "Title for performance feature"
348+
},
349+
"homepage.features.performance.description": {
350+
"message": "GoldenDog Linux está optimizado para la velocidad y la estabilidad, garantizando que su sistema se mantenga rápido y confiable bajo cualquier carga de trabajo.",
351+
"description": "Description for performance feature"
352+
},
353+
"homepage.features.community.title": {
354+
"message": "Impulsado por la Comunidad",
355+
"description": "Title for community feature"
356+
},
357+
"homepage.features.community.description": {
358+
"message": "Construido por la comunidad, para la comunidad. GoldenDog es una manada donde todos son bienvenidos a contribuir y crecer.",
359+
"description": "Description for community feature"
360+
},
361+
"homepage.features.modern.title": {
362+
"message": "Moderno y Accesible",
363+
"description": "Title for modern feature"
364+
},
365+
"homepage.features.modern.description": {
366+
"message": "GoldenDog saca lo mejor de Debian Stable y utiliza los repositorios oficiales de Debian para proporcionar una experiencia moderna, accesible y sólida como una roca.",
367+
"description": "Description for modern feature"
328368
}
329-
}
369+
}

i18n/es/docusaurus-plugin-content-pages/changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
Todos los cambios notables en el proyecto GoldenDog Linux se documentarán en este archivo.
44

5+
## [2.0.1] - 2025-12-27
6+
7+
### Añadido
8+
- **Cockpit**: Se incluye Cockpit, la herramienta web de administración. Para acceder, abra Firefox y vaya a la URL `localhost:9090`, luego inicie sesión con su usuario y contraseña del sistema.
9+
- **Soporte de Fastfetch**: ¡Los desarrolladores de `fastfetch` han añadido soporte oficial para GoldenDog! Al instalar `fastfetch`, ahora se mostrará el logo de GoldenDog Linux.
10+
- **Rebranding de Logos**: Logos actualizados para pixmaps, logo por defecto y de seguridad.
11+
12+
### Cambiado
13+
- **Menú GRUB UEFI**: Se corrigió el menú GRUB para instalaciones UEFI para mostrar las opciones "Install GoldenDog (Graphical)" e "Install GoldenDog (Text)", siguiendo el mismo estilo que el menú de instalación BIOS.
14+
15+
### Nota
16+
- **Refactorización del Sitio**: Mejoras continuas en la plataforma Docusaurus.
17+
- **Nuevos Artículos**: Se han añadido guías completas para:
18+
- [Crear Medios de Instalación](./installation-guide.md)
19+
- [Guía de Instalación](./installing-goldendog.md)
20+
- [Aplicaciones Populares](./popular-apps.md)
21+
- [Instalación de Controladores NVIDIA](./nvidia-drivers.md)
22+
523
## [2.0.0] "Golden Retriever" - 2025-12-26
624

725
### Añadido

i18n/es/docusaurus-theme-classic/footer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"description": "The label of footer link with label=About linking to /about"
3333
},
3434
"copyright": {
35-
"message": "Copyright © 2025 GoldenDog Linux. Creado con Docusaurus.",
35+
"message": "Copyright © 2025 GoldenDog Linux. Hosteado en <a href=\"https://github.com/goldendoglinux\" target=\"_blank\" rel=\"noopener noreferrer\">GitHub</a> - Creado con <a href=\"https://docusaurus.io/\" target=\"_blank\" rel=\"noopener noreferrer\">Docusaurus</a>. Linux(TM) es propiedad de Linus Torvalds gestionada por <a href=\"https://www.linuxfoundation.org/\" target=\"_blank\" rel=\"noopener noreferrer\">The Linux Foundation</a>. GoldenDog depende enteramente del Proyecto <a href=\"https://www.debian.org/\" target=\"_blank\" rel=\"noopener noreferrer\">The Debian GNU/Linux</a>.",
3636
"description": "The footer copyright"
3737
}
38-
}
38+
}

src/components/HomepageFeatures/index.js

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,46 @@
11
import clsx from 'clsx';
22
import Heading from '@theme/Heading';
3+
import Translate from '@docusaurus/Translate';
34
import styles from './styles.module.css';
45

56
const FeatureList = [
67
{
7-
title: 'Good Boy Performance',
8+
title: (
9+
<Translate id="homepage.features.performance.title" description="Title for performance feature">
10+
Good Boy Performance
11+
</Translate>
12+
),
813
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
914
description: (
10-
<>
11-
GoldenDog Linux is optimized for speed and stability, ensuring your
12-
system stays fast and reliable under any workload.
13-
</>
15+
<Translate id="homepage.features.performance.description" description="Description for performance feature">
16+
GoldenDog Linux is optimized for speed and stability, ensuring your system stays fast and reliable under any workload.
17+
</Translate>
1418
),
1519
},
1620
{
17-
title: 'Community Driven',
21+
title: (
22+
<Translate id="homepage.features.community.title" description="Title for community feature">
23+
Community Driven
24+
</Translate>
25+
),
1826
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
1927
description: (
20-
<>
21-
Built by the community, for the community. GoldenDog is a pack where
22-
everyone is welcome to contribute and grow.
23-
</>
28+
<Translate id="homepage.features.community.description" description="Description for community feature">
29+
Built by the community, for the community. GoldenDog is a pack where everyone is welcome to contribute and grow.
30+
</Translate>
2431
),
2532
},
2633
{
27-
title: 'Modern & Accessible',
34+
title: (
35+
<Translate id="homepage.features.modern.title" description="Title for modern feature">
36+
Modern & Accessible
37+
</Translate>
38+
),
2839
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
2940
description: (
30-
<>
31-
GoldenDog gets the best out of Debian Stable and uses official Debian
32-
repositories to provide a modern, accessible, and rock-solid experience.
33-
</>
41+
<Translate id="homepage.features.modern.description" description="Description for modern feature">
42+
GoldenDog gets the best out of Debian Stable and uses official Debian repositories to provide a modern, accessible, and rock-solid experience.
43+
</Translate>
3444
),
3545
},
3646
];

src/pages/changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to the GoldenDog Linux project will be documented in this file.
44

5+
## [2.0.1] - 2025-12-27
6+
7+
### Added
8+
- **Cockpit**: Included the Cockpit web-based administration tool. To access it, open Firefox and go to `localhost:9090`, then login with your machine's user account and password.
9+
- **Fastfetch Support**: The developers of `fastfetch` have added official support for GoldenDog Linux! Installing `fastfetch` will now correctly display the GoldenDog logo.
10+
- **Logo Rebranding**: Refreshed logos for pixmaps, default, and security variants.
11+
12+
### Changed
13+
- **GRUB UEFI Menu**: Corrected the UEFI GRUB menu options to match the BIOS installation menu style, showing "Install GoldenDog (Graphical)" and "Install GoldenDog (Text)".
14+
15+
### Note
16+
- **Website Refactoring**: Continued improvements to the Docusaurus platform.
17+
- **New Articles**: Added comprehensive guides for:
18+
- [Creating Installation Media](./installation-guide.md)
19+
- [Installation Guide](./installing-goldendog.md)
20+
- [Popular Applications](./popular-apps.md)
21+
- [NVIDIA Driver Installation](./nvidia-drivers.md)
22+
523
## [2.0.0] "Golden Retriever" - 2025-12-26
624

725
### Added

src/pages/index.js

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import clsx from 'clsx';
22
import Link from '@docusaurus/Link';
33
import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
4+
import Translate, { translate } from '@docusaurus/Translate';
45
import Layout from '@theme/Layout';
56
import HomepageFeatures from '@site/src/components/HomepageFeatures';
67

@@ -15,12 +16,18 @@ function HomepageHeader() {
1516
<Heading as="h1" className="hero__title">
1617
{siteConfig.title}
1718
</Heading>
18-
<p className="hero__subtitle">{siteConfig.tagline}</p>
19+
<p className="hero__subtitle">
20+
<Translate id="homepage.tagline" description="The tagline of the homepage">
21+
Built to stay out of your way.
22+
</Translate>
23+
</p>
1924
<div className={styles.buttons}>
2025
<Link
2126
className="button button--primary button--lg"
2227
to="/docs/intro">
23-
Get Started 🐶
28+
<Translate id="homepage.getStarted" description="The Get Started button on the homepage">
29+
Get Started 🐶
30+
</Translate>
2431
</Link>
2532
</div>
2633
</div>
@@ -32,8 +39,16 @@ export default function Home() {
3239
const { siteConfig } = useDocusaurusContext();
3340
return (
3441
<Layout
35-
title={`Hello from ${siteConfig.title}`}
36-
description="Description will go into a meta tag in <head />">
42+
title={translate({
43+
id: 'homepage.title',
44+
message: `Hello from ${siteConfig.title}`,
45+
description: 'The title of the homepage',
46+
})}
47+
description={translate({
48+
id: 'homepage.description',
49+
message: 'Description will go into a meta tag in <head />',
50+
description: 'The description of the homepage',
51+
})}>
3752
<HomepageHeader />
3853
<main>
3954
<HomepageFeatures />

0 commit comments

Comments
 (0)