Official Organic Maps website source code. Please contribute your translations!
Find a file
Alexander Borsuk df4433d112 Updated news
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-12-23 13:50:07 +01:00
.github Bump checkout to v4 2023-11-09 05:39:23 +01:00
content Updated news 2023-12-23 13:50:07 +01:00
po regenerate with i18n.sh 2023-11-23 07:47:01 +02:00
sass Red color for code tag 2023-11-22 13:37:12 +01:00
static Cleaner donate methods 2023-12-19 18:16:00 +01:00
templates Cleaner donate methods 2023-12-19 18:16:00 +01:00
tools Update config.toml only for generated languages 2023-01-28 19:13:26 +02:00
.gitignore Integrate config.toml into Weblate 2022-12-23 16:01:01 +02:00
.jsbeautifyrc Add HTML formatter: js-beautify (#12) 2021-07-06 08:28:46 +02:00
.po4a.cfg Revert "Temporary disable Arabic until RTL is fixed" 2023-09-18 23:57:01 +02:00
.stylelintrc.json Added stylelint for npm run format 2022-11-29 12:42:13 +01:00
AUTHORS.md Migrate to Zola, add meta tags and dark theme support 2021-07-01 18:03:30 +02:00
config.toml Fix broken links and re-generated 2023-11-01 11:38:03 +02:00
fix_news_translations.sh Script to fix missing _index files for news translations 2023-01-31 09:43:00 +02:00
LICENSE Migrate to Zola, add meta tags and dark theme support 2021-07-01 18:03:30 +02:00
package-lock.json npm run upgrade 2023-12-14 23:27:36 +01:00
package.json npm run upgrade 2023-12-14 23:27:36 +01:00
README.md Update README.md 2023-09-25 01:32:18 +02:00
TRANSLATIONS.md Switch German to Weblate 2023-02-09 10:01:27 +02:00
update_news.js Fixed news download script 2023-12-23 13:17:34 +01:00

Organic Maps Website

This static website is built with Zola and Cloudflare Pages.

Main Website

Development

Download the latest zola (version 0.17.2 at the time of writing) 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 when 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

Every PR deploys a preview version of the site at unique url.

Every merge into the master branch deploys changes into the production at https://organicmaps.app

Updating News

Run npm run news to automatically download news from our Telegram channel, then create a git commit and push it.

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

Please help us with translating this web-site in your language. See TRANSLATIONS.md file for detailed instructions.