This commit is contained in:
myo
2026-06-03 20:18:51 +02:00
parent 691d669642
commit d61a017c19
11 changed files with 92 additions and 13 deletions
+4 -1
View File
@@ -5,4 +5,7 @@ all: clean bib compile
clean:
rm -rf ./out
compile:
marp main.md --theme ./themes/academic.css -o out/presentation.html
mkdir out
cp -r img ./out/img
marp main.md --base . -o out/presentation.html
#marp main.md --base . --allow-local-files -o out/presentation.pdf