1
0

add initial marp implementation with sample content and build configuration

This commit is contained in:
2025-09-13 18:13:22 +02:00
parent dcacc9b409
commit e5f219507f
10319 changed files with 1402023 additions and 0 deletions

46
slides/01-intro.md Normal file
View File

@@ -0,0 +1,46 @@
---
marp: true
theme: gaia
paginate: true
backgroundColor: #fff
---
# Welcome to Malta Slides
## A Marp Presentation Deck
This is a sample slide deck created with Marp.
---
# How to Use Marp
- Write slides in Markdown
- Separate slides with `---`
- Use frontmatter for configuration
- Export to HTML, PDF, or PowerPoint
---
# Features
- **Built-in themes**: default, gaia, uncover
- **Directives**: customize slide appearance
- **Image support**: with sizing and positioning
- **Math typesetting**: using KaTeX
- **Auto-scaling**: fit content automatically
---
# Getting Started
1. Edit slides in `slides/` directory
2. Run `npm run build` to generate HTML
3. Use `npm run dev` for live preview
4. Export with `npm run export:pdf` or `npm run export:html`
---
# Thank You!
Questions?