Crates.io | pressent |
lib.rs | pressent |
version | 1.1.2 |
source | src |
created_at | 2020-02-03 13:29:47.845519 |
updated_at | 2020-02-07 21:29:21.146049 |
description | serving markdown files as presentations |
homepage | |
repository | https://github.com/Dawidkubis/pressent/ |
max_upload_size | |
id | 204443 |
size | 8,140,563 |
Create good looking presentations with markdown.
<<>>
cargo install pressent
<<>>
make
or
cargo build --release
that should create a target/release/pressent
binary.
There is also a symlink pressent
that points to target/release/pressent
.
<<>>
Pressent syntax is standard markdown syntax + the <<>>
symbol for separating slides,
for instance:
presentation.md
:
# My Presentation
<<>>
## Hello
<<>>
## World
Running the presentation is done with: pressent presentation.md
.
You can specify the port with -p
.
The presentation will be served on localhost:8000
(or any other port that was chosen).