feat: ✨ add sebin data and content
This commit is contained in:
parent
e0e41ef1a2
commit
4eb6fe0e3a
17 changed files with 399 additions and 0 deletions
21
src/sebin/clothing.md
Normal file
21
src/sebin/clothing.md
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue