fundeen-marp-theme
v0.1.5
Published
Fundeen Marp theme for presentations
Maintainers
Readme
Fundeen Marp Theme
Tema de Marp con el branding oficial de Fundeen para presentaciones internas y externas.
Instalación
npm install @fundeen/marp-theme @marp-team/marp-cliCrea un .marprc.yml en tu proyecto:
theme: ./node_modules/@fundeen/marp-theme/fundeen.css
html: trueUso rápido
---
marp: true
theme: fundeen
paginate: true
---
<!-- _class: title -->
# Título de la presentación
## Subtítulo
---
# Slide de contenido
- Punto uno
- Punto dosExportar
npx marp slides.md --pdf # PDF
npx marp slides.md --pptx # PowerPoint
npx marp slides.md --preview # Preview en navegadorLayouts disponibles
| Clase | Uso |
|---|---|
| title | Portada |
| section | Separador de capítulo |
| index | Índice |
| accent | Destacado con borde |
| light | Fondo blanco |
| cols | Dos columnas |
| lead | Texto grande centrado |
| end | Slide de cierre |
VS Code
Instala Marp for VS Code y añade a .vscode/settings.json:
{
"markdown.marp.themes": ["node_modules/@fundeen/marp-theme/fundeen.css"],
"markdown.marp.enableHtml": true
}Releases
npm run release # patch 0.1.0 → 0.1.1
npm run release:minor # minor 0.1.0 → 0.2.0
npm run release:major # major 0.1.0 → 1.0.0
```+Plex+Sans) from Google Fonts automatically. No local install needed.