Skip to content

Commit c9ad78e

Browse files
author
Alexia Michelle
committed
expand about page content in English and Spanish, and refine footer styling.
1 parent e05d886 commit c9ad78e

3 files changed

Lines changed: 80 additions & 5 deletions

File tree

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Acerca de GoldenDog Linux
2+
3+
¡Hola! Soy **Alexia**, la creadora de GoldenDog Linux. Mi viaje con Linux y Mac comenzó hace más de 27 años, y esa experiencia es la base de este proyecto.
4+
5+
## La Historia Detrás del Nombre
6+
7+
GoldenDog Linux nace de la nostalgia y el respeto. En el pasado, cuando mis Macs PowerPC (PPC) se acercaban al final de su ciclo de vida, les daba una nueva vida utilizando una distribución legendaria llamada **YellowDog Linux**. Fue un proyecto que llegué a amar e incluso al que contribuí.
8+
9+
Cuando el proyecto YellowDog fue finalmente cancelado y Apple se mudó a Intel (y más tarde a Apple Silicon), sentí un fuerte deseo de recuperar ese espíritu. Sin embargo, "YellowDog" era una marca registrada. Como tributo a ese querido proyecto —y en honor a mi propia mascota, un **Golden Retriever**— nació **GoldenDog Linux**.
10+
11+
## De CentOS a Debian
12+
13+
Las primeras versiones de GDL se construyeron sobre CentOS 7, pero rápidamente cambié a una **base Debian**. La razón fue simple: Debian ofrece un soporte de software y controladores incomparable, lo que la convierte en una plataforma más versátil para el uso diario.
14+
15+
Hoy, los lanzamientos de GoldenDog siguen el ciclo Estable de Debian:
16+
- **GoldenDog 1**: (Versión de prueba interna) Basada en Debian 12.
17+
- **GoldenDog 2**: (Actual) Basada en Debian 13 "Trixie".
18+
- **GoldenDog 3**: (Futuro) Se basará en Debian 14.
19+
20+
Utilizamos los repositorios oficiales de Debian con parches de seguridad y *backports* habilitados por defecto. Esto garantiza la estabilidad sólida de Debian con la flexibilidad de instalar kernels y software más recientes cuando lo necesites.
21+
22+
## El Futuro: GoldenDog Server 🚀
23+
24+
Con la refactorización completa de GoldenDog 2, finalmente estoy trabajando en un objetivo de hace mucho tiempo: **GoldenDog Server**.
25+
26+
Actualmente en fase de diseño, la variante de servidor se centrará en:
27+
- **Huella Mínima**: Solo lo absolutamente esencial.
28+
- **Seguridad Mejorada**: Cortafuegos preconfigurados y endurecimiento de seguridad adicional.
29+
- **Ajustes Predeterminados de Implementación**: Sugerencias inteligentes para roles especializados. Ya sea que estés configurando un servidor web (Nginx/Apache con PHP/Python) o un nodo de Kubernetes, GoldenDog ofrecerá ajustes optimizados para que puedas empezar a trabajar más rápido.
30+
31+
## Más que solo un SO
32+
33+
Lo que comenzó como una reconstrucción personal de Debian ha crecido hasta convertirse en algo que espero que otros encuentren útil. Ya seas desarrollador, entusiasta de los juegos, o ambos, GoldenDog está diseñado para ser tu compañero confiable.
34+
35+
Al construir GoldenDog, también espero contribuir de vuelta al **ecosistema Debian**, una comunidad y filosofía que amo profundamente.
36+
37+
¡Gracias por ser parte de la manada! 🐶

src/css/custom.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
--ifm-background-color: #080112;
3434
/* Deepest Purple/Black */
3535
--ifm-navbar-background-color: #09021a;
36-
--ifm-footer-background-color: #05010b;
36+
--ifm-footer-background-color: #0c021b;
37+
/* Tinted deep purple to follow palette */
3738

3839
--ifm-font-color-base: #e9ecef;
3940
--ifm-heading-color: #ffffff;
@@ -64,14 +65,22 @@
6465
.footer {
6566
border-top: 1px solid rgba(255, 255, 255, 0.05);
6667
text-align: center;
68+
padding: 4rem 0;
6769
}
6870

6971
.footer__links {
7072
justify-content: center;
73+
margin-bottom: 2rem;
7174
}
7275

7376
.footer__col {
7477
text-align: center;
78+
padding: 0 2rem;
79+
}
80+
81+
.footer__copyright {
82+
font-size: 0.9rem;
83+
opacity: 0.7;
7584
}
7685

7786
.button--primary {

src/pages/about.md

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,37 @@
11
# About GoldenDog Linux
22

3-
GoldenDog Linux is a project dedicated to...
3+
Hello! I'm **Alexia**, the creator of GoldenDog Linux. My journey with Linux and Mac began over 27 years ago, and that experience is the foundation of this project.
44

5-
> "The Only Good Boy in the Linux World!"
5+
## The Story Behind the Name
66

7-
## Our Mission
8-
To provide a friendly, stable, and fetch-ready Linux experience.
7+
GoldenDog Linux is born from nostalgia and respect. In the past, when my PowerPC (PPC) Macs approached the end of their lifecycle, I found new life for them using a legendary distribution called **YellowDog Linux**. It was a project I grew to love and even contribute to.
8+
9+
When the YellowDog project was eventually canceled and Apple moved to Intel (and later Apple Silicon), I felt a strong desire to bring that spirit back. However, "YellowDog" was a registered trademark. As a tribute to that beloved project—and in honor of my own pet **Golden Retriever****GoldenDog Linux** was born.
10+
11+
## From CentOS to Debian
12+
13+
The first versions of GDL were built on CentOS 7, but I quickly pivoted to a **Debian base**. The reasoning was simple: Debian offers unparalleled software and driver support, making it a more versatile platform for everyday use.
14+
15+
Today, GoldenDog releases follow the Debian Stable cycle:
16+
- **GoldenDog 1**: (Internal test version) Based on Debian 12.
17+
- **GoldenDog 2**: (Current) Based on Debian 13 "Trixie".
18+
- **GoldenDog 3**: (Future) Will be based on Debian 14.
19+
20+
We use official Debian repositories with security patches and backports enabled by default. This ensures you have the rock-solid stability of Debian with the flexibility to install newer kernels and software when you need them.
21+
22+
## The Future: GoldenDog Server 🚀
23+
24+
With the full refactor of GoldenDog 2, I am finally working on a long-time goal: **GoldenDog Server**.
25+
26+
Currently on the drawing board, the server variant will focus on:
27+
- **Minimal Footprint**: Only the absolute essentials.
28+
- **Enhanced Security**: Pre-configured firewalls and extra security hardening.
29+
- **Deployment Presets**: Intelligent suggestions for specialized roles. Whether you're setting up a web server (Nginx/Apache with PHP/Python) or a Kubernetes node, GoldenDog will offer optimized presets to get you running faster.
30+
31+
## More than just an OS
32+
33+
What started as a personal Debian rebuild has grown into something I hope others find useful. Whether you're a developer, a gamer, or both, GoldenDog is designed to be your reliable companion.
34+
35+
By building GoldenDog, I also hope to contribute back to the **Debian ecosystem**—a community and philosophy I deeply love.
36+
37+
Thank you for being part of the pack! 🐶

0 commit comments

Comments
 (0)