30239-notes/Justfile

8 lines
193 B
Makefile
Raw Permalink Normal View History

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-10-11 17:38:17 +00:00
marp --theme --html custom-theme.css $file; \
2024-09-26 04:57:11 +00:00
done