author | date |
---|---|
hasp |
20240929 |
Note
Consider to use the reveal-md template if you are not going to setup presentations with github pages.
A template to generate reveal.js markdown presentation repositories with reveal.js as submodule.
This template uses reveal.js version 5.1.0 (see reveal.js (github) for latest reveal.js tag). See how to host reveal.js on github-pages on how to update to a newer version.
Have a look at the demo github pages of this template repo: https://litec-tmpl.github.io/tmpl-reveal.js/.
- Create a new github repo which uses this template.
- start with a public repo and change this to a private after complete setup
- Activate github pages within this repository (see
Settings -> Pages
) - most of the time using the main branch is ok. - If you clone the repo locally:
- Get the submodule files with
git submodule update --init --recursive
. - Checkout the latest reveal.js commit from master with
git submodule update --remote
. - For testing purposes run a local server - for example with
vscode
andlive server
plugin.
- Get the submodule files with
- Add own markdown files (sadly without yaml header!) and adapt
index.html
accordingly. - Upload (commit/push) changes to github.
- Have a look at
index.html
and fix the@TODO
's.
For a detailed explanation see pachanero-revealjs-template.