add more new art
This commit is contained in:
parent
f5629c3c35
commit
2d4309359c
4 changed files with 17 additions and 3 deletions
|
@ -11,5 +11,6 @@
|
||||||
"artfight",
|
"artfight",
|
||||||
"fan art"
|
"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"
|
||||||
}
|
}
|
||||||
|
|
13
data/art/2024/threelegs2.json
Normal file
13
data/art/2024/threelegs2.json
Normal 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
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
|
|
||||||
{{ $tags := slice "fan art" "artfight" "3d" }}
|
{{ $tags := slice "fan art" "artfight" "3d" "3D" }}
|
||||||
{{ $art := .Site.GetPage "/art" }}
|
{{ $art := .Site.GetPage "/art" }}
|
||||||
{{ $artworks := (where $art.RegularPagesRecursive "Type" "art") }}
|
{{ $artworks := (where $art.RegularPagesRecursive "Type" "art") }}
|
||||||
{{ $fan_art := (where $artworks "Params.arttags" "intersect" $tags) }}
|
{{ $fan_art := (where $artworks "Params.arttags" "intersect" $tags) }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue