https://github.com/aeghost/marp-template
Minimalistic Marp Framework template for using a custom theme and making presentation easily
https://github.com/aeghost/marp-template
markdown marp marp-skeleton marp-template presentation skeleton
Last synced: 8 months ago
JSON representation
Minimalistic Marp Framework template for using a custom theme and making presentation easily
- Host: GitHub
- URL: https://github.com/aeghost/marp-template
- Owner: aeghost
- Created: 2022-04-26T11:10:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-26T12:13:14.000Z (about 4 years ago)
- Last Synced: 2025-01-28T01:46:48.864Z (over 1 year ago)
- Topics: markdown, marp, marp-skeleton, marp-template, presentation, skeleton
- Language: Makefile
- Homepage:
- Size: 142 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Marp minimalistic template
## Purpose
Feel free to modify anything, the purpose is just to give a quick'n ready environnement for making a presentation using Marp Framework, with a customizable theme.
## Marp Framework
Use [Marp's documentation](https://marp.app)
## Makefile
make clean : remove builded files
make all : build the main file in all available formats (foundable in _build/)
make {format} : build the Main.{format} (available: html, pdf, pptx)
make preview : launch a webserver that let you see your presentation in real time
make _build/Main.{format}: You can use the target directly