Skip to content

marp#

Overview#

Build slideshows with Marp.

View the demo slides.

Usage#

Create a Markdown file in any directory called slides.md and add the following front matter:

---
marp: true
---

Include the pipeline:

include:
  - project: brettops/pipelines/marp
    file: include.yml

  # optionally publish to GitLab Pages
  - project: brettops/pipelines/pages
    file: include.yml

All <path>/slides.md files in the repository will be published at <project-pages-url>/<path>/.