Go to file
nold 7fbe81e514 index 2020-06-09 07:45:01 +02:00
css New stuff 2020-04-27 16:50:25 +02:00
examples Moved original sources to /examples 2020-03-31 07:53:52 +02:00
fonts Add: Font Roboto Slab 2020-03-17 09:33:54 +01:00
html Make sure the HTML output directory is available for make 2019-03-16 18:27:42 -04:00
images fix image 2020-06-09 07:23:47 +02:00
markdown index 2020-06-09 07:45:01 +02:00
reveal.js@eaf3988311 Switch the reveal.js submodule to track the upstream 2020-01-30 19:51:12 -05:00
theme 8: Add a .larger utility class to the custom CSS 2020-01-30 21:22:41 -05:00
.gitignore Move *.md to markdown/ and put *.html in html/ 2019-03-16 18:11:11 -04:00
.gitlab-ci.yml New stuff 2020-04-27 16:50:25 +02:00
.gitmodules Switch the reveal.js submodule to track the upstream 2020-01-30 19:51:12 -05:00
Dockerfile Add: Dockerfile & build using docker 2020-03-07 12:10:52 +01:00
Dockerfile.nginx Add Dockerfile.nginx 2020-04-28 07:08:25 +00:00
LICENSE.txt Add the Creative Commons Attribution-ShareAlike 4.0 International License 2019-02-26 18:03:56 -05:00
Makefile Merge remote-tracking branch 'upstream/master' 2020-04-28 09:12:05 +02:00
README.md Add a simple listing of the available presentations 2019-03-16 18:47:40 -04:00
index.md index 2020-06-09 07:45:01 +02:00

README.md

Benji's Slide Decks

Live demo

See the generated presentations on my GitLab Pages.

Quick Start

git clone --recurse-submodules git@gitlab.com:benjifisher/slide-decks.git
cd slide-decks
make

This will create html/example.html from the markdown source markdown/example.md.

Make targets

You can also make FILE.html when markdown/FILE.md is any available source file. The output will be created in the html/ directory.

The command make build will create HTML files in the html/ directory for all sources markdown/*.md.

Version of Reveal.js

This repository includes Isovera'a fork of reveal.js as a git submodule. You may prefer to start with the original. If you do, then you will have to adjust the theme reference in the existing presentations.


Creative Commons License
Benji's Slide Decks by Benji Fisher is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.