Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 599 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 599 Bytes

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 dev
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 -p 1983:1983 ghcr.io/getzola/zola:v0.17.1 serve --interface 0.0.0.0 --port 1983 --base-url localhost