Create a Marp presentation site that can be built and published on [GitHub Pages] using this minimal template. The site features:
Feel free to customize the sites created with this template as you like!
Slides.md
with your own presentation.This template includes four custom themes in the slides/themes
folder:
To use a custom theme, edit the relevant css file and add its reference in the front matter of Slides.md
. For example, to use custom-default
add the following to the Slides.md
front matter:
---
marp: true
theme: custom-default
---
For additional themes, add them to the devcontainer and follow the Marp custom theme documentation.
Settings
> Pages
> Build and deployment
.Source
: GitHub Actions
.Actions
tab and click on Re-run jobs
.slides/Slides.md
in VS Code.This repository is licensed under the [MIT License]. Reuse or extend the code as you wish, but include the original license. The deployment GitHub Actions workflow is based on GitHub’s starter workflows.
GitHub Pages: https://docs.github.com/en/pages
Thanks to Chris Ayers for initial work: https://github.com/codebytes
CommonMark markdown syntax: https://commonmark.org/help/