A template project for a Github page
It is powered by reveal.js, an awesome project by Hakim El Hattab and based on and inspired by reveal-jekyll by Thomas Friese
Check out the introduction slides to see how to use this repo!
You can set up the project both locally and hosted on Github Pages.
Just fork the project, and rename your main branch to gh-pages
.
That's it :)
Clone the project including submodules using
git clone --recursive https://github.com/a-nau/markdownslides.git
The you can either install Jekyll and run it or use the provided Docker image.
We recommend using the Docker image by following these steps:
docker build -t jekyll .
docker run -v ${PWD}:/app -p 4000:4000 -it --rm --name markdownslides jekyll
For more information, also check out this blog post.
Check the examples!
Easy Markdown Slides: MIT licensed, Copyright (C) 2021 Alexander Naumann, https://a-nau.github.io