https://github.com/pfwd/talk-template
A talk template that uses Marp CLI
https://github.com/pfwd/talk-template
marp marp-cli presentation presentation-slides presentation-tools
Last synced: 3 months ago
JSON representation
A talk template that uses Marp CLI
- Host: GitHub
- URL: https://github.com/pfwd/talk-template
- Owner: pfwd
- License: apache-2.0
- Created: 2019-11-10T13:21:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-07T13:04:28.000Z (over 2 years ago)
- Last Synced: 2025-02-25T22:14:29.565Z (over 1 year ago)
- Topics: marp, marp-cli, presentation, presentation-slides, presentation-tools
- Homepage:
- Size: 158 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# talk-template
A talk template that uses Marp CLI
## Install
1 Clone the repo
```bash
$ git clone git@github.com:pfwd/talk-template.git
`````
2 Install dependencies
```bash
$ npm install
```
Update `src/slides.md` with content.
Add images to `src/assets/images/`.
## Build slide deck
Use `npm run` to see all available commands.
### Build HTML from slides
```bash
$ npm run build:html
```
### Watch HTML from slides
```bash
$ npm run watch:html
```
### Build PDF from slides
```bash
$ npm run build:pdf
```
### Build PPT from slides
```bash
$ npm run build:pp
```