refactor: ♻️ move gallery data out of content pages and into json data file
This commit is contained in:
parent
9477160d92
commit
0b9a604b92
3 changed files with 76 additions and 76 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue