Files
website/README.md
Filip Rojek d3bd7a1925
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 16s
Build Zola Website / build (pull_request) Successful in 26s
docs(README): update project description
2025-08-27 17:36:41 +02:00

28 lines
456 B
Markdown

# fr/website
Personal website of **Filip Rojek** built with **[Zola](https://www.getzola.org/)** (Tera templates, SASS).
Live content: posts and projects.
---
## 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
```