This is the full source code for my personal blog: blog.fidelramos.net.
It's built with Pelican using Reflex theme.
You need uv installed.
git clone https://github.com/haplo/blog.fidelramos.net.git
git clone https://github.com/haplo/reflex.git pelican-theme-reflex
cd blog.fidelramos.net
uv sync
cd src && make devserver # then navigate to http://localhost:8000
./deploy.sh