first commit
This commit is contained in:
59
content/_index.md
Normal file
59
content/_index.md
Normal 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 !
|
||||
|
||||
Reference in New Issue
Block a user