60 lines
886 B
Markdown
60 lines
886 B
Markdown
+++
|
|
title = "Accueil"
|
|
outputs = ["Reveal"]
|
|
[reveal_hugo]
|
|
|
|
[[reveal_hugo.plugins]]
|
|
name = "Gallery"
|
|
source = "plugin/gallery/gallery.plugin.js"
|
|
css = "plugin/gallery/gallery.css"
|
|
|
|
+++
|
|
|
|
# Hello world !
|
|
|
|
This is my first slide.
|
|
|
|
{{< frag c="One" >}}
|
|
{{< frag c="Two" >}}
|
|
{{< frag c="Three" >}}
|
|
|
|
---
|
|
|
|
# This is the beginning
|
|
|
|
---
|
|
|
|
<ul class="gallery" data-iterations="5" data-interval="5" data-mode="full-screen">
|
|
<li><img src="images/01.webp" alt="Caption 1"></li>
|
|
<li><img src="images/02.webp" alt="Caption 2"></li>
|
|
<li><img src="images/03.webp" alt="Caption 3"></li>
|
|
</ul>
|
|
|
|
---
|
|
|
|
{{< slide background-color="#FF4081" >}}
|
|
|
|
{{% section %}}
|
|
|
|
# Hello Mars !
|
|
## Section slide 1
|
|
This is the second slide.
|
|
|
|
---
|
|
|
|
## Section slide 2
|
|
Well, the third actually !
|
|
|
|
{{% /section %}}
|
|
|
|
---
|
|
|
|
{{< slide background-image="/images/faith.png" >}}
|
|
|
|
# AND...
|
|
|
|
---
|
|
|
|
## This is the end !
|
|
|