You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
:revealjsdir: https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.9.2/
|
|
|
|
:source-highlighter: highlight.js
|
|
|
|
:highlightjs-theme: ./css/a11y-dark.css
|
|
|
|
:highlightjs-languages: asciidoc
|
|
|
|
:icons: font
|
|
|
|
:imagesdir: images/
|
|
|
|
// reveal.js config
|
|
|
|
:customcss: ./css/release-5.1.css
|
|
|
|
:revealjs_theme: moon
|
|
|
|
:revealjs_hash: true
|
|
|
|
:revealjs_width: 1650
|
|
|
|
:backend: revealjs
|
|
|
|
:revealjs_plugin_zoom: enabled
|
|
|
|
:revealjs_plugins: {math: 'https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.9.2/plugin/math/math.js'}
|
|
|
|
:stem: latexmath
|
|
|
|
|
|
|
|
== Ascidoc
|
|
|
|
|
|
|
|
The environment
|
|
|
|
|
|
|
|
https://docs.asciidoctor.org/reveal.js-converter/latest/converter/features/[]
|
|
|
|
|
|
|
|
|
|
|
|
[background-gradient="linear-gradient(to bottom, #002b36, #00b4e0)"]
|
|
|
|
== Gradient slide backgrounds
|
|
|
|
|
|
|
|
[.big-fish]
|
|
|
|
🐟
|
|
|
|
|
|
|
|
[background-gradient="radial-gradient(#002b36, #00b4e0)"]
|
|
|
|
=== Radial gradient
|
|
|
|
|
|
|
|
[.big-fish]
|
|
|
|
🐳
|
|
|
|
|
|
|
|
|
|
|
|
== Docker Swarm
|
|
|
|
|
|
|
|
image::swarm.png[height=580]
|
|
|
|
|
|
|
|
== MAth
|
|
|
|
|
|
|
|
[stem]
|
|
|
|
++++
|
|
|
|
(a + b)^2 = a^2 + 2ab + b^2
|
|
|
|
++++
|
|
|
|
|
|
|
|
[latexmath]
|
|
|
|
++++
|
|
|
|
\lim_{n \to \infty}\frac{n}{\sqrt[n]{n!}} = {\large e}
|
|
|
|
++++
|
|
|
|
|
|
|
|
[latexmath]
|
|
|
|
++++
|
|
|
|
y = x^2
|
|
|
|
++++
|
|
|
|
|
|
|
|
[latexmath]
|
|
|
|
++++++++++++++++++++++++++++++++++++++++++++
|
|
|
|
\[C = \alpha + \beta Y^{\gamma} + \epsilon\]
|
|
|
|
++++++++++++++++++++++++++++++++++++++++++++
|
|
|
|
|