The configuration is in reveal-md.json
in root directory.
{
"theme": "arte.css", // Edit the slide theme
"highlightTheme": "night-owl" // Edit the code theme
}
This project requires docker
or node
.
make start-docker
Your talk is now available at http://localhost:1948/slides.md#/
make build-docker
HTML files are in public
directory
make pdf-docker
slides.pdf
is generate in the root
make install
make start
Your talk is now available at http://localhost:1948/slides.md#/
make build
HTML files are in public
directory