Skip to content

ad2ien/ad2ien.github.io

Repository files navigation

Ad2ien website

Gitmoji

This repo holds my CV as a blog.

It is based on Zola and this nice template : https://github.com/tchartron/blow

Start server

yarn prod
zola serve

dev

css processing along side zola serve

yarn watch

Or even better :

docker run --rm -u "$(id -u):$(id -g)" -v $PWD:/app --workdir /app ghcr.io/getzola/zola serve --interface 0.0.0.0 --port 8080 --base-url localhost