1
0

Update presentation setup: move to root, change theme to gaia, fix image paths, adjust font size

This commit is contained in:
2025-09-14 19:37:39 +02:00
parent 93fb43c564
commit 2f33adc3d1
3 changed files with 17 additions and 11 deletions

View File

@@ -4,8 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"build": "marp --input-dir slides --output build/",
"dev": "marp --server slides/",
"build": "marp --input-dir . --output build/",
"dev": "marp --server ./",
"watch": "marp --watch slides/",
"export:pdf": "marp slides/*.md --pdf --output build/",
"export:html": "marp slides/*.md --html --output build/",