feat: ✨ use ref image gallery in content files
BIN
src/img/sebin/ref-clothes-1.png
Normal file
After Width: | Height: | Size: 784 KiB |
BIN
src/img/sebin/ref-clothes-2.png
Normal file
After Width: | Height: | Size: 12 MiB |
BIN
src/img/sebin/ref-clothes-3.png
Normal file
After Width: | Height: | Size: 102 KiB |
BIN
src/img/sebin/ref-clothes-4.png
Normal file
After Width: | Height: | Size: 1.4 MiB |
BIN
src/img/sebin/ref-muscle-1.png
Normal file
After Width: | Height: | Size: 2.4 MiB |
BIN
src/img/sebin/ref-muscle-2.png
Normal file
After Width: | Height: | Size: 2.4 MiB |
BIN
src/img/sebin/ref-muscle-3.png
Normal file
After Width: | Height: | Size: 2.1 MiB |
BIN
src/img/sebin/ref-muscle-4.png
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
src/img/sebin/ref-muscle-5.png
Normal file
After Width: | Height: | Size: 1.8 MiB |
BIN
src/img/sebin/ref-muscle-6.png
Normal file
After Width: | Height: | Size: 1.7 MiB |
BIN
src/img/sebin/ref-muscle-7.png
Normal file
After Width: | Height: | Size: 2 MiB |
BIN
src/img/sebin/ref-muscle-8.png
Normal file
After Width: | Height: | Size: 2.3 MiB |
BIN
src/img/sebin/ref-muscle-9.png
Normal file
After Width: | Height: | Size: 1.8 MiB |
|
@ -23,6 +23,53 @@ refs:
|
|||
alt: Sebin's upper body closeup
|
||||
artist: Nidhogg
|
||||
href: https://bsky.app/profile/nidthedragon.bsky.social
|
||||
gallery: [
|
||||
{
|
||||
alt: Sebin looking aloof (but chill),
|
||||
artist: Usurp,
|
||||
href: https://bsky.app/profile/usurpthem.bsky.social
|
||||
},
|
||||
{
|
||||
alt: Sebin getting ready to lift,
|
||||
artist: Ziva,
|
||||
href: https://bsky.app/profile/zivamonstr.bsky.social
|
||||
},
|
||||
{
|
||||
alt: Sebin after a heavy sesh,
|
||||
artist: Rei,
|
||||
href: https://bsky.app/profile/purpledragonrei.bsky.social
|
||||
},
|
||||
{
|
||||
alt: Sebin bringing out the big guns,
|
||||
artist: tandragonsynth,
|
||||
href: https://www.furaffinity.net/user/tandragonsynth
|
||||
},
|
||||
{
|
||||
alt: Sebin flexing,
|
||||
artist: Darknaig,
|
||||
href: https://bsky.app/profile/darknaig.bsky.social
|
||||
},
|
||||
{
|
||||
alt: Sebin showing off the goods,
|
||||
artist: CronoLM,
|
||||
href: https://bsky.app/profile/cronolm.bsky.social
|
||||
},
|
||||
{
|
||||
alt: Sebin soaping up,
|
||||
artist: (o)reo,
|
||||
href: https://bsky.app/profile/oreowoof.bsky.social
|
||||
},
|
||||
{
|
||||
alt: Sebin at the beach,
|
||||
artist: WolfieCanem,
|
||||
href: https://bsky.app/profile/wolfiecanem.bsky.social
|
||||
},
|
||||
{
|
||||
alt: Sebin flexing,
|
||||
artist: sabertoofs,
|
||||
href: https://bsky.app/profile/sabertoofs.bsky.social
|
||||
}
|
||||
]
|
||||
---
|
||||
|
||||
<ref-img
|
||||
|
@ -95,4 +142,17 @@ Sebin is very concerned with an even distribution of muscle mass, but pays parti
|
|||
|
||||
## Additional Muscle References
|
||||
|
||||
<ref-gallery webc:nokeep></ref-gallery>
|
||||
An assortment of additional references how Sebin can be drawn.
|
||||
|
||||
<ref-gallery webc:nokeep>
|
||||
<ref-img webc:for="ref of [...Array(9).keys()]"
|
||||
:char="firstName.toLowerCase()"
|
||||
:src="`ref-muscle-${ref + 1}.png`"
|
||||
:alt="gallery[ref].alt"
|
||||
:artist="gallery[ref].artist"
|
||||
:href="gallery[ref].href"
|
||||
:width="[500, 1000]"
|
||||
:dropshadow="false"
|
||||
webc:nokeep
|
||||
></ref-img>
|
||||
</ref-gallery>
|
||||
|
|
|
@ -2,20 +2,41 @@
|
|||
eleventyNavigation:
|
||||
key: Clothing
|
||||
order: 5
|
||||
images: []
|
||||
gallery: [
|
||||
{
|
||||
alt: Sebin's casual outfit,
|
||||
artist: coffeerelated,
|
||||
href: https://bsky.app/profile/sulyyasprings.bsky.social
|
||||
},
|
||||
{
|
||||
alt: Sebin's cold weather outfit,
|
||||
artist: Lara Belém,
|
||||
href: https://x.com/la_scarabie
|
||||
},
|
||||
{
|
||||
alt: Sebin's workout attire,
|
||||
artist: Atlas,
|
||||
href: https://twitter.com/turquoize_art
|
||||
},
|
||||
{
|
||||
alt: Sebin in his favorite boxers,
|
||||
artist: Fern,
|
||||
href: https://bsky.app/profile/thenamelesshare.bsky.social
|
||||
}
|
||||
]
|
||||
---
|
||||
|
||||
Sebin knows how to dress!
|
||||
|
||||
<gallery webc:nokeep>
|
||||
<ref-img
|
||||
webc:for="image of images"
|
||||
<ref-gallery webc:nokeep>
|
||||
<ref-img webc:for="ref of Array(4).keys()"
|
||||
:char="firstName.toLowerCase()"
|
||||
:src="`ref-clothes-${ref + 1}.png`"
|
||||
:alt="gallery[ref].alt"
|
||||
:artist="gallery[ref].artist"
|
||||
:href="gallery[ref].href"
|
||||
:width="[500, 1000]"
|
||||
:dropshadow="false"
|
||||
webc:nokeep
|
||||
:src="image.src"
|
||||
:alt="image.alt"
|
||||
:width="[500, 1000]"
|
||||
:artist="image.artist"
|
||||
:href="image.href"
|
||||
:dropshadow="true"
|
||||
></ref-img>
|
||||
</gallery>
|
||||
</ref-gallery>
|
||||
|
|