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 +4 -4
- data/README.md +11 -0
- data/_includes/head.html +1 -1
- data/_includes/reveal.html +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce7bf9576ac5a9c8579e7acd3cf6748a1b865b37a543f520d9e052afa49aa575
|
4
|
+
data.tar.gz: cd0b1c0e22f7af8cf6602275a5f0e0cefefb9c39b8bbc1dbe67222b25a152306
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
data/_includes/head.html
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
<head>
|
2
2
|
<meta charset="utf-8">
|
3
|
-
<title>reveal.
|
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
|
|
data/_includes/reveal.html
CHANGED
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.
|
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-
|
11
|
+
date: 2020-01-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|