This is the code for the website of Phel: https://phel-lang.org.
# install phel as a composer dependency
composer install
# build the API doc page & the API search index
composer build
The documentation is build with Zola.
zola serve # build & serve
zola build # build & publish