Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Latest commit

 

History

History
42 lines (25 loc) · 907 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 907 Bytes

GDCR21 Slides via Marp

A temporary repository for discussion and experimentation.

Installation

VS Code Plugin

There is a VS Code plugin for local development and building.

Marp CLI

There is a CLI that can be installed through npm.

$ npm install -g @marp-team/marp-cli

To convert a markdown file into e.g. html, do

$ marp slides.md -o slides.html
$ npx @marp-team/marp-cli@latest slides.md -o slides.html  # included marp update

Alternatively, you can use the Makefile and run

$ make all  # to build all targets
$ make clean  # to remove all builds

GitHub Action and Pages

In Settings / Pages / GitHub Pages select branch gh-pages.

Syntax

For Marp syntax see here.