From 4c0f4bf3766ba31c2b3bafd10ace6b041d5c1e5a Mon Sep 17 00:00:00 2001
From: Sam Scholten
Date: Thu, 27 Nov 2025 15:05:22 +1100
Subject: Improve readme, justfile cleanup etc.
---
README | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
(limited to 'README')
diff --git a/README b/README
index 2aaf22f..845a62f 100644
--- a/README
+++ b/README
@@ -31,7 +31,7 @@ npx marp --config .marprc.json --pdf demo-standard.md
## Example Slide
-
+
## Available Layouts
@@ -163,6 +163,20 @@ style: |
The logo appears on all slides except the title slide.
+## Using in Another Project
+
+Copy these files:
+- `acarp.css` & `acarp-beamer.css` (themes)
+- `.marprc.json` (config)
+
+Then:
+```bash
+npm install -g @marp-team/marp-cli
+marp --config .marprc.json your-file.md
+```
+
+Or clone this repo and `just new my-talk`
+
## All Commands
```bash
@@ -171,6 +185,7 @@ just watch # Watch and auto-rebuild
just pdf # Export to PDF
just new # Create new presentation
just clean # Remove output files
+just cleanup # Clean everything including node_modules
just demo # Build demo presentations
just help # Show all commands
```
--
cgit v1.2.3