marp-template
-
Make markdown file in slides directory. If you want to use template file, you can use
make create FILE=file_name
. -
make run
. If you want to use your custom theme, execmake run THEME=your_theme
.
You should create your custom theme in theme directory.
If you chose shironeri theme, you can use my custom class.
<div class="column-left">
# Left
</div>
<div class="column-right">
# Right
</div>