- 10 things I learned working at a SaaS scale-up
- Refactoring to tests
- git gud: A semi-deep dive into git...
- Gradle Goodies Versioning Plugin
- Try giving a fuck
- RxJava: How I learned to stop worrying...
- Another Presentation
- original
Write your presentations in a text editor.
- No fancy WYSIWIG editor
- No hand-written HTML
- Just text (Markdown)
- Publish by pushing via
git
.
Separate slides with ***
.
This is the source for the previous slide:
***
# The basic idea
Write your presentations in a text editor.
- No fancy WYSIWIG editor
- No hand-written HTML
- Just text (Markdown)
Separate slides with `***`.
***
Slidedown parses Markdown, then splits up the HTML into slides by splitting at
every <HR>
tag.
Every slide has a layout which is inferred by the elements making up that slide.
- easy
- saves time
- looks great
- none?
You can navigate left/right through the slides using the keyboard.
You can also click on either side of the screen, or use swipe gestures on mobile devices.
- Make changes
- Add you markdown file to the top of this file (to get a link)
docker-compose up -d
- Navigate to
localhost:8080
, change code, reload. Have fun.
Cheers, Silvio