https://github.com/openstreetmap/stateofthemap-2026
Conference website for the State of the Map 2026 in Paris
https://github.com/openstreetmap/stateofthemap-2026
conference openstreetmap osm sotm stateofthemap
Last synced: 4 months ago
JSON representation
Conference website for the State of the Map 2026 in Paris
- Host: GitHub
- URL: https://github.com/openstreetmap/stateofthemap-2026
- Owner: openstreetmap
- License: apache-2.0
- Created: 2025-11-08T15:21:23.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-03-04T17:39:06.000Z (4 months ago)
- Last Synced: 2026-03-05T00:02:49.989Z (4 months ago)
- Topics: conference, openstreetmap, osm, sotm, stateofthemap
- Language: CSS
- Homepage: https://2026.stateofthemap.org/
- Size: 43.7 MB
- Stars: 0
- Watchers: 0
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# State of the Map 2026 Website
This repo is the Jekyll configuration, styles and content powering https://2026.stateofthemap.org
## Local installation
### Install Jekyll
See https://jekyllrb.com/docs/installation/
### View locally
* `git clone git@github.com:openstreetmap/stateofthemap-2026.git`
* `cd stateofthemap-2026`
* `jekyll serve -wl`
* Point your browser to `http://localhost:4000/`
## Docker
Alternatively you can use Docker to install Jekyll and to serve the site within a container.
### Using docker-compose
* [Install docker-compose](https://docs.docker.com/compose/install/)
* `git clone git@github.com:openstreetmap/stateofthemap-2026.git`
* `cd stateofthemap-2026`
* `docker-compose up --build`
* Point your browser to `http://localhost:4000/`
Alternatively if you are using docker-machine, replace localhost with the IP address from `docker-machine ip`
## Contributing
### Code Style
Please adhere to the code style rules in the supplied `.editorconfig` file. Instructions for [editors/IDEs](https://editorconfig.org/#download).