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

https://github.com/sumeshi/slides


https://github.com/sumeshi/slides

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

          

# slides

自分用スライドテンプレート
devcontainerで実行してもいいし、VSCode拡張でやってもいい。

## Theme

- `theme/dark.css`: ダークテーマCSS
- `theme/light.css`: ライトテーマCSS

## Export PDF

```bash
npx @marp-team/marp-cli@latest --theme-set ./theme/dark.css -o dist/dark.pdf sample/dark.md
```

```bash
npx @marp-team/marp-cli@latest --theme-set ./theme/light.css -o dist/light.pdf sample/light.md
```