Official Organic Maps website source code. Please contribute your translations!
Find a file
Alexander Borsuk 53ccc59dc9 Minor text update
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-09-14 10:28:02 +02:00
content Minor text update 2021-09-14 10:28:02 +02:00
sass Revert "Temporary warning" 2021-08-18 07:44:25 +02:00
static Donate buttons on top of Donate page (#18) 2021-08-14 14:33:43 +02:00
templates Boost CF cache on stylesheet changes 2021-08-18 09:09:48 +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 Migrate to Zola, add meta tags and dark theme support 2021-07-01 18:03:30 +02:00
LICENSE Migrate to Zola, add meta tags and dark theme support 2021-07-01 18:03:30 +02:00
package-lock.json Add HTML formatter: js-beautify (#12) 2021-07-06 08:28:46 +02:00
package.json Add HTML formatter: js-beautify (#12) 2021-07-06 08:28:46 +02:00
README.md Updated readme 2021-07-10 00:08: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

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.