added slides

This commit is contained in:
JKF
2026-06-01 22:21:22 +02:00
parent 51da75c7db
commit 4792bf29fb
13 changed files with 26 additions and 123 deletions
+8
View File
@@ -0,0 +1,8 @@
.PHONY: clean bib
all: clean bib compile
clean:
rm -rf ./out
compile:
marp src.md --theme ./themes/academic.css -o out/presentation.html