This repository contains the files for generating statically gupax.io
You need to install zola, a Rust static website generator
git clone https://github.com/gupax-io/site
cd site
git submodule update --init --recursive
zola build
zola serve --open
Open an issue to declare a bug or if you want to suggest a feature.
You can check the TODO to see what is needed.
PR are welcomed.