https://github.com/sumeshi/slides
https://github.com/sumeshi/slides
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sumeshi/slides
- Owner: sumeshi
- Created: 2026-05-09T19:34:48.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2026-05-09T20:53:56.000Z (24 days ago)
- Last Synced: 2026-05-09T22:32:36.428Z (24 days ago)
- Language: CSS
- Size: 873 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```