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 60.9%
  • SCSS 33.8%
  • JavaScript 4%
  • Python 0.9%
  • Shell 0.4%
Bastian Greshake Tzovaras 4a9fef6554 [content] add french media coverage May 12/13 ( #670 )
Signed-off-by: Bastian Greshake Tzovaras <bgreshake@googlemail.com>
Reviewed-on: comaps/website#670
Reviewed-by: zyphlar <zyphlar@noreply.codeberg.org>
2026年05月14日 13:05:39 +02:00
.forgejo/workflows Update website dependencies ( #634 ) 2026年04月02日 20:03:28 +02:00
_draft Remove begging about families 2025年05月21日 13:30:15 -07:00
content [content] add french media coverage May 12/13 ( #670 ) 2026年05月14日 13:05:39 +02:00
data add fr media highlights ( #568 ) 2026年01月21日 14:36:59 +01:00
po [translation] apply 2026年05月05日, enable danish 2026年05月05日 22:26:28 -03:00
sass [content] add edoardo's post on cdn-it ( #654 ) 2026年04月26日 16:07:56 +02:00
static [ux] highlight rss feeds in news category headlines ( #647 ) 2026年04月26日 16:06:26 +02:00
templates [ux] highlight rss feeds in news category headlines ( #647 ) 2026年04月26日 16:06:26 +02:00
tools Update website dependencies ( #634 ) 2026年04月02日 20:03:28 +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 [translation] apply 2026年05月05日, enable danish 2026年05月05日 22:26:28 -03: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 [translation] apply 2026年05月05日, enable danish 2026年05月05日 22:26:28 -03:00
CONTRIBUTORS [meta] add contributors ( #631 ) 2026年04月01日 20:18:04 +02: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 Update website dependencies ( #634 ) 2026年04月02日 20:03:28 +02:00
package.json Update website dependencies ( #634 ) 2026年04月02日 20:03:28 +02:00
README.md [docs] how to use internal/external redirects 2026年02月07日 12:09:44 -03: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.

Creating redirects

There are two different types of redirects that can be created: 1. Website internal redirects (or aliases) if you want a page to be accessible under multiple slugs. 2. External redirects (if you want a link from comaps.app to redirect to an external site, like e.g. Codeberg).

Internal redirects / aliases

In the front-matter of the markdown index.md or _index.md file, specify one or multiple aliases, like so:

aliases:
 - relative/path
 - another/path

External redirects

For those you need to create a sub-folder that matches the redirect source you want. E.g. For creating a redirect that links comaps.app/latest to Codeberg, you need to create a content/latest/_index.md and the target into the front matter, e.g.

---
redirect_to: "https://codeberg.org/comaps/comaps/releases"
---

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.