An open API service indexing awesome lists of open source software.

https://github.com/pit-ray/marp-template

My marp style templates.
https://github.com/pit-ray/marp-template

Last synced: about 1 month ago
JSON representation

My marp style templates.

Awesome Lists containing this project

README

          

# marp-template
My marp style templates.

## Installation

### Windows
#### Scoop
```powershell
$ Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
$ irm get.scoop.sh | iex
```

#### Marp
```powershell
$ scoop install marp
```

## Compiling
#### To PDF
```powershell
$ marp --html --allow-local-files --theme notosans-navy.css index.md -o output.pdf
```

#### To PowerPoint
```powershell
$ marp --html --allow-local-files --theme notosans-navy.css index.md -o output.pptx
```