Official Organic Maps website source code. Please contribute your translations!
Find a file
Roman Tsisyk 0779c0d72e Remove FlatHub and Repology buttons from main page
- Both buttons have non-standard size and doesn't fit well to the page.
- Repology uses assets from external servers that can track users.

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2022-09-09 07:44:58 +03:00
content Remove FlatHub and Repology buttons from main page 2022-09-09 07:44:58 +03:00
sass Fixed news layout 2022-06-29 09:30:39 +02:00
static Remove FlatHub and Repology buttons from main page 2022-09-09 07:44:58 +03:00
templates Added donate via Telegram 2022-08-05 13:37:19 +02: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 Enable Italian 2022-09-08 08:32:42 +03:00
LICENSE Migrate to Zola, add meta tags and dark theme support 2021-07-01 18:03:30 +02:00
package-lock.json Installed and updated nodejs packages 2022-02-03 23:26:50 +01:00
package.json Installed and updated nodejs packages 2022-02-03 23:26:50 +01:00
README.md How to update news on the site 2022-04-12 01:10:27 +02:00
update_news.js 5 minutes interval between text and image messages 2022-05-02 08:49:03 +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.

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/