reveal-jekyll 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 86c23bed672113ecc49e483c9c9aabc1e23a4d1b6d0d5f757aaa910f07a9d0ce
4
- data.tar.gz: bdf8cfd084bc467c20f46f6f4dee23bc57eae7edcc4e496aaeb38cd6a18c4aa9
3
+ metadata.gz: ce7bf9576ac5a9c8579e7acd3cf6748a1b865b37a543f520d9e052afa49aa575
4
+ data.tar.gz: cd0b1c0e22f7af8cf6602275a5f0e0cefefb9c39b8bbc1dbe67222b25a152306
5
5
  SHA512:
6
- metadata.gz: 410a5dd63ee247f84fc79633f420c816bc08d7817222e20d8c52caae5b56ecfe822fcd1045a1ed6d98f2365debedd6fefd421a41343ad1a0d0c66abc2073a1cc
7
- data.tar.gz: 0aa52a9a7d1947aa5396d3b98b8774a24a13173a358eafafe202174cb479c5fafd306ea352cbe12e5f3fb9b8b65b386e321cb156b92251d2806679b5cf6c5b2b
6
+ metadata.gz: e963bb3db643211f56f6ff0b87e380e5ac3e7238541adfa702126759dd014ff96a1241c1cfbc89b4653b611c397ddcacd3d846d0d6ce06ded091890f8d792a0c
7
+ data.tar.gz: 01a55cb8bbcb49c61257caffec6ccee2881d5c1337960eae8efccd6eccbc649f999eabd7419b0aee2e79f6730cb184ffeb5cb61189569820a54230aaba615cbc
data/README.md CHANGED
@@ -83,6 +83,17 @@ reveal:
83
83
 
84
84
  You can set globally the transitions and theme of your presentation.
85
85
 
86
+ ### Export presentation
87
+
88
+ To export the presentation use `?print-pdf` at the end of the url to be able to save the page as PDF:
89
+
90
+ ```
91
+ <url>:<port>/<base url>/?print-pdf
92
+ ```
93
+
94
+ Try it at https://sylhare.github.io/Reveal-Jekyll/?print-pdf
95
+
96
+
86
97
  ### Use as a gem
87
98
 
88
99
  There is a `Dockerfile` available, check it out to see how to use the theme in a Docker.
@@ -1,6 +1,6 @@
1
1
  <head>
2
2
  <meta charset="utf-8">
3
- <title>reveal.js – The HTML Presentation Framework</title>
3
+ <title>{{ site.reveal.title }}</title>
4
4
  <meta name="description" content="A framework for easily creating beautiful presentations using HTML">
5
5
  <meta name="author" content="Hakim El Hattab">
6
6
 
@@ -22,4 +22,6 @@
22
22
  ]
23
23
  });
24
24
 
25
+ {% if site.reveal.number %} Reveal.configure({ slideNumber: "{{ site.reveal.numberType }}" }); {% endif %}
26
+
25
27
  </script>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reveal-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - sylhare
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-17 00:00:00.000000000 Z
11
+ date: 2020-01-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll