Skip to content

Commit 77ccb2d

Browse files
author
Alexia Michelle
committed
feat: Update community page links, rewrite README in Spanish, and refresh footer styling.
1 parent b05c4dc commit 77ccb2d

3 files changed

Lines changed: 11 additions & 40 deletions

File tree

README.md

Lines changed: 6 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,14 @@
1-
# Website
1+
# Bienvenidos al proyecto GoldenDog Linux.
2+
## Este repo sólo contiene el sitio web.
23

3-
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
44

5-
## Installation
5+
Este sitio está hecho con [Docusaurus](https://docusaurus.io/), un generador de sitios web estáticos moderno.
66

7-
```bash
8-
yarn
9-
```
107

11-
## Local Development
128

13-
```bash
14-
yarn start
15-
```
9+
Goldendog utiliza [Debian](https://www.debian.org/) como base. y [KDE Plasma](https://plasma.kde.org/) como escritorio.
1610

17-
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
11+
También depende directamente de proyectos como [Wayland](https://wayland.freedesktop.org/), [X11](https://www.x.org/), [GDM](https://www.gnome.org/projects/gdm/), [KDE Frameworks](https://frameworks.kde.org/), [KDE Applications](https://apps.kde.org/), y por supuesto de las herramientas del proyecto [GNU](https://www.gnu.org/).
1812

19-
## Build
13+
Opcionales se puede usar la herramienta mia [Kernel Install](https://github.com/alexiarstein/kernelinstall) para instalar el ultimo kernel stable preconfigurado para debian/goldendog.
2014

21-
```bash
22-
yarn build
23-
```
24-
25-
This command generates static content into the `build` directory and can be served using any static contents hosting service.
26-
27-
## Deployment
28-
29-
Using SSH:
30-
31-
```bash
32-
USE_SSH=true yarn deploy
33-
```
34-
35-
Not using SSH:
36-
37-
```bash
38-
GIT_USER=<Your GitHub username> yarn deploy
39-
```
40-
41-
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.

src/css/custom.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,8 @@
6363
}
6464

6565
.footer {
66-
background-color: var(--ifm-footer-background-color);
67-
backdrop-filter: blur(10px);
68-
-webkit-backdrop-filter: blur(10px);
69-
border-top: 1px solid rgba(255, 255, 255, 0.05);
66+
background: radial-gradient(circle at center, #4f1c51 0%, #210f37 60%, #080112 100%);
67+
border-top: 1px solid rgba(255, 255, 255, 0.08);
7068
text-align: center;
7169
padding: 4rem 0;
7270
}

src/pages/community.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Community
22

3-
Join the GoldenDog pack!
3+
Join the community!
44

55
## Channels
6-
* **Discord**: [Join us](#)
6+
* **Discord**: [Join us](https://goldendoglinux.org/discord)
77
* **GitHub**: [Contribute](https://github.com/goldendoglinux)
8-
* **Twitter/X**: [@goldendoglinux](#)
8+
* **IRC**: irc.libera.chat #goldendoglinux (bridged to discord)
99

1010
## Contributing
1111
We welcome all contributions, from code to documentation!

0 commit comments

Comments
 (0)