Update presentation setup: move to root, change theme to gaia, fix image paths, adjust font size
This commit is contained in:
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user