1
0
Fork
You've already forked comaps_website
0
forked from comaps/website
comaps.app website of CoMaps, the community-led Organic Maps fork
  • HTML 60.9%
  • SCSS 33.7%
  • JavaScript 4.1%
  • Python 0.9%
  • Shell 0.4%
Bastian Greshake Tzovaras 850a937902 add fr media highlights ( #568 )
Signed-off-by: Bastian Greshake Tzovaras <bgreshake@googlemail.com>
Reviewed-on: comaps/website#568
Reviewed-by: jeanbaptisteC <jeanbaptistec@noreply.codeberg.org>
Co-authored-by: Bastian Greshake Tzovaras <bgreshake@googlemail.com>
Co-committed-by: Bastian Greshake Tzovaras <bgreshake@googlemail.com>
2026年01月21日 14:36:59 +01: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 add intro to osm blog post ( #544 ) 2026年01月21日 12:57:10 +01:00
data add fr media highlights ( #568 ) 2026年01月21日 14:36:59 +01:00
po [ux] add privacy policy footer ( #564 ) 2026年01月21日 12:38:46 +01:00
sass [ux] Add latest releases and fingerprint to download page ( #562 ) 2026年01月20日 13:18:58 +01:00
static add fr media highlights ( #568 ) 2026年01月21日 14:36:59 +01:00
templates [ux] add privacy policy footer ( #564 ) 2026年01月21日 12:38:46 +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 privacy policy footer ( #564 ) 2026年01月21日 12:38:46 +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.