This repo is the Jekyll configuration, styles and content powering https://2022.stateofthemap.org
Note that the SotM program is managed through our submission system at https://pretalx.com/sotm2022. If you change it on the submission system, it will be updated on the website automatically. Do that rather than making pull requests on the "session" files here.
See https://jekyllrb.com/docs/installation/
git clone git@github.com:openstreetmap/stateofthemap-2022.git
cd stateofthemap-2022
jekyll serve -wl
- Point your browser to
http://localhost:4000/
Alternatively you can use Docker to install Jekyll and to serve the site within a container.
- Install docker-compose
git clone git@github.com:openstreetmap/stateofthemap-2022.git
cd stateofthemap-2022
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
Please adhere to the code style rules in the supplied .editorconfig
file. Instructions for editors/IDEs.