diff options
| author | Sam Scholten | 2025-11-27 15:05:22 +1100 |
|---|---|---|
| committer | Sam Scholten | 2025-11-27 15:05:22 +1100 |
| commit | 4c0f4bf3766ba31c2b3bafd10ace6b041d5c1e5a (patch) | |
| tree | 30e3e9e67ab981f87d3b890c3a20bc6268d5f334 /README | |
| parent | 62998b501e6d79b2d53e968103050422a301cda8 (diff) | |
| download | acarp-marp-theme-4c0f4bf3766ba31c2b3bafd10ace6b041d5c1e5a.tar.gz acarp-marp-theme-4c0f4bf3766ba31c2b3bafd10ace6b041d5c1e5a.zip | |
Improve readme, justfile cleanup etc.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -31,7 +31,7 @@ npx marp --config .marprc.json --pdf demo-standard.md ## Example Slide - +<img src="egslide.png" width="350" markdown="1"> ## 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 <file> # Watch and auto-rebuild just pdf <file> # Export to PDF just new <name> # 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 ``` |
