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.
- Host: GitHub
- URL: https://github.com/pit-ray/marp-template
- Owner: pit-ray
- License: mit
- Created: 2022-11-02T13:02:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-17T12:38:30.000Z (over 3 years ago)
- Last Synced: 2025-03-02T12:21:27.851Z (over 1 year ago)
- Language: CSS
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```