Official Organic Maps website source code. Please contribute your translations!
Find a file
Dimitris Vagiakakos 24aa67386c
Update Greek translations
Translate-URL: https://hosted.weblate.org/projects/organicmaps/website/el/
Signed-off-by: Dimitris Vagiakakos <dimitrislinuxos@gmail.com>
2023-06-01 23:01:12 +02:00
.github Reverted back to using Cloudflare builds and deployments instead of Github actions 2023-04-23 11:42:18 +03:00
content Updated news 2023-06-01 23:01:01 +02:00
po Update Greek translations 2023-06-01 23:01:12 +02:00
sass npm run format 2023-04-07 00:35:07 +02:00
static Update Google Play Screenshots with latest 2023-04-11 21:36:28 +02:00
templates Update legal address 2023-04-23 11:52:33 +03: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 Regenerated 2023-05-27 19:24:55 +03: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 Regenerated 2023-05-27 19:24:55 +03: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-06-01 22:53:10 +02:00
package.json npm run upgrade 2023-06-01 22:53:10 +02:00
README.md Minor title change 2023-04-23 11:42:18 +03:00
TRANSLATIONS.md Switch German to Weblate 2023-02-09 10:01:27 +02:00
update_news.js Use double quotes for news title 2023-03-05 09:15:02 +01:00

Organic Maps Web Site

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.