1
0
Fork
You've already forked comaps-website
0
forked from comaps/website
comaps.app website of CoMaps, the community-led Organic Maps fork
  • HTML 70%
  • SCSS 25.8%
  • JavaScript 3.2%
  • Python 0.7%
  • Shell 0.3%
eatham 7c377da08a changes for pastk
Signed-off-by: eatham <ethan@grobin.com.au>
2025年05月23日 11:43:34 +02:00
.forgejo/workflows Check DCO for PRs 2025年05月19日 23:30:09 -07:00
_draft Remove begging about families 2025年05月21日 13:30:15 -07:00
content Remove begging about families 2025年05月21日 13:30:15 -07:00
data Website sources from Organic Maps as of 29.04.2025 2025年05月08日 23:57:41 +07:00
po Remove begging about families 2025年05月21日 13:30:15 -07:00
sass Add Liberapay to donation options ( #102 ) 2025年05月21日 07:22:54 +02:00
static Add Liberapay to donation options ( #102 ) 2025年05月21日 07:22:54 +02:00
templates Add Liberapay to donation options ( #102 ) 2025年05月21日 07:22:54 +02:00
tools Website sources from Organic Maps as of 29.04.2025 2025年05月08日 23:57:41 +07:00
.gitignore Website sources from Organic Maps as of 29.04.2025 2025年05月08日 23:57:41 +07:00
.jsbeautifyrc Website sources from Organic Maps as of 29.04.2025 2025年05月08日 23:57:41 +07:00
.po4a.cfg Start rebranding of the website 2025年05月08日 23:58:57 +07:00
.stylelintrc.json Website sources from Organic Maps as of 29.04.2025 2025年05月08日 23:57:41 +07:00
AUTHORS.md Website sources from Organic Maps as of 29.04.2025 2025年05月08日 23:57:41 +07:00
config.toml changes for pastk 2025年05月23日 11:43:34 +02:00
CONTRIBUTORS Update copyright to CoMaps Contributors 2025年05月11日 19:24:52 +00:00
crowdin.yml Website sources from Organic Maps as of 29.04.2025 2025年05月08日 23:57:41 +07:00
fix_news_translations.sh Website sources from Organic Maps as of 29.04.2025 2025年05月08日 23:57:41 +07:00
LICENSE Update copyright to CoMaps Contributors 2025年05月11日 19:24:52 +00:00
package-lock.json Start rebranding of the website 2025年05月08日 23:58:57 +07:00
package.json Start rebranding of the website 2025年05月08日 23:58:57 +07:00
README.md Temporarily(?) remove Fastly CDN 2025年05月12日 20:23:50 +00:00
TRANSLATIONS.md [docs]Rename default branch 2025年05月11日 17:53:54 +02:00
update_news.js Start rebranding of the website 2025年05月08日 23:58:57 +07:00

CoMaps Website

This static website is built with Zola and deployed on Codeberg Pages.

Development

  • Download the latest zola for your operating system and set up the necessary path variable.

  • Make sure to switch to the main branch (the default is pages due to the way Codeberg Pages serves sites)

  • Run zola serve for a local preview or zola build to generate static site in the public folder.

  • Run npm i && npm run format if you want to pretty-format the Markdown and SCSS files.

  • Upgrade npm dependencies with npm run upgrade, make sure that you have installed npm-check-updates package.

Deployment

The latest site is automatically deployed from main on the merging of a pull request. It's also possible to manually deploy in the Actions menu.

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

We need your help to translate this site to your language. See TRANSLATIONS.md file for detailed instructions.