Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 559 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 559 Bytes

My Nix presentations

  • Create reveal-md shell (FIXME: use nixpkgs-unstable once NixOS/nixpkgs#321453 is merged)

    nix shell github:imincik/nixpkgs/reveal-md-6.1.2#{reveal-md,chromium}
  • Run presentation

    export PRESENTATION_DIR=<DIRECTORY>
    
    reveal-md $PRESENTATION_DIR/presentation.md -w
  • Export presentation to PDF

    reveal-md $PRESENTATION_DIR/presentation.md --print-size A4 --print $PRESENTATION_DIR/presentation.pdf --puppeteer-chromium-executable $(which chromium)