Skip to content

Reveal.js Slides for different presentations I gave. Each presentation is in a specific branch.

License

Notifications You must be signed in to change notification settings

tomas-teijeiro/Slides_BCAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Presentations by T. Teijeiro

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.

Export to PDF:

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

Tuning the CSS Theme:

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

About

Reveal.js Slides for different presentations I gave. Each presentation is in a specific branch.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published