- HTML 70%
- SCSS 25.8%
- JavaScript 3.2%
- Python 0.7%
- Shell 0.3%
CoMaps Website
This static website is built with Zola and deployed on Codeberg Pages.
Development
-
Download the latest zola for your operating system and set up the necessary path variable.
-
Make sure to switch to the
mainbranch (the default ispagesdue to the way Codeberg Pages serves sites) -
Run
zola servefor a local preview orzola buildto generate static site in thepublicfolder. -
Run
npm i && npm run formatif you want to pretty-format the Markdown and SCSS files. -
Upgrade npm dependencies with
npm run upgrade, make sure that you have installednpm-check-updatespackage.
Deployment
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.
Contribution
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.
Translations
We need your help to translate this site to your language. See TRANSLATIONS.md file for detailed instructions.