Marp Pages is a static site generator with Marp. You can:
- Make slides using Markdown syntax.
- Publish slide decks on GitHub Pages automatically with GitHub Actions.
Example: https://aquastripe.github.io/marp-pages/example/
- Node.js
- Install dependency packages:
npm i
- Python 3.6+
Make slide decks and put them in the content/
directory.
This work is based on Marp, your slides should follow its settings and dialects.
npm run preview
- Commit and push to your GitHub repository.
- Setup GitHub Pages and change the branch to
gh-pages
:- Navigate to Settings/Pages
- Select Branch to
gh-pages
and save.