phel-lang / phel-lang.org

Phel website
https://phel-lang.org
MIT License
11 stars 10 forks source link

Phel website

This is the code for the website of Phel: https://phel-lang.org.

How to

  1. Build the API page
  2. Build the documentation

Build the API page

# install phel as a composer dependency
composer install

# build the API doc page & the API search index
composer build

Build the documentation

The documentation is build with Zola.

Local development

zola serve # build & serve

Prod environment

zola build # build & publish