Files
web-archlinux_cz/README.md
T
2026-05-10 07:56:36 +02:00

54 lines
1.2 KiB
Markdown
Raw 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:** [Hugo Blog Awesome](https://github.com/hugo-sid/hugo-blog-awesome)
- **Jazyk obsahu:** čeština
- **Hosting:** statický (nginx)
## Struktura
```
content/
├── posts/ # blogové články
├── navody/ # návody a tutoriály
├── zpravy/ # novinky z Arch světa
├── 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/
```
## 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