2024-09-28 04:10:24 +00:00
|
|
|
preview lecture:
|
|
|
|
marp -pw --html --theme custom-theme.css {{lecture}}/slides.md
|
|
|
|
|
2024-09-26 04:57:11 +00:00
|
|
|
slides:
|
|
|
|
for file in `ls */slides.md`; do \
|
2024-09-28 04:10:24 +00:00
|
|
|
marp --theme custom-theme.css $file; \
|
2024-09-26 04:57:11 +00:00
|
|
|
done
|