annotate slides.cfg @ 13:3547bba86af2

Removed *.html from .hgignore because we are using our own theme now (that includes a base.html file), and it is convenient to control the generated presentation since I won't necessarily have Python and landslide installed on every computer I want to give the presentation.
author Brian Neal <bgneal@gmail.com>
date Wed, 30 Nov 2011 18:46:32 -0600
parents 727c48601d66
children
rev   line source
bgneal@1 1 [landslide]
bgneal@1 2 source = slides.rst
bgneal@1 3 destination = slides.html
bgneal@1 4 css = slides.css
bgneal@1 5 relative = True
bgneal@1 6 linenos = inline
bgneal@12 7 theme = ./my_theme