Skip to content
/ marp-cli-example Public template
forked from yhatt/marp-cli-example

The good starter for using Marp via Marp CLI, by the author of Marp

License

Notifications You must be signed in to change notification settings

danvilar/marp-cli-example

 
 

Repository files navigation

Marp CLI example

The good starter example for using Marp via Marp CLI.

  • Write your slide deck by Marp Markdown.
  • Manage the content of slides via Git. (Using GitPitch style PITCHME.md)
  • Host your deck at GitHub, and publish as webpage with GitHub Pages, Netlify, and Vercel!

See published slide deck

Usage

It's surprisingly easy to start publishing your slide deck!

Create a new public repository based on this repository, from "Use this template" button!

We already have GitHub Actions workflow to build and deploy from master to gh-pages automatically. All you have got to turn on GitHub Pages with gh-pages branch from "Settings" tab.

Push "Deploy to netlify" button. Netlify will create your repository based on this example and host website from master branch automatically.

Deploy to Netlify

Push "Deploy" button. Vercel can choose to create your repository into GitHub / GitLab / BitBucket based on this example.

Deploy to Vercel

ℹ️ The auto-generated open graph image is not available in deployment through Vercel.

How to write

For Marp slide deck features, please see the documentation of Marpit Markdown, the features of Marp Core, and the default example in PITCHME.md for .

You have to install Node.js and run npm i at first if you want to write slide deck with Marp CLI.

Edit deck

Just edit PITCHME.md!

Preview deck

Marp for VS Code extension is the best partner for writing Marp slide deck with live preview.

Preview via CLI

npm run start

It will be opened preview window via installed Google Chrome, and track change of PITCHME.md.

Assets and themes

  • assets directory can put your assets for using in the deck. (e.g. Image resources)
  • themes directory can put custom theme CSS. To use in the deck, please change theme global directive.

Build deck via CLI

npm run build

The built assets will output to dist folder.

Build per assets

npm run deck      # Output static HTML to dist/index.html
npm run og-image  # Output image for Open Graph to dist/og-image.jpg

LICENSE

WTFPL

About

The good starter for using Marp via Marp CLI, by the author of Marp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.1%
  • CSS 25.9%