Skip to content
 
 

Repository files navigation

Deck generation with MARP (PDF and HTML files)

To convert presentation.md to presentation.html and presentation.pdf with MARP, follow these steps:

  1. Install MARP CLI if you haven't already:

    npm install -g @marp-team/marp-cli
  2. To generate the HTML file:

    marp presentation.md --html --allow-local-files --theme-set theme/donjon.scss --theme donjon -o presentation.html
  3. To generate the PDF file:

    marp presentation.md --pdf --pdf-outlines --allow-local-files --theme-set theme/donjon.scss --theme donjon -o presentation.pdf

You can also check the official MARP documentation for more options: https://marp.app/

QR code generation

  1. Modify data in qrlink.py accordingly.
  2. Install virtual environment
python3 -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install 'qrcode[pil]' Pillow
  1. Generate the PNG file
python qrlink.py

About

Workshop - A practical laser attack on the go - Ecole 42

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages