Skip to content

lotusnprod/lotus-presentations

Repository files navigation

Lotus-presentations

Overview

The presentations corresponding to the different talks given in the frame of the lotus-initiative.

Each talk corresponds to a subfolder.

To create a new one, simply start from an older one and everything should build easily, thanks to bjonnh !

Generation of the presentations

Again, the whole process is explained in the main doc of the repo.
But, as a reminder, here is just the final command:

bash build.sh

Generation of the pages

If you want your presentation to be indexed on the following page, then just create an additional yourPresentation.md file corresponding to yourSubfolder/ where your index.html is located

Then fill it accordingly:

---
title: yourPresentation
layout: template
filename: yourSubfolder/index.html
---