Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbovel/presentation-template
https://github.com/mbovel/presentation-template
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mbovel/presentation-template
- Owner: mbovel
- Created: 2022-03-24T14:43:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T11:13:49.000Z (7 months ago)
- Last Synced: 2024-10-28T21:25:28.164Z (3 months ago)
- Language: HTML
- Size: 196 KB
- Stars: 9
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Presentation template
Generates a [reveal.js](https://revealjs.com) presentation from a markdown file using [pandoc](http://pandoc.org). Syntax highlighting is done by [highlight.js](https://highlightjs.org). PDF export is done by [decktape](https://github.com/astefanutti/decktape).
[See result](https://mbovel.github.io/presentation-template/presentation.html).
## How to build
To generate `presentation.html` and `presentation.pdf`:
```
make
```## Dependencies
- Docker