Skip to content

Commit

Permalink
update example site to mention PDF slideshow embedding
Browse files Browse the repository at this point in the history
  • Loading branch information
xaprb committed Jun 3, 2019
1 parent d1bc3c9 commit 84934d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions exampleSite/content/talks/a-future-talk.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ You'll have to add `buildFuture: true` to your site's `config.yaml` to enable
this setting. Talks pages that are in the future won't appear on the homepage
or in your RSS feeds; they'll only appear in the `/talks/` list page of your
site.

This page also illustrates that you can use PDF slides. Story uses PDF.js to embed a slide viewer.
So you don't have to build slides in RemarkJS, you can host them yourself, like Slideshare (but better).
<!--more-->
5 changes: 3 additions & 2 deletions exampleSite/content/talks/adirondack.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ If you look at the content that results from those commands, most of the
defaults are basically prepopulated for you, such as links between them.

Story supports "future talks," meaning that you can post a talk with a future
date, and it'll appear only in the right places at the right times. See [future
talks](/talks/a-future-talk/) for more on that.
date, and it'll appear only in the right places at the right times. Story also
supports PDF slides; you can host your own PDFs embedded with PDF.js. See [future
talks](/talks/a-future-talk/) for more on these topics.

Read next: [Story's amazing Markdown-based presentation engine](/slides/adirondack/).

0 comments on commit 84934d4

Please sign in to comment.