A simple static website for the ToscaLabs organization.
Install Zola from its master branch, following the
steps outlined on this
installation page.
To serve the website locally, run:
zola serve [--open]This starts a local development server and serves the site at the address shown
in the terminal (typically http://127.0.0.1:1111/).
If you include the --open flag, the site will automatically open in your
default web browser.