Marp を使ったマークダウンベースのプレゼンテーション作成用テンプレートです。
サンプル: https://is0383kk.github.io/marp-template/
marp-template/
├── template.md # スライドコンテンツ(マークダウンファイルとして編集します)
├── style.css # カスタムテーマ定義
├── logo.png # ロゴ画像(ご利用のロゴに置き換えてください/削除可能)
└── docs/
├── logo.png # ロゴ画像(ご利用のロゴに置き換えてください/削除可能)
└── index.html # GitHub Pages 用に出力した HTML
- Marp CLI または Marp for VS Code がインストールされていること
template.mdを編集してスライドを作成する- 以下のコマンドで出力する
HTML として出力:
marp --theme style.css template.md --output output.htmlPDF として出力:
marp --theme style.css --pdf template.md --output output.pdfPowerPoint (.pptx) として出力:
marp --theme style.css --pptx template.md --output output.pptx