This static website is built with Zola and deployed on Codeberg Pages.
-
Download the latest zola for your operating system and set up the necessary path variable.
-
Make sure to switch to the
main
branch (the default ispages
due to the way Codeberg Pages serves sites) -
Run
zola serve
for a local preview orzola build
to generate static site in thepublic
folder. -
Run
npm i && npm run format
if you want to pretty-format the Markdown and SCSS files. -
Upgrade npm dependencies with
npm run upgrade
, make sure that you have installednpm-check-updates
package.
The latest site is automatically deployed from main
on the merging of a pull request.
It's also possible to manually deploy in the Actions menu.
Any good ideas and help with web site improvement are appreciated. And it's always better to discuss any improvement before implementing it to sync with our vision and plans.
We need your help to translate this site to your language. See TRANSLATIONS.md file for detailed instructions.