diff --git a/src/sebin/anatomy.md b/src/sebin/anatomy.md index 3bd4a24..b2a0a31 100644 --- a/src/sebin/anatomy.md +++ b/src/sebin/anatomy.md @@ -2,53 +2,6 @@ eleventyNavigation: key: Anatomy order: 2 -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 - } -] --- diff --git a/src/sebin/clothing.md b/src/sebin/clothing.md index cd08775..b271d1e 100644 --- a/src/sebin/clothing.md +++ b/src/sebin/clothing.md @@ -2,28 +2,6 @@ eleventyNavigation: key: Clothing order: 5 -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://bsky.app/profile/la-scarabie.bsky.social - }, - { - 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! @@ -31,11 +9,11 @@ Sebin knows how to dress! diff --git a/src/sebin/sebin.11tydata.json b/src/sebin/sebin.11tydata.json index fef0867..addae86 100644 --- a/src/sebin/sebin.11tydata.json +++ b/src/sebin/sebin.11tydata.json @@ -1,3 +1,72 @@ { - "layout": "character.webc" + "layout": "character.webc", + "galleryMuscle": [ + { + "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" + } + ], + "galleryClothing": [ + { + "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://bsky.app/profile/la-scarabie.bsky.social" + }, + { + "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" + } + ] }