diff marp-slide/README.md @ 27:f3fea3b5eeb2

init marp slide
author matac42 <matac@cr.ie.u-ryukyu.ac.jp>
date Thu, 11 May 2023 22:23:30 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/marp-slide/README.md	Thu May 11 22:23:30 2023 +0900
@@ -0,0 +1,15 @@
+## 使用方法
+
+基本的には`Marp for VSCode` Extensionを使用する
+
+Extensionをインストール後、次のVSCodeの設定を書き込む。
+テーマのパスは環境によって違うかもしれないので確認する。
+おそらく、VSCodeで開いているディレクトリからの相対パスを入れれば良い。
+```json
+  "markdown.marp.exportType": "html",
+  "markdown.marp.themes": ["template/cr.css"]
+```
+
+## CLIでの使用方法
+
+Makefileを作成してある
\ No newline at end of file