summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authorBen Burwell <hi@benburwell.com>2014-12-14 21:50:38 -0500
committerBen Burwell <hi@benburwell.com>2014-12-14 21:50:38 -0500
commit4fc914c1e4a5d45e449271a924f15c6b683c8cfe (patch)
tree188052569ea2f0058f41e26da5077fef8217cb8c /_posts
parent8eb2501589303eb2f92b411cba3ba51f840a1a05 (diff)
Publish the Showoff post
- Remove old version from drafts - Add new version to posts
Diffstat (limited to '_posts')
-rw-r--r--_posts/2014-12-14-showoff.markdown17
1 files changed, 17 insertions, 0 deletions
diff --git a/_posts/2014-12-14-showoff.markdown b/_posts/2014-12-14-showoff.markdown
new file mode 100644
index 0000000..3c743de
--- /dev/null
+++ b/_posts/2014-12-14-showoff.markdown
@@ -0,0 +1,17 @@
+---
+layout: post
+title: Showoff: Markdown for Presentations
+description: Use Showoff to make slideshows and presentations in Markdown with awesome audience interactivity.
+date: 2014-12-14 00:00:00
+category: writing
+---
+
+Recently, I had to give a presentation and decided to do some research on using Markdown. By coincidence, I had also been looking into [Puppet](https://puppetlabs.com), a flexible and powerful configuration manager, when I stumbled across [Showoff](https://github.com/puppetlabs/showoff), another Puppet Labs project.
+
+Showoff is a Ruby application that takes a Markdown file with some [special formatting](https://github.com/puppetlabs/showoff/blob/master/documentation/AUTHORING.rdoc) and transforms it into a web-accessible slideshow. As expected, you can open up a presenter view in your browser. You can also easily open up a second window to use on your projector in full screen. You can even give your audience the address for the server so they can follow along on their own screens.
+
+There are also some nice audience interactivity features, like the ability to ask questions through the web interface. These questions will be shown on the presenter's screen. Audience members also have the ability to indicate whether the presenter is moving too quickly or too slowly so that an adjustment can be made accordingly.
+
+Finally, Showoff is designed with software presentations in mind, with the ability to dynamically run Ruby, JavaScript, or Coffeescript code included in your slides. You can attach other files or labs to your slides, so audience members following along on their own devices can easily access reference materials at the appropriate time.
+
+For a small presentation like the one I was doing, a lot of the more advanced features of Showoff would have been overkill, but it still made an awesome presentation method. It was also really neat to be able to say that the slides were available on Github if anyone wanted to look at them afterwards.