add more new art

This commit is contained in:
Joshua Goins 2024-12-02 21:28:30 -05:00
parent f5629c3c35
commit 2d4309359c
4 changed files with 17 additions and 3 deletions

View file

@ -11,5 +11,6 @@
"artfight",
"fan art"
],
"title": "Take a look, inside the book"
"title": "Take a look, inside the book",
"bluesky_url": "https://bsky.app/profile/did:plc:5ilvxlpcusxk453yaudg6kyf/post/3lcdluhmits2d"
}

View file

@ -0,0 +1,13 @@
{
"alt_text": "A three-legged girl with an orange sweater and a blue skirt with socks is listening to some tunes.",
"date": "2024-12-01",
"title": "🎵🎶",
"mastodon_url": "https://mastodon.art/@redstrate/113581131943083318",
"bluesky_url": "https://bsky.app/profile/did:plc:5ilvxlpcusxk453yaudg6kyf/post/3lcc6yxofjk2k",
"pixiv_url": "https://www.pixiv.net/artworks/124830232",
"languages": {
"jp": {
"title": "三..."
}
}
}

File diff suppressed because one or more lines are too long

View file

@ -7,7 +7,7 @@
{{ .Content }}
{{ $tags := slice "fan art" "artfight" "3d" }}
{{ $tags := slice "fan art" "artfight" "3d" "3D" }}
{{ $art := .Site.GetPage "/art" }}
{{ $artworks := (where $art.RegularPagesRecursive "Type" "art") }}
{{ $fan_art := (where $artworks "Params.arttags" "intersect" $tags) }}