add initial marp implementation with sample content and build configuration
This commit is contained in:
46
slides/01-intro.md
Normal file
46
slides/01-intro.md
Normal 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?
|
||||
Reference in New Issue
Block a user