marp-template/README.md

32 lines
618 B
Markdown
Raw Normal View History

2023-11-10 16:03:10 +01:00
# Marp Template
This is a [Marp](https://marp.app/) template that includes
- [Rose Pine theme](https://github.com/rainbowflesh/Rose-Pine-For-Marp)
2023-11-16 15:46:57 +01:00
- [Plugin for loading files](https://github.com/cupcakearmy/markdown-it-import) (e.g. use code snippets)
2023-11-10 16:03:10 +01:00
- Sensible defaults
2023-11-10 16:10:48 +01:00
[Demo](https://cupcakearmy.github.io/marp-template)
2023-11-10 16:03:10 +01:00
## Install
> Uses [bun](https://bun.sh/).
```bash
bun i
bun run dev
# http://localhost
```
## Present
```bash
bun run build
bun run serve
# http://localhost
```
2023-11-10 16:10:48 +01:00
## Host
You can just push the built `index.html` and enable github pages for the root of the repo to get a hosted version.