Files
2026-05-10 08:56:54 +02:00

57 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 🐧 Arch Linux CZ — Komunitní web
Oficiální web české komunity Arch Linuxu — [arch-linux.cz](https://arch-linux.cz)
## Stack
- **Generátor:** [Hugo](https://gohugo.io/)
- **Téma:** [Blowfish](https://blowfish.page/)
- **Jazyk obsahu:** čeština
- **Hosting:** statický (nginx)
## Struktura
```
content/
├── posts/ # blogové články a návody
├── o-arch-linuxu.md
├── komunita.md
└── podporte-nas.md
```
## Lokální vývoj
```bash
# klonování s tématem
git clone --recurse-submodules ssh://git@git.arch-linux.cz:29418/ArchlinuxCz/web-archlinux_cz.git
cd web-archlinux_cz
# spuštění dev serveru
hugo server -D
```
## Build
```bash
hugo --minify
# výstup v public/
```
## Větve
- `main` — produkční verze
- `test-blowfish` — experimenty s tématem
## Komunita
- [Wiki](https://wiki.arch-linux.cz)
- [Fórum](https://forum.arch-linux.cz)
- [Mastodon](https://mastodon.arch-linux.cz/@archlinux)
- [PeerTube](https://peertube.arch-linux.cz)
- [Matrix](https://matrix.to/#/#archlinuxcz:matrix.org)
- [Discord](https://discord.gg/sJYcCdENCT)
## Licence
Obsah © 20242026 Arch Linux CZ