1
0
Fork
You've already forked website
0
forked from comaps/website
comaps.app website of CoMaps, the community-led Organic Maps fork
  • HTML 71.2%
  • SCSS 24.4%
  • JavaScript 3.4%
  • Python 0.7%
  • Shell 0.3%
map per b87f57123e [translations] Regenerated
Signed-off-by: map per <map-per@gmx.de>
2025年06月01日 23:39:07 +02:00
.forgejo/workflows Check DCO for PRs 2025年05月19日 23:30:09 -07:00
_draft Remove begging about families 2025年05月21日 13:30:15 -07:00
content [translations] Regenerated 2025年06月01日 23:39:07 +02:00
data Website sources from Organic Maps as of 29.04.2025 2025年05月08日 23:57:41 +07:00
po [translations] Regenerated 2025年06月01日 23:39:07 +02:00
sass Removed unused pages 2025年05月31日 18:58:41 +02:00
static Bing verification file 2025年06月01日 14:13:57 +02:00
templates Added link to APK download 2025年06月01日 23:19:20 +02:00
tools Update po4a configuration 2025年05月31日 18:50:36 +02:00
.gitignore Website sources from Organic Maps as of 29.04.2025 2025年05月08日 23:57:41 +07:00
.jsbeautifyrc Website sources from Organic Maps as of 29.04.2025 2025年05月08日 23:57:41 +07:00
.po4a.cfg no translations for terms and privacy 2025年06月01日 23:39:07 +02:00
.stylelintrc.json Website sources from Organic Maps as of 29.04.2025 2025年05月08日 23:57:41 +07:00
AUTHORS.md Website sources from Organic Maps as of 29.04.2025 2025年05月08日 23:57:41 +07:00
config.toml Removed zh-CN to fix Weblate warning 2025年06月01日 23:39:03 +02:00
CONTRIBUTORS Update copyright to CoMaps Contributors 2025年05月11日 19:24:52 +00:00
crowdin.yml Website sources from Organic Maps as of 29.04.2025 2025年05月08日 23:57:41 +07:00
fix_news_translations.sh Website sources from Organic Maps as of 29.04.2025 2025年05月08日 23:57:41 +07:00
LICENSE Update copyright to CoMaps Contributors 2025年05月11日 19:24:52 +00:00
package-lock.json Start rebranding of the website 2025年05月08日 23:58:57 +07:00
package.json Start rebranding of the website 2025年05月08日 23:58:57 +07:00
README.md Updated translation docs 2025年05月31日 18:57:03 +02:00
TRANSLATIONS.md Updated translation docs 2025年05月31日 18:57:03 +02:00
update_news.js Start rebranding of the website 2025年05月08日 23:58:57 +07:00

CoMaps Website

This static website is built with Zola

Development

  • Download the latest zola for your operating system and set up the necessary path variable.

  • Run zola serve for a local preview or zola build to generate static site in the public 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 installed npm-check-updates package.

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 on Codeberg Translate.

More in depth technical details are documented in TRANSLATIONS.md.