As a slidifiy newbee, I don't understand why the first slide has a pale green background and all the other slides have white backgrounds.
The example "Test for Slidify" at http://www.rpubs.com/ also shows this pale green first slide.
How can I control the background color of this first slidify slide?
The css defining the title slide is contained in
libraries/frameworks/io2012/slidify.css
. Here is the part that controls the title slide. You can modify it and add it to your Rmd file directly to override default styles.To do this from within an
.Rmd
file, one would add the following after theYAML
front matter section ofindex.Rmd
. This applies a white background to the title slide:Remember to re-run
slidify("index.Rmd")
to apply the change.