Skip to content

darylr/talks

 
 

Repository files navigation

Caktus Talks and Presentations

Caktus Consulting Group, LLC

Directory

Setup

Create a new virtualenv and install the requirements:

mkvirtualenv --distribute talks
pip install -r conf/requirements.txt

Landslide

Default configuration

Create a new directory for your slides. Slides should have the .rst extension.

Build your slides with:

fab landslide:path/to/directory

Custom configuration

Add a new configuration section to conf/slides.cfg, like:

[djangocon-openblock]
source = djangocon/2012/openblock
theme = conf/themes/new-caktus-theme

You can specify the standard landslide configuration options here.

Build your slides with:

fab landslide:name=djangocon-openblock

RevealJS

Create a new slide template with this command:

fab revealjs:path/to/new/directory

This will create the new directories and add a fresh index.html file.

Publishing your slides

Add your slides to git and push up to GitHub:

git add path/to/directory
git commit
git push

Add your slide URL to the list in this README.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published