Official Organic Maps website source code. Please contribute your translations!
Find a file
Roman Tsisyk ade4d17353 Update config.toml only for generated languages
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-01-28 19:13:26 +02:00
content Update index.tr.md (#101) 2023-01-28 10:12:09 +01:00
po Update to po4a 0.69 2023-01-28 19:13:23 +02:00
sass [style] Make dark mode background a bit lighter 2022-12-11 11:44:01 +01:00
static Fixed wrong policy links in Android 2022-12-17 13:16:28 +01:00
templates Do not escape urls where it is not needed 2022-12-24 14:32:17 +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 Disable line wrapping for .po files 2023-01-02 10:47:00 +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 Update translations from Weblate 2023-01-02 11:00:10 +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 upgrade 2022-12-05 10:40:33 +01:00
package.json npm upgrade 2022-12-05 10:40:33 +01:00
README.md Add infrastructure for experimental Weblate integration 2022-12-14 10:18:38 +02:00
TRANSLATIONS.md Update to po4a 0.69 2023-01-28 19:13:23 +02:00
update_news.js Load all images from Telegram post 2022-12-24 00:30:34 +01:00

Organic Maps

This website is build with Zola and Cloudflare Pages.

Development

Use zola serve for a local preview or zola build to generate static site in the public folder.

npm i && npm run format will pretty-format Markdown and scss.

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.