Official Organic Maps website source code. Please contribute your translations!
Find a file
Alexander Borsuk a3dab57e6b Redirect /en/ to the root just in case
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-11-28 23:04:42 +01:00
content Fixed ambiguity with sponsors and donate buttons 2022-11-28 17:36:46 +01:00
sass Move badges from Markdown to HTML 2022-11-19 17:01:28 +01:00
static Redirect /en/ to the root just in case 2022-11-28 23:04:42 +01:00
templates Automatic language redirect 2022-11-28 23:04:42 +01:00
.gitignore Migrate to Zola, add meta tags and dark theme support 2021-07-01 18:03:30 +02:00
.jsbeautifyrc Add HTML formatter: js-beautify (#12) 2021-07-06 08:28:46 +02:00
.stylelintrc.json Migrate to Zola, add meta tags and dark theme support 2021-07-01 18:03:30 +02:00
AUTHORS.md Migrate to Zola, add meta tags and dark theme support 2021-07-01 18:03:30 +02:00
config.toml Better donates 2022-11-20 12:19:16 +01:00
LICENSE Migrate to Zola, add meta tags and dark theme support 2021-07-01 18:03:30 +02:00
package-lock.json Updated dependencies 2022-11-28 09:04:24 +02:00
package.json Updated dependencies 2022-11-28 09:04:24 +02:00
README.md Updated README about the upgrade command 2022-10-07 09:04:41 +02:00
update_news.js 10 min interval to merge news posts (images) 2022-09-23 00:05:47 +02: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

You can help us by contributing site content translations (creating markdown files in your language). For example, to add French translation, create a copy of any .md file in contents directory and name it like _index.fr.md or privacy.fr.md, and then translate its content. Or just send us the text, and we'll add translations.

Here are more details about it: https://www.getzola.org/documentation/content/multilingual/