Skip to content

Commit 7a93bf2

Browse files
author
Alexia Michelle
committed
feat: Add Bluesky links, refine homepage feature descriptions, and include an Antigravity installation script.
1 parent 19c4bd1 commit 7a93bf2

8 files changed

Lines changed: 29 additions & 20 deletions

File tree

docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ const config = {
134134
label: 'GitHub',
135135
href: 'https://github.com/goldendoglinux',
136136
},
137+
{
138+
label: 'Bluesky',
139+
href: 'https://bsky.app/profile/goldendoglinux.org',
140+
},
137141
],
138142
},
139143
{

i18n/es/code.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,19 +343,19 @@
343343
"description": "The description of the homepage"
344344
},
345345
"homepage.features.performance.title": {
346-
"message": "Rendimiento de Buen Chico",
346+
"message": "Rendimiento Confiable",
347347
"description": "Title for performance feature"
348348
},
349349
"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.",
350+
"message": "GoldenDog Linux está optimizado para ofrecer velocidad y estabilidad, brindando un rendimiento constante en el que puedes confiar, tanto en tareas cotidianas como en cargas de trabajo exigentes.",
351351
"description": "Description for performance feature"
352352
},
353353
"homepage.features.community.title": {
354354
"message": "Impulsado por la Comunidad",
355355
"description": "Title for community feature"
356356
},
357357
"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.",
358+
"message": "Desarrollado de forma abierta por la comunidad, GoldenDog recibe a colaboradores y usuarios por igual para dar forma a una distribución que crece mediante la colaboración.",
359359
"description": "Description for community feature"
360360
},
361361
"homepage.features.modern.title": {

i18n/es/docusaurus-plugin-content-docs/current/installing-goldendog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ Puedes instalar GoldenDog en:
1313
- **Máquinas Virtuales**: Para una prueba rápida y fácil, puedes usar **[Spin VM de Alexia](https://github.com/alexiarstein/spin-vm)**. Crea una VM instantánea con un disco virtual de 20GB, lo cual es perfecto para probar GoldenDog.
1414

1515
:::info Arquitectura Soportada
16-
GoldenDog Linux actualmente solo soporta arquitecturas **amd64** (Intel/AMD de 64 bits). No es compatible con Raspberry Pi ni RISC-V.
16+
Por el momento, GoldenDog sólo soporta arquitecturas **amd64** (Intel/AMD de 64 bits). No es compatible con Raspberry Pi ni RISC-V.
1717
Si necesitas esas versiones, consulta los [Puertos de Debian](https://wiki.debian.org/Ports/riscv64) o las [imágenes para Raspberry Pi](https://raspi.debian.net/tested-images/).
18+
19+
Asimismo, está en los planes lanzar una versión ARM64. Proximamente se realizarán los anuncios.
1820
:::
1921

2022
## Pasos de Instalación

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
¡Únete a la comunidad!
44

55
## Canales
6+
* **IRC**: irc.libera.chat #goldendog (puenteado con Discord)
67
* **Discord**: [Únete](https://goldendoglinux.org/discord)
8+
* **Bluesky**: [Síguenos](https://bsky.app/profile/goldendoglinux.org)
79
* **GitHub**: [Contribuye](https://github.com/goldendoglinux)
810
* **Soporte y Problemas**: [Reportar Error / Solicitar Función](https://github.com/goldendoglinux/support/issues)
9-
* **IRC**: irc.libera.chat #goldendoglinux (puenteado con Discord)
11+
1012

1113
## Contribuir
1214
¡Damos la bienvenida a todas las contribuciones, desde código hasta documentación!

src/components/HomepageFeatures/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ const FeatureList = [
77
{
88
title: (
99
<Translate id="homepage.features.performance.title" description="Title for performance feature">
10-
Good Boy Performance
10+
Reliable Performance
1111
</Translate>
1212
),
1313
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
1414
description: (
1515
<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.
16+
GoldenDog Linux is tuned for speed and stability, delivering consistent performance you can trust across everyday tasks and demanding workloads.
1717
</Translate>
1818
),
1919
},
@@ -26,7 +26,7 @@ const FeatureList = [
2626
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
2727
description: (
2828
<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.
29+
Developed openly by the community, GoldenDog welcomes contributors and users alike to shape a distribution that grows through collaboration.
3030
</Translate>
3131
),
3232
},

src/pages/community.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
Join the community!
44

55
## Channels
6+
* **IRC**: irc.libera.chat #goldendoglinux (bridged to Discord)
67
* **Discord**: [Join us](https://goldendoglinux.org/discord)
8+
* **Bluesky**: [Follow us](https://bsky.app/profile/goldendoglinux.org)
79
* **GitHub**: [Contribute](https://github.com/goldendoglinux)
810
* **Support & Issues**: [Report Bug / Request Feature](https://github.com/goldendoglinux/support/issues)
9-
* **IRC**: irc.libera.chat #goldendoglinux (bridged to Discord)
1011

1112
## Contributing
1213
We welcome all contributions, from code to documentation!

static/scripts/antigravity

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/bin/bash
2+
## INSTALL GOOGLE ANTIGRAVITY - REMOTE SCRIPT
3+
4+
sudo mkdir -p /etc/apt/keyrings
5+
curl -fsSL https://us-central1-apt.pkg.dev/doc/repo-signing-key.gpg | \
6+
sudo gpg --dearmor --yes -o /etc/apt/keyrings/antigravity-repo-key.gpg
7+
echo "deb [signed-by=/etc/apt/keyrings/antigravity-repo-key.gpg] https://us-central1-apt.pkg.dev/projects/antigravity-auto-updater-dev/ antigravity-debian main" | \
8+
sudo tee /etc/apt/sources.list.d/antigravity.list > /dev/null
9+
10+
sudo apt update
11+
sudo apt install antigravity -y

static/scripts/antigravity.

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)