Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xaprb/story.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exampleSite/content/talks/a-future-talk.md3
-rw-r--r--exampleSite/content/talks/adirondack.md5
2 files changed, 6 insertions, 2 deletions
diff --git a/exampleSite/content/talks/a-future-talk.md b/exampleSite/content/talks/a-future-talk.md
index b0bccd5..e39ed18 100644
--- a/exampleSite/content/talks/a-future-talk.md
+++ b/exampleSite/content/talks/a-future-talk.md
@@ -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-->
diff --git a/exampleSite/content/talks/adirondack.md b/exampleSite/content/talks/adirondack.md
index 7c99ead..d78b58c 100644
--- a/exampleSite/content/talks/adirondack.md
+++ b/exampleSite/content/talks/adirondack.md
@@ -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/).