lecture.studio

Marp templates for lectures and talks

Six Marp decks to start from. Open one in the editor or download the Markdown.

What is in each template

Using a template

Open in editor loads it into the Marp online editor; .md downloads the file for VS Code, marp-cli or Lecture Studio. Every template names the default theme and carries its own style: block, so it renders the same in any Marp tool with no theme file to ship. Swap the theme from the editor's menu, or build your own in the theme builder.

The templates use placeholder images from placehold.co in two slides; replace them with files in your deck's assets/ folder.

Questions

Are the Marp templates free to use?

Yes, for any purpose, no attribution needed. They are plain Markdown.

Do the templates need a theme file?

No. Each one carries its style in the front matter, so it renders the same in marp-cli, VS Code, this editor and Lecture Studio.

How do I change the course code, name and dates?

They are text in the front matter (header, footer) and on the title slide. Edit them like any Markdown.

Can I get these as PowerPoint?

Open a template in the editor, adjust it, and export HTML or PDF here; for PPTX run marp deck.md --pptx on the downloaded file.