docs(README): update project description

This commit is contained in:
2025-08-27 17:36:41 +02:00
parent aad8612964
commit dbbb3db646

View File

@@ -1,28 +1,27 @@
# Website # fr/website
- My personal website https://www.filiprojek.cz
- Written in [Zola](https://getzola.org)
## To run development server Personal website of **Filip Rojek** built with **[Zola](https://www.getzola.org/)** (Tera templates, SASS).
- `zola serve`
- Then it can be access at http://127.0.0.1:1111/
## To Do Live content: posts and projects.
- [ ] Docker?
- [ ] redesign contact
- [ ] redesign about
- [ ] check about text content
- [ ] responsibility
# Projects ---
- nork
- website ## Quick start
- debrepo
- auto irrigation ### Prerequisites
- auto awning close - Zola (install from your distro or see https://www.getzola.org/documentation/getting-started/installation/)
- FofrTasks
- FofrMess ### Develop
- pkmples.cz ```bash
- deguapp? # run local dev server
- wpa_tui? zola serve
- dotfiles # default: http://127.0.0.1:1111
````
### Build
```bash
# render to ./public
zola build
```