Caktus Consulting Group, LLC
- OSCON
- 2013
- Designers + Developers: Collaborating on your Open Source project
- Lightning Talks
- ShipIt
Create a new virtualenv and install the requirements:
mkvirtualenv --distribute talks pip install -r conf/requirements.txt
Create a new directory for your slides. Slides should have the .rst
extension.
Build your slides with:
fab landslide:path/to/directory
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
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.
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.