Skip to content

A template of Markdown slides using mume and reveal.js.

Notifications You must be signed in to change notification settings

Zhiyi-Zhang/slides-template

 
 

Repository files navigation

Markdown Slides Template

A template of Markdown slides using mume, reveal.js and mermaid

An example: https://zjkmxy.github.io/slides-template/

Installation

npm install

Install ditaa via Homebrew if necessary.

Basic Usage

  1. Write down slides in index.md.
  2. make
  3. Open index.html

Mermaid Diagrams

Embedded mermaid diagrams will be too small, so we convert them into svg files first.

  1. Set the Chromium path. Modify mermaid/puppeteer_config.json. Set the executablePath to be the path to your Chrome/Edge/Opera browser.
  2. Write down mermaid diagrams in mermaid/*.mmd.
  3. make

VS Code Extension

Markdown Preview Enhanced can be used.

About

A template of Markdown slides using mume and reveal.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 90.9%
  • JavaScript 7.1%
  • Makefile 1.3%
  • Other 0.7%