first commit

This commit is contained in:
2025-06-25 15:54:11 +02:00
commit 23e651d13a
465 changed files with 30834 additions and 0 deletions

59
content/_index.md Normal file
View File

@@ -0,0 +1,59 @@
+++
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 !