Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 652 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 652 Bytes

traP スライドテーマ for Marp

traP スライドテーマ のMarp用派生テーマです。

Marp for VSCode で使えるようになっているはずです。

WSLでは拡張機能での書き出しが行えないっぽいので、marp-cli を利用してください。

以下のような showcase.yaml を置くことでshowcaseでの静的配信ができます。

サンプル

type: static

startup: |
  npm i -g @marp-team/marp-cli
  npx @marp-team/marp-cli {{スライド名}} -o index.html --theme theme/traP.css

test