Marp (Markdown Presentation Ecosystem) is a tool that allows you to create presentation slides using Markdown syntax. This repository provides a complete setup for creating and deploying Marp presentations to GitHub Pages.
.
├── slides/ # Your presentation markdown files
│ └── example.md # Example presentation
├── themes/ # Custom Marp themes
│ └── custom.css # Custom theme example
├── assets/ # Static assets
│ └── images/ # Images for your presentations
├── dist/ # Built HTML files (generated)
├── .github/
│ └── workflows/
│ └── deploy.yml # GitHub Actions deployment workflow
└── package.json # NPM dependencies and scripts