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

Temporary Repo for Slides via Marp

Notifications You must be signed in to change notification settings

swkWien/gdcr21marp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Temporary Repo for Slides via Marp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published