No description
- HTML 99.1%
- Makefile 0.5%
- CSS 0.4%
Slides I use for my OSM presentations. Created with Emacs, Org mode, and org-reveal.
To present the slides -
-
Start a web server at the repository root, e.g.
$ sbcl --eval "(ql:quickload '(hunchentoot))" \ --eval "(setf *presentation* (make-instance 'hunchentoot:easy-acceptor :port 4242 :document-root #P\"/path/to/repository/root/\"))" \ --eval "(hunchentoot:start *presentation*)" - In a browser, visit
http://127.0.0.1:<PORT>/<subdirectory>/talk.html. e.g. http://127.0.0.1:4242/2026-03-21-osm-lifestyle/talk.html
OpenStreetMap Presentations © 2023 by contrapunctus is licensed under CC BY-SA 4.0.