Compare commits
No commits in common. "fe51355bb0123c8cdcaa1fb55d83c326270d665f" and "db324091947f38f89661d039bf55ac8a62fbf3ef" have entirely different histories.
fe51355bb0
...
db32409194
2 changed files with 1 additions and 55 deletions
|
@ -1,23 +1 @@
|
||||||
---
|
En construction aussi
|
||||||
title: 'Contact'
|
|
||||||
date: '2025-05-13T21:26:00+02:00'
|
|
||||||
draft: false
|
|
||||||
ShowToc: false
|
|
||||||
cover:
|
|
||||||
hidden: false # hide everywhere but not in structured data
|
|
||||||
hiddenInList: false # hide on list pages and home
|
|
||||||
hiddenInSingle: true # hide on single page
|
|
||||||
image: "images/<image.jpg>"
|
|
||||||
alt: "<alt text>"
|
|
||||||
caption: "<text>"
|
|
||||||
relative: true # To use relative path for cover image, used in hugo Page-bundles
|
|
||||||
ShowBreadCrumbs: false
|
|
||||||
ShowPostNavLinks: true
|
|
||||||
ShowReadingTime: false
|
|
||||||
---
|
|
||||||
|
|
||||||
E-mail : {{< inline-spoiler >}}achille [arobase] achilletoupin.com{{< /inline-spoiler >}}
|
|
||||||
|
|
||||||
Signal : {{< inline-spoiler >}}merl1-19{{< /inline-spoiler >}}
|
|
||||||
|
|
||||||
Mon 06 : {{< inline-spoiler >}} Nan mais tu rêves {{< /inline-spoiler >}}
|
|
|
@ -1,32 +0,0 @@
|
||||||
<!-- https://oostens.me/posts/hugo-inline-spoiler-shortcode/ -->
|
|
||||||
|
|
||||||
<style>
|
|
||||||
.inline-spoiler {
|
|
||||||
position: relative;
|
|
||||||
display: inline-block;
|
|
||||||
cursor: help;
|
|
||||||
}
|
|
||||||
|
|
||||||
.inline-spoiler::before {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
border-radius: 1px;
|
|
||||||
color: white;
|
|
||||||
background: black;
|
|
||||||
opacity: 1;
|
|
||||||
transition: opacity 0.7s ease, transform 0.3s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
.inline-spoiler:hover::before {
|
|
||||||
opacity: 0;
|
|
||||||
transform: translateY(-50%)rotateX(80deg);
|
|
||||||
transition: opacity 1.0s ease, transform 0.5s ease;
|
|
||||||
transition-delay: 0.3s; <!-- To not accidentally reveal the spoiler when hovering over the page -->
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<span class="inline-spoiler">{{- .Inner | safeHTML -}}</span>
|
|
Loading…
Add table
Add a link
Reference in a new issue