This repository contains different presentations given by T. Teijeiro as a BCAM researcher. The slides of each presentation are in a different branch, with this README file updated accordingly.
Slides are created with Reveal.js, and deployed using Github pages. Only one presentation is deployed at a given time.
For a proper export to pdf
, run the following command (adjusting the --max-slides
flag accordingly):
$ docker run --rm -t --net=host -v `pwd`:/slides -v "/usr/share/fonts:/home/node/.local/share/fonts" astefanutti/decktape generic --key=" " --max-slides=50 index.html slides.pdf
The current Theme is named BCAM and is a modification of white. If you want to modify it, or add additional CSS rules, this should be done in css/theme/source/bcam.scss
. Then, this file should be compiled with SASS as follows:
$ sass css/theme/source/bcam.scss dist/theme/bcam.css