Skip to content
Snippets Groups Projects
Commit 92688e8f authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

add instructions for local build

parent 7b509f64
No related branches found
No related tags found
No related merge requests found
Pipeline #30485 passed
......@@ -5,3 +5,9 @@ The slides are automatically built and deployed in the CI and can be viewed at
In order to add new slides, simply add your `.md` file in this folder, and add
an entry to `index.md` such that your slides are linked from the landing page.
__Important__: In `index.md`, link to your slides using `./YOUR_FILENAME.html`, and make sure to put your link at the right position in the list.
To build one slide set locally, you need to have a current version of pandoc installed, see https://pandoc.org/installing.html. If your slide set is `my_slide_set.md`, you can translate it via
```bash
pandoc -t revealjs -s --mathjax -o test.html my_slide_set.md -V revealjs-url=https://unpkg.com/reveal.js/ -V theme=serif --include-in-header=dumux_course_header.html
```
and point your browser to the resulting `test.html`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment