feat: add sebin data and content

This commit is contained in:
Sebin Nyshkim 2025-04-04 18:48:00 +02:00
parent e0e41ef1a2
commit 4eb6fe0e3a
17 changed files with 399 additions and 0 deletions

21
src/sebin/clothing.md Normal file
View file

@ -0,0 +1,21 @@
---
eleventyNavigation:
key: Clothing
order: 5
images: []
---
Sebin knows how to dress!
<gallery webc:nokeep>
<ref-img
webc:for="image of images"
webc:nokeep
:src="image.src"
:alt="image.alt"
:width="[500, 1000]"
:artist="image.artist"
:href="image.href"
:dropshadow="true"
></ref-img>
</gallery>