https://github.com/maxandersen/presentations
add branchname to the website url
https://github.com/maxandersen/presentations
Last synced: 5 months ago
JSON representation
add branchname to the website url
- Host: GitHub
- URL: https://github.com/maxandersen/presentations
- Owner: maxandersen
- Created: 2023-06-03T11:58:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T10:14:15.000Z (over 2 years ago)
- Last Synced: 2025-01-27T07:45:25.373Z (over 1 year ago)
- Language: HTML
- Homepage: https://maxandersen.github.com/presentations
- Size: 19.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.adoc
Awesome Lists containing this project
README
# Presentations
Presentations by Max Andersen. Each presentation is archived in separate branches.
The presentations are done using asciidoctor + reveal.js and the whole thing is wired up with a link:src/docs/adoc2reveal.java[JBang script].
The advantage is that you need zero installation and setup for this. No Java, Maven, Ruby, Gems etc. setup. All done and in isolated and in a reproducible manner.
You can run `./index.adoc --serve` and it will download or all necessary and render and serve the presentation on http://localhost:8000
If you already have jbang installed or running on Windows where the shebang is not supported you can do:
`jbang adoc2reveal.java --serve`
This will get you a `index.html` generated anytime a `.adoc` file changes.
You can open it directly from the filesystem, but works best when served from a server.