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 61%
  • SCSS 33.6%
  • JavaScript 4.1%
  • Python 0.9%
  • Shell 0.4%
Leonardo Bishop 43fd4299ba Add new desktop screenshots
Signed-off-by: Leonardo Bishop <me@leonardobishop.net>
2026年01月28日 20:44:15 +00:00
.forgejo/workflows Use self-hosted runner 2026年01月10日 20:40:27 +00:00
_draft Remove begging about families 2025年05月21日 13:30:15 -07:00
content [content] add linuxeasy coverage ( #582 ) 2026年01月28日 13:01:48 +01:00
data add fr media highlights ( #568 ) 2026年01月21日 14:36:59 +01:00
po [ux] add media coverage to footer 2026年01月28日 13:39:01 +01:00
sass [ux] add flathub to download methods 2026年01月27日 10:28:50 -03:00
static Add new desktop screenshots 2026年01月28日 20:44:15 +00:00
templates [translations] apply correct locale ( #570 ) 2026年01月28日 18:23:47 +01:00
tools Update po4a configuration 2025年05月31日 18:50:36 +02:00
.gitignore add flummic's post about logo ( #404 ) 2025年09月09日 20:15:08 +02:00
.jsbeautifyrc Website sources from Organic Maps as of 29.04.2025 2025年05月08日 23:57:41 +07:00
.po4a.cfg Enable Indonesian (id) translation ( #533 ) 2026年01月10日 19:12:44 +01: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 [ux] add media coverage to footer 2026年01月28日 13:39:01 +01: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 Bump npm dependencies 2025年11月17日 06:48:44 +01:00
package.json Bump npm dependencies 2025年11月17日 06:48:44 +01:00
README.md Updated README 2025年06月04日 22:27:52 +02:00
TRANSLATIONS.md [translations] Regenerated 2025年11月01日 21:12:12 +01:00
update_news.js Start rebranding of the website 2025年05月08日 23:58:57 +07:00

CoMaps Website

This static comaps.app website is built with Zola.

Translations

We need your help to translate this site to your language on Codeberg Translate.

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.

Content changes in .md files

Only the English Markdown files should be edited directly. After changing text in a .md file, please run ./tools/i18n.sh as described in TRANSLATIONS.md to propagate the english changes to all other languages.

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.