diff --git a/_config.yml b/_config.yml index c6cc602..3b46d58 100644 --- a/_config.yml +++ b/_config.yml @@ -3,3 +3,4 @@ markdown: redcarpet pygments: true markdown_ext: ignoreme reveal_theme: default +reveal_transition: default diff --git a/_layouts/reveal.html b/_layouts/reveal.html index 99299eb..3642714 100644 --- a/_layouts/reveal.html +++ b/_layouts/reveal.html @@ -56,7 +56,7 @@ center: true, theme: Reveal.getQueryHash().theme, // available themes are in /css/theme - transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none + transition: '{{ site.reveal_transition }}', // default/cube/page/concave/zoom/linear/fade/none // Parallax scrolling // parallaxBackgroundImage: 'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg', diff --git a/index.html b/index.html index 15ff3b6..0c2803a 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ --- {% for post in site.posts reversed %} -
+