Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jasalt/phel-lang.org

 
 

Repository files navigation

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

About

Phel website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 40.8%
  • HTML 21.6%
  • SCSS 21.4%
  • JavaScript 16.2%