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

github.com/zzossig/hugo-theme-zzo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorzzossig <zzossig@gmail.com>2019-12-02 12:46:53 +0300
committerzzossig <zzossig@gmail.com>2019-12-02 12:46:53 +0300
commite08ce9b022d964ec157118f7c38d276f535c8c3c (patch)
treec1ee3d8c32bb2febc8d8bed7b93d90a7a68a1095 /data
parentb1a0dc31db48471ea71cf858b2ad0f7d2091f1ca (diff)
reveal.js basic usage completed
Diffstat (limited to 'data')
-rw-r--r--data/lib.toml20
-rw-r--r--data/reveal.json50
2 files changed, 70 insertions, 0 deletions
diff --git a/data/lib.toml b/data/lib.toml
index a924a4c..94e6dc0 100644
--- a/data/lib.toml
+++ b/data/lib.toml
@@ -93,6 +93,26 @@
sri = "sha256-ypJ65b+4BwdfsQtz1URdUBhJ9L5ijdovxTOdG+x5hsE="
url = "https://cdn.jsdelivr.net/npm/reveal.js@3.8.0/plugin/markdown/marked.js"
+[reveal.plugin.zoom]
+ sri = "sha256-uAloG+rCINEePb2uywDNOmCrqGMrmoUXmHuE1fkfY4c="
+ url = "https://cdn.jsdelivr.net/npm/reveal.js@3.8.0/plugin/zoom-js/zoom.js"
+
+[reveal.plugin.pdf]
+ sri = "sha256-dH417paeQ8K6NMOoN851hbCUhaqM3WNoYhUsF8XIO7Y="
+ url = "https://cdn.jsdelivr.net/npm/reveal.js@3.8.0/plugin/print-pdf/print-pdf.js"
+
+[reveal.plugin.notes]
+ sri = "sha256-9LcG9aeNsvtSY7pwhogBjIIk59RBHsCrzDCMqprz8s8="
+ url = "https://cdn.jsdelivr.net/npm/reveal.js@3.8.0/plugin/notes/notes.js"
+
+[reveal.plugin.math]
+ sri = "sha256-bK1uz5M75u2F4FETA7KN5z6q00VjiSZQPnDDnlcT9Lg="
+ url = "https://cdn.jsdelivr.net/npm/reveal.js@3.8.0/plugin/math/math.js"
+
+[reveal.plugin.highlight]
+ sri = "sha256-ZksQEvQYWeyyAZ67Oi6Ob1eLnb1IpmIV+IGstqKyxgw="
+ url = "https://cdn.jsdelivr.net/npm/reveal.js@3.8.0/plugin/highlight/highlight.js"
+
diff --git a/data/reveal.json b/data/reveal.json
new file mode 100644
index 0000000..c26d1c6
--- /dev/null
+++ b/data/reveal.json
@@ -0,0 +1,50 @@
+{
+ "width": "100%",
+ "height": "100%",
+ "margin": 0,
+ "minScale": 1,
+ "maxScale": 1,
+ "markdown": {
+ "smartypants": true
+ },
+ "controls": true,
+ "controlsTutorial": true,
+ "controlsLayout": "bottom-right",
+ "controlsBackArrows": "faded",
+ "progress": true,
+ "slideNumber": false,
+ "hash": false,
+ "history": false,
+ "keyboard": true,
+ "overview": true,
+ "center": true,
+ "touch": true,
+ "loop": false,
+ "rtl": false,
+ "navigationMode": "default",
+ "shuffle": false,
+ "fragments": true,
+ "fragmentInURL": false,
+ "embedded": false,
+ "help": true,
+ "showNotes": false,
+ "autoPlayMedia": null,
+ "preloadIframes": null,
+ "autoSlide": 0,
+ "autoSlideStoppable": true,
+ "defaultTiming": 120,
+ "mouseWheel": false,
+ "hideInactiveCursor": true,
+ "hideCursorTime": 5000,
+ "hideAddressBar": true,
+ "previewLinks": false,
+ "transition": "slide",
+ "transitionSpeed": "default",
+ "backgroundTransition": "fade",
+ "viewDistance": 3,
+ "parallaxBackgroundImage": "",
+ "parallaxBackgroundSize": "",
+ "parallaxBackgroundHorizontal": null,
+ "parallaxBackgroundVertical": null,
+ "display": "block"
+} \ No newline at end of file