Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cupcakearmy/marp-template
Template for Marp presentations
https://github.com/cupcakearmy/marp-template
marp marp-template template theme
Last synced: 19 days ago
JSON representation
Template for Marp presentations
- Host: GitHub
- URL: https://github.com/cupcakearmy/marp-template
- Owner: cupcakearmy
- Created: 2023-11-10T14:53:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-16T15:23:47.000Z (about 1 year ago)
- Last Synced: 2024-10-31T14:07:19.637Z (2 months ago)
- Topics: marp, marp-template, template, theme
- Language: HTML
- Homepage: https://cupcakearmy.github.io/marp-template
- Size: 759 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Marp Template
This is a [Marp](https://marp.app/) template that includes
- [Rose Pine theme](https://github.com/rainbowflesh/Rose-Pine-For-Marp)
- [Plugin for loading files](https://github.com/cupcakearmy/markdown-it-import) (e.g. use code snippets)
- Sensible defaults[Demo](https://cupcakearmy.github.io/marp-template)
## Install
> Uses [bun](https://bun.sh/).
```bash
bun i
bun run dev
# http://localhost
```## Present
```bash
bun run build
bun run serve
# http://localhost
```## Host
You can just push the built `index.html` and enable github pages for the root of the repo to get a hosted version.