|
||
---|---|---|
.github | ||
content | ||
po | ||
sass | ||
static | ||
templates | ||
tools | ||
.gitignore | ||
.jsbeautifyrc | ||
.po4a.cfg | ||
.stylelintrc.json | ||
AUTHORS.md | ||
config.toml | ||
fix_news_translations.sh | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
TRANSLATIONS.md | ||
update_news.js |
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.