This commit is contained in:
parent
a135173a4a
commit
1e7f5f20b9
|
@ -1 +1 @@
|
||||||
Subproject commit 33bed47daca3f08c396215415e6ece005970734a
|
Subproject commit 15815efe05ca69c35ce66cfdbf93316e1db66ecb
|
|
@ -4,7 +4,7 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>{{ title }}</title>
|
<title>{{ title }}</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="stylesheet" href="../_assets/reveal.js/css/reveal.css">
|
<link rel="stylesheet" href="../_assets/reveal.js/dist/reveal.css">
|
||||||
<link rel="stylesheet" href="../_assets/reveal.js/css/print/pdf.css" media="print">
|
<link rel="stylesheet" href="../_assets/reveal.js/css/print/pdf.css" media="print">
|
||||||
<link rel="stylesheet" href="{{ theme }}">
|
<link rel="stylesheet" href="{{ theme }}">
|
||||||
<link rel="stylesheet" href="../_assets/highlight.js/solarized-dark.css">
|
<link rel="stylesheet" href="../_assets/highlight.js/solarized-dark.css">
|
||||||
|
@ -22,8 +22,12 @@
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="../_assets/reveal.js/js/reveal.js"></script>
|
<script type="module">
|
||||||
<script>
|
import Reveal from '../_assets/reveal.js/dist/reveal.esm.js'
|
||||||
|
import Highlight from '../_assets/reveal.js/plugin/highlight/highlight.esm.js'
|
||||||
|
import Zoom from '../_assets/reveal.js/plugin/zoom/zoom.esm.js'
|
||||||
|
import Notes from '../_assets/reveal.js/plugin/notes/notes.esm.js'
|
||||||
|
|
||||||
Reveal.initialize({
|
Reveal.initialize({
|
||||||
controls: {{ controls | lower }},
|
controls: {{ controls | lower }},
|
||||||
progress: {{ progress | lower }},
|
progress: {{ progress | lower }},
|
||||||
|
@ -39,23 +43,7 @@
|
||||||
transition: '{{ transition }}',
|
transition: '{{ transition }}',
|
||||||
backgroundTransition: '{{ background_transition }}',
|
backgroundTransition: '{{ background_transition }}',
|
||||||
|
|
||||||
//math: {
|
plugins: [ Highlight, Zoom, Notes ],
|
||||||
// mathjax: '../_assets/MathJax/unpacked/MathJax.js',
|
|
||||||
// config: 'TeX-AMS_HTML-full'
|
|
||||||
//},
|
|
||||||
|
|
||||||
dependencies: [
|
|
||||||
// Syntax highlight for <code> elements
|
|
||||||
{ src: '../_assets/reveal.js/plugin/highlight/highlight.js', async: true, callback: () => hljs.initHighlightingOnLoad() },
|
|
||||||
// Zoom in and out with Alt+click
|
|
||||||
{ src: '../_assets/reveal.js/plugin/zoom-js/zoom.js', async: true },
|
|
||||||
// Speaker notes
|
|
||||||
{ src: '../_assets/reveal.js/plugin/notes/notes.js', async: true },
|
|
||||||
{% if mathjax -%}
|
|
||||||
// LaTeX rendering
|
|
||||||
//{ src: '../_assets/reveal.js/plugin/math/math.js', async: true }
|
|
||||||
{%- endif %}
|
|
||||||
]
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@import url(../_assets/reveal.js/css/theme/black.css);
|
@import url(../_assets/reveal.js/dist/theme/black.css);
|
||||||
@import url(../_assets/fonts/TeXGyreAdventor/index.css);
|
@import url(../_assets/fonts/TeXGyreAdventor/index.css);
|
||||||
sup {
|
sup {
|
||||||
font-size: 0.75em !important;
|
font-size: 0.75em !important;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@import "../_assets/reveal.js/css/theme/black.css";
|
@import "../_assets/reveal.js/dist/theme/black.css";
|
||||||
@import "../_assets/fonts/Rajdhani/index.css";
|
@import "../_assets/fonts/Rajdhani/index.css";
|
||||||
|
|
||||||
.reveal h1,
|
.reveal h1,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@import "../_assets/reveal.js/css/theme/black.css";
|
@import "../_assets/reveal.js/dist/theme/black.css";
|
||||||
@import "../_assets/fonts/Rajdhani/index.css";
|
@import "../_assets/fonts/Rajdhani/index.css";
|
||||||
@import "../_assets/styles/quote.css";
|
@import "../_assets/styles/quote.css";
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -1,4 +1,4 @@
|
||||||
@import "../_assets/reveal.js/css/theme/black.css";
|
@import "../_assets/reveal.js/dist/theme/black.css";
|
||||||
@import "../_assets/fonts/Fira Sans/index.css";
|
@import "../_assets/fonts/Fira Sans/index.css";
|
||||||
@import "../_assets/styles/quote.css";
|
@import "../_assets/styles/quote.css";
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@import "../_assets/reveal.js/css/theme/black.css";
|
@import "../_assets/reveal.js/dist/theme/black.css";
|
||||||
@import "../_assets/fonts/Rajdhani/index.css";
|
@import "../_assets/fonts/Rajdhani/index.css";
|
||||||
@import "../_assets/styles/quote.css";
|
@import "../_assets/styles/quote.css";
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@import url(../_assets/reveal.js/css/theme/black.css);
|
@import url(../_assets/reveal.js/dist/theme/black.css);
|
||||||
@import url(../_assets/fonts/TeXGyreAdventor/index.css);
|
@import url(../_assets/fonts/TeXGyreAdventor/index.css);
|
||||||
|
|
||||||
.reveal,
|
.reveal,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@import "../_assets/reveal.js/css/theme/black.css";
|
@import "../_assets/reveal.js/dist/theme/black.css";
|
||||||
@import "../_assets/fonts/Iosevka/index.css";
|
@import "../_assets/fonts/Iosevka/index.css";
|
||||||
|
|
||||||
.reveal code {
|
.reveal code {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@import "../_assets/reveal.js/css/theme/black.css";
|
@import "../_assets/reveal.js/dist/theme/black.css";
|
||||||
@import "../_assets/fonts/Fira Sans/index.css";
|
@import "../_assets/fonts/Fira Sans/index.css";
|
||||||
|
|
||||||
body * {
|
body * {
|
||||||
|
|
Binary file not shown.
|
@ -1,4 +1,4 @@
|
||||||
@import "../_assets/reveal.js/css/theme/black.css";
|
@import "../_assets/reveal.js/dist/theme/black.css";
|
||||||
@import "../_assets/fonts/Fira Sans/index.css";
|
@import "../_assets/fonts/Fira Sans/index.css";
|
||||||
|
|
||||||
.reveal h1,
|
.reveal h1,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@import "../_assets/reveal.js/css/theme/black.css";
|
@import "../_assets/reveal.js/dist/theme/black.css";
|
||||||
@import "../_assets/fonts/Fira Sans/index.css";
|
@import "../_assets/fonts/Fira Sans/index.css";
|
||||||
|
|
||||||
.reveal h1,
|
.reveal h1,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@import "../_assets/reveal.js/css/theme/black.css";
|
@import "../_assets/reveal.js/dist/theme/black.css";
|
||||||
@import "../_assets/fonts/Fira Sans/index.css";
|
@import "../_assets/fonts/Fira Sans/index.css";
|
||||||
|
|
||||||
.reveal h1,
|
.reveal h1,
|
||||||
|
|
Reference in a new issue