Files
website/README.md

456 B

fr/website

Personal website of Filip Rojek built with Zola (Tera templates, SASS).

Live content: posts and projects.


Quick start

Prerequisites

Develop

# run local dev server
zola serve
# default: http://127.0.0.1:1111

Build

# render to ./public
zola build