feat: 🩹 update ref image use in content files
This commit is contained in:
parent
e0d1f62eb3
commit
9da3fc2101
4 changed files with 80 additions and 12 deletions
|
@ -4,18 +4,26 @@ eleventyNavigation:
|
|||
order: 2
|
||||
refs:
|
||||
viktorRef:
|
||||
src: src/img/viktor/ref-SFW.png
|
||||
src: ref-SFW.png
|
||||
alt: Viktor Ref
|
||||
artist: sabertoofs
|
||||
href: https://bsky.app/profile/sabertoofs.bsky.social
|
||||
viktorPinup:
|
||||
src: src/img/viktor/pinup-SFW.png
|
||||
src: pinup-SFW.png
|
||||
alt: Viktor Ref
|
||||
artist: sabertoofs
|
||||
href: https://bsky.app/profile/sabertoofs.bsky.social
|
||||
---
|
||||
|
||||
<ref-img :src="refs.viktorRef.src" :alt="refs.viktorRef.alt" :artist="refs.viktorRef.artist" :href="refs.viktorRef.href" :dropshadow="true" webc:nokeep></ref-img>
|
||||
<ref-img
|
||||
:char="firstName.toLowerCase()"
|
||||
:src="refs.viktorRef.src"
|
||||
:alt="refs.viktorRef.alt"
|
||||
:artist="refs.viktorRef.artist"
|
||||
:href="refs.viktorRef.href"
|
||||
:dropshadow="true"
|
||||
webc:nokeep
|
||||
></ref-img>
|
||||
|
||||
<colors :colors="getColors()" webc:nokeep></colors>
|
||||
|
||||
|
@ -25,7 +33,15 @@ His forehead, nose, chest, belly and crotch are of light desert sand colors that
|
|||
|
||||
His cheeks, shoulders, back and thighs, in contrast, stand out with a rich walnut brown, which is also found on the sides of his tail. From the back of his head, down his spine and across the top of his tail is a continuous strip of deep dark cedar brown. Arms and legs are distinguished by a light earthy brown.
|
||||
|
||||
<ref-img :src="refs.viktorPinup.src" :alt="refs.viktorPinup.alt" :artist="refs.viktorPinup.artist" :href="refs.viktorPinup.href" :dropshadow="true" webc:nokeep></ref-img>
|
||||
<ref-img
|
||||
:char="firstName.toLowerCase()"
|
||||
:src="refs.viktorPinup.src"
|
||||
:alt="refs.viktorPinup.alt"
|
||||
:artist="refs.viktorPinup.artist"
|
||||
:href="refs.viktorPinup.href"
|
||||
:dropshadow="true"
|
||||
webc:nokeep
|
||||
></ref-img>
|
||||
|
||||
His entire body is speckled with scattered aquamarine spots, which come in pairs of one large and one small spot. The only exceptions are the spots on his cheeks and behind his lower cheek horns, which come in threes and his the top side of his snout, which sports a big single spot. Mouth, tongue, nostrils and any other tissue of his body also feature this color.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue