How to Contribute
Add a community
- Copy
src/content/communities/_baseinto a new folder named after your community (e.g.src/content/communities/pybarcelona). - Add an image (logo or photo) next to
index.md, and fill in the frontmatter:title,city,country,latitude,longitude,category,description,image, and optionallywebsite. - Write a short body below the frontmatter describing the community.
- Open a pull request. CI will run a build to catch any schema or markup errors.
You don't need to be an official representative of a community to submit it, anyone can add or improve a listing. Please only use logos and information the community already makes public (their own site, GitHub, or social media), not copyrighted material you don't have rights to. See the Legal Notice page for how this content is licensed and attributed.
Local development
pnpm i
pnpm dev