Files

28 lines
456 B
Markdown
Raw Permalink Normal View History

2025-08-27 17:36:41 +02:00
# fr/website
2023-12-07 21:15:50 +01:00
2025-08-27 17:36:41 +02:00
Personal website of **Filip Rojek** built with **[Zola](https://www.getzola.org/)** (Tera templates, SASS).
2023-12-07 21:15:50 +01:00
2025-08-27 17:36:41 +02:00
Live content: posts and projects.
2023-12-07 21:15:50 +01:00
2025-08-27 17:36:41 +02:00
---
## 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
```
2023-12-07 21:15:50 +01:00