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