46 lines
801 B
Markdown
46 lines
801 B
Markdown
---
|
|
marp: true
|
|
theme: uncover
|
|
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? |