Skip to content

🖼 markdown slideshows in rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

axodotdev/slippy

🖼 the easiest way to make slideshows

Usage

Usage: slippy [OPTIONS] <FILE>

Arguments:
  <FILE>

Options:
  -t, --theme <THEME>  [possible values: light, dark, cupcake]
  -h, --help           Print help
  -V, --version        Print version

Basic usage

> slippy deck.md

Changing the theme

> slippy --theme=dark deck.md

Current themes are:

  • light (default)
  • dark
  • cupcake
  • axo
  • nash

Adding custom css

By placing a deck.css in the root axo-slides will automatically recognize it and place it at the contents at the end of the CSS

Using local assets

Any images or assets that you want to be on your published slideshow must be in the static folder, this folder will be copied over to the public directory, ready to be uploaded to any static file hoster.

License

Licensed under either of

at your option.