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:
authorBaron Schwartz <xaprb@users.noreply.github.com>2018-09-17 03:09:28 +0300
committerBaron Schwartz <xaprb@users.noreply.github.com>2018-09-17 03:09:28 +0300
commit68740cb45a9cab5e4a0db1155bc9de8d83d599a4 (patch)
tree4950e6ad93b83782e524578d4147525609faef99 /exampleSite
parent0bf4d68fa98e2ccded2d60b13f66d08277d36603 (diff)
various Remark tweaks:
- Add CSS styles ;-) - Move styling into the Less/CSS where possible - Add a page explaining printing to PDF - Don't try to create a QR code unless there's a div for it
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/slides/adirondack/index.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/exampleSite/content/slides/adirondack/index.md b/exampleSite/content/slides/adirondack/index.md
index cadb20e..62629fc 100644
--- a/exampleSite/content/slides/adirondack/index.md
+++ b/exampleSite/content/slides/adirondack/index.md
@@ -40,6 +40,7 @@ These characteristics make it easy to build gorgeous slideshows. They're also
a great foundation for creating your own themes.
---
+name: getting-started
# Getting Started
To get started, use `hugo new slides/my-presentation.md` and ensure that the
@@ -50,6 +51,7 @@ following `themes` are in the front matter, for example:
title: 'Creating Beautiful Presentations with Story'
date: "2018-04-25T09:50:00-07:00"
url: "/slides/adirondack/"
+ratio: "16:9"
themes:
- apron
- descartes
@@ -388,6 +390,20 @@ following to your slide:
The `qrcode` class is important but the rest is up to you.
+---
+# Export Your Slides To PDFs
+
+RemarkJS has support for printing slides to a PDF, using Google Chrome's print
+dialog (not the native system dialog).
+
+There are some bugs in it... but Story implements workarounds so you don't even
+need to think about it.
+
+Just print with Chrome and save to a PDF file.
+
+This works for both 16:9 and 4:3 ratio slides. Speaking of which, you select
+that with the `ratio` in the front matter, as shown on the [getting
+started](#getting-started) slide.
---
layout: true