Setting up
You need to install php
and composer
to install the dependencies.
apt-get install php composer
Install the dependencies:
composer install
Building the website
To build the website, run:
make
You can edit and adapt the `build.php` script to your needs.
On-the-fly generation
Run the following for on-the-fly generation:
make watch
Result will be available live on http://localhost:8080
Publishing on GitHub pages
To publish on GitHub pages, you can:
- Add the provided workflow to the
.github/workflows
directory
- Enable GitHub page through Github Actions source from your repository
- The workflow will trigger on every push, or can be triggered manually from the Actions tab