From 1734e1dc82bf4083bb8f016024fa0bec21ecde6f Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 26 Mar 2023 13:54:00 -0400 Subject: [PATCH] Add program field for art pieces --- art/alear.json | 2 +- art/candle-light.json | 1 + art/gamingforone.json | 2 +- art/girls.json | 2 +- art/grocery-shopping.json | 2 +- art/headsculpt.json | 2 +- art/itch-banner.json | 2 +- art/knockout-background.json | 2 +- art/lifeguard.json | 1 + art/orbit-correction.json | 2 +- art/viera-street.json | 2 +- art/waiting.json | 2 +- art/working-out.json | 2 +- art/workingout.json | 2 +- content/art/2019/candle-light.md | 1 + content/art/2019/lifeguard.md | 1 + content/art/2020/waiting.md | 2 +- content/art/2022/girls.md | 2 +- content/art/2022/grocery-shopping.md | 2 +- content/art/2022/headsculpt.md | 2 +- content/art/2022/knockout-background.md | 2 +- content/art/2022/orbit-correction.md | 2 +- content/art/2022/viera-street.md | 2 +- content/art/2022/working-out.md | 2 +- content/art/2022/workingout.md | 2 +- content/art/2023/alear.md | 2 +- content/art/2023/gamingforone.md | 2 +- content/art/2023/itch-banner.md | 2 +- scripts/gen_art.py | 3 +++ themes/red/layouts/_default/art-detail.html | 9 +++++++++ 30 files changed, 40 insertions(+), 24 deletions(-) diff --git a/art/alear.json b/art/alear.json index 92197a3..46b92e7 100644 --- a/art/alear.json +++ b/art/alear.json @@ -6,6 +6,6 @@ "date": "2023-02-11", "description": "Drew that protagonist from Fire Emblem Engage for a gift letter!It was just a quick thing, but man - she was difficult to draw. I just gave up partly with the hair, and couldn't get a really good shot of the arms.", "mastodon_url": "https://mastodon.art/@redstrate/109847101066035149", - "nsfw": false, + "program": "Krita", "title": "Alear" } diff --git a/art/candle-light.json b/art/candle-light.json index 2bc2fd3..7f20f2c 100644 --- a/art/candle-light.json +++ b/art/candle-light.json @@ -1,4 +1,5 @@ { "date": "2019", + "program": "Procreate", "title": "Candle Light" } diff --git a/art/gamingforone.json b/art/gamingforone.json index 13fc4df..e7181e7 100644 --- a/art/gamingforone.json +++ b/art/gamingforone.json @@ -6,7 +6,7 @@ "date": "2023-03-24", "mastodon_url": "https://mastodon.art/@redstrate/110078510315490732", "newgrounds_url": "https://www.newgrounds.com/art/view/redstrate/gaming-for-one", - "nsfw": false, "pixiv_url": "https://www.pixiv.net/en/artworks/106520839", + "program": "Krita", "title": "gaming for one" } diff --git a/art/girls.json b/art/girls.json index a68555c..30b9375 100644 --- a/art/girls.json +++ b/art/girls.json @@ -1,5 +1,5 @@ { "alt_text": "Two girls are looking at you: the one on the left has a green tank top and short gray hair, and the one on the right has a tight fitting red shirt and long brown hair.", "date": "2022-09-18", - "nsfw": false + "program": "Krita" } diff --git a/art/grocery-shopping.json b/art/grocery-shopping.json index 57690a0..3c4e910 100644 --- a/art/grocery-shopping.json +++ b/art/grocery-shopping.json @@ -7,7 +7,7 @@ "description": "This is the first proper \"finished\" drawing of Merume. I love multiarm designs so I finally broke down and came up witha concept for her. Her initial name was going to be Meru, but a quick google search showed another succubus underthat name!Right now she's heading back to her apartment, and back from a quick grocery trip. She's probably the onlyone who could comfortably make \"one trip\" ;-)", "mastodon_url": "https://mastodon.art/@redstrate/109441062876997355", "newgrounds_url": "https://www.newgrounds.com/art/view/redstrate/grocery-shopping", - "nsfw": false, "pixiv_url": "https://www.pixiv.net/en/artworks/103269375", + "program": "Procreate", "title": "grocery shopping" } diff --git a/art/headsculpt.json b/art/headsculpt.json index 33ac169..86524cb 100644 --- a/art/headsculpt.json +++ b/art/headsculpt.json @@ -3,6 +3,6 @@ "date": "2022-12-05", "description": "I heard about nomadsculpt so I wanted to try it tonight!\nI don’t really have any sculpting experience, and this is my second attempt at making a human face. I think it turned out pretty good though (but that’s mostly because I chose the angle hehe)\nThis is really good for portable sculpting and well thought out. I miss some of Blender’s tools, but it has a lot. Its also not subscription based.", "mastodon_url": "https://mastodon.art/@redstrate/109459311625828312", - "nsfw": false, + "program": "Nomadsculpt", "title": "Nomadsculpt test" } diff --git a/art/itch-banner.json b/art/itch-banner.json index 6c13f73..8dc8b9d 100644 --- a/art/itch-banner.json +++ b/art/itch-banner.json @@ -5,6 +5,6 @@ ], "date": "2023-01-15", "description": "This is the banner I did for my game jam entry, The 3D Mario-style logo was surprisingly difficult!", - "nsfw": false, + "program": "Krita, Blender", "title": "Dr. Frizzly's Logo and Banner" } diff --git a/art/knockout-background.json b/art/knockout-background.json index 817bd0b..7723b4d 100644 --- a/art/knockout-background.json +++ b/art/knockout-background.json @@ -4,6 +4,6 @@ "Mysterious Swordswoman" ], "date": "2022-10-02", - "nsfw": false, + "program": "Krita", "title": "Knockout Background #1" } diff --git a/art/lifeguard.json b/art/lifeguard.json index 09e08a3..1d57e39 100644 --- a/art/lifeguard.json +++ b/art/lifeguard.json @@ -1,4 +1,5 @@ { "date": "2019", + "program": "Procreate", "title": "Lifeguard" } diff --git a/art/orbit-correction.json b/art/orbit-correction.json index 6fc904a..3039e54 100644 --- a/art/orbit-correction.json +++ b/art/orbit-correction.json @@ -4,8 +4,8 @@ "description": "This is something a bit different from what I usually do, which is a rocket! Technically, it's really just two giant boosters.Based off of the same one in the Rebuild of Evangelion 3.0 opening, which is probably one of my favorite sequences (ever).", "mastodon_url": "https://mastodon.art/@redstrate/109544278668332564", "newgrounds_url": "https://www.newgrounds.com/art/view/redstrate/orbit-correction", - "nsfw": false, "pixiv_url": "https://www.pixiv.net/en/artworks/103753611", + "program": "Krita", "tags": [ "technical" ], diff --git a/art/viera-street.json b/art/viera-street.json index 1347c17..9854755 100644 --- a/art/viera-street.json +++ b/art/viera-street.json @@ -5,6 +5,6 @@ ], "date": "2022-11-23", "description": "As you can probably tell, I LOVE this streetwear set in FFXIV.", - "nsfw": false, + "program": "Krita", "title": "Viera Streetwear" } diff --git a/art/waiting.json b/art/waiting.json index 04124c1..311e5e6 100644 --- a/art/waiting.json +++ b/art/waiting.json @@ -1,7 +1,7 @@ { "alt_text": "A girl with small blue shorts and a tanktop is passed by a blue shiny truck in the countryside. Mountains are barely visible over the bright day in the background.", "date": "2020", - "nsfw": false, + "program": "Drawpile", "tags": [ "drawpile" ] diff --git a/art/working-out.json b/art/working-out.json index fe9e4fe..443312f 100644 --- a/art/working-out.json +++ b/art/working-out.json @@ -3,6 +3,6 @@ "date": "2022-11-26", "description": "I was initially just going to do it in grayscale like the rest of my sketches, but ended up enjoying it so much that I colored it!", "mastodon_url": "https://mastodon.art/@redstrate/109408258380892520", - "nsfw": false, + "program": "Krita", "title": "Working Out" } diff --git a/art/workingout.json b/art/workingout.json index 666d833..725dfe3 100644 --- a/art/workingout.json +++ b/art/workingout.json @@ -4,7 +4,7 @@ "description": "This is a recreation of a sketch I did in 2020, where I tried to do it in my \"new style\". I actually really liked how this turned out, all of the poses and faces turned out cute!", "mastodon_url": "https://mastodon.art/@redstrate/109312136100100717", "newgrounds_url": "https://www.newgrounds.com/art/view/redstrate/working-out", - "nsfw": false, "pixiv_url": "https://www.pixiv.net/en/artworks/102641828", + "program": "Krita", "title": "working out" } diff --git a/content/art/2019/candle-light.md b/content/art/2019/candle-light.md index 001f9af..24b2d09 100644 --- a/content/art/2019/candle-light.md +++ b/content/art/2019/candle-light.md @@ -5,4 +5,5 @@ excludefeed: true layout: art-detail filename: /art/candle-light.webp slug: candle-light +program: Procreate --- diff --git a/content/art/2019/lifeguard.md b/content/art/2019/lifeguard.md index 3570088..104a371 100644 --- a/content/art/2019/lifeguard.md +++ b/content/art/2019/lifeguard.md @@ -5,4 +5,5 @@ excludefeed: true layout: art-detail filename: /art/lifeguard.webp slug: lifeguard +program: Procreate --- diff --git a/content/art/2020/waiting.md b/content/art/2020/waiting.md index cd51aa0..531024b 100644 --- a/content/art/2020/waiting.md +++ b/content/art/2020/waiting.md @@ -7,5 +7,5 @@ alt_text: "A girl with small blue shorts and a tanktop is passed by a blue shiny slug: waiting arttags: - drawpile -nsfw: false +program: Drawpile --- diff --git a/content/art/2022/girls.md b/content/art/2022/girls.md index 5868710..4dd2008 100644 --- a/content/art/2022/girls.md +++ b/content/art/2022/girls.md @@ -4,5 +4,5 @@ layout: art-detail filename: /art/girls.webp alt_text: "Two girls are looking at you: the one on the left has a green tank top and short gray hair, and the one on the right has a tight fitting red shirt and long brown hair." slug: girls -nsfw: false +program: Krita --- diff --git a/content/art/2022/grocery-shopping.md b/content/art/2022/grocery-shopping.md index 614a829..2152115 100644 --- a/content/art/2022/grocery-shopping.md +++ b/content/art/2022/grocery-shopping.md @@ -7,9 +7,9 @@ alt_text: "A young succubus is opening up the door to her apartment. She has pal slug: grocery-shopping characters: - Merume -nsfw: false mastodon_url: https://mastodon.art/@redstrate/109441062876997355 pixiv_url: https://www.pixiv.net/en/artworks/103269375 newgrounds_url: https://www.newgrounds.com/art/view/redstrate/grocery-shopping +program: Procreate --- This is the first proper "finished" drawing of Merume. I love multiarm designs so I finally broke down and came up witha concept for her. Her initial name was going to be Meru, but a quick google search showed another succubus underthat name!Right now she's heading back to her apartment, and back from a quick grocery trip. She's probably the onlyone who could comfortably make "one trip" ;-) diff --git a/content/art/2022/headsculpt.md b/content/art/2022/headsculpt.md index 34f003b..3592a48 100644 --- a/content/art/2022/headsculpt.md +++ b/content/art/2022/headsculpt.md @@ -5,8 +5,8 @@ layout: art-detail filename: /art/headsculpt.webp alt_text: "A 3d sculpt of a short, brown haired girl. It’s only a bust." slug: headsculpt -nsfw: false mastodon_url: https://mastodon.art/@redstrate/109459311625828312 +program: Nomadsculpt --- I heard about nomadsculpt so I wanted to try it tonight! I don’t really have any sculpting experience, and this is my second attempt at making a human face. I think it turned out pretty good though (but that’s mostly because I chose the angle hehe) diff --git a/content/art/2022/knockout-background.md b/content/art/2022/knockout-background.md index 885b935..e8ebfca 100644 --- a/content/art/2022/knockout-background.md +++ b/content/art/2022/knockout-background.md @@ -7,5 +7,5 @@ alt_text: "A girl with long brown hair, and a revealing outfit is making a motio slug: knockout-background characters: - Mysterious Swordswoman -nsfw: false +program: Krita --- diff --git a/content/art/2022/orbit-correction.md b/content/art/2022/orbit-correction.md index 74dd555..ac703e1 100644 --- a/content/art/2022/orbit-correction.md +++ b/content/art/2022/orbit-correction.md @@ -7,9 +7,9 @@ alt_text: "Two rocket boosters, currently firing at full thrust. The ship is try slug: orbit-correction arttags: - technical -nsfw: false mastodon_url: https://mastodon.art/@redstrate/109544278668332564 pixiv_url: https://www.pixiv.net/en/artworks/103753611 newgrounds_url: https://www.newgrounds.com/art/view/redstrate/orbit-correction +program: Krita --- This is something a bit different from what I usually do, which is a rocket! Technically, it's really just two giant boosters.Based off of the same one in the Rebuild of Evangelion 3.0 opening, which is probably one of my favorite sequences (ever). diff --git a/content/art/2022/viera-street.md b/content/art/2022/viera-street.md index 34418c1..5fca2ab 100644 --- a/content/art/2022/viera-street.md +++ b/content/art/2022/viera-street.md @@ -7,6 +7,6 @@ alt_text: "A bunny girl is looking out into the distance, but breathing out her slug: viera-street characters: - Juritta -nsfw: false +program: Krita --- As you can probably tell, I LOVE this streetwear set in FFXIV. diff --git a/content/art/2022/working-out.md b/content/art/2022/working-out.md index 9e7aa96..e0e8f2c 100644 --- a/content/art/2022/working-out.md +++ b/content/art/2022/working-out.md @@ -5,7 +5,7 @@ layout: art-detail filename: /art/working-out.webp alt_text: "A young woman is looking to the right, and stretching out her black leggings. She iswearing a bra and looks pretty tired. She has dark purple hair." slug: working-out -nsfw: false mastodon_url: https://mastodon.art/@redstrate/109408258380892520 +program: Krita --- I was initially just going to do it in grayscale like the rest of my sketches, but ended up enjoying it so much that I colored it! diff --git a/content/art/2022/workingout.md b/content/art/2022/workingout.md index 56d4c0f..b78c84e 100644 --- a/content/art/2022/workingout.md +++ b/content/art/2022/workingout.md @@ -5,9 +5,9 @@ layout: art-detail filename: /art/workingout.webp alt_text: "Three different drawings of the same girl. She has brown hair, pale skin and dark gray eyes. She is wearing a greenish-bluecrop top, and some baggy gray sweatpants. On the left she is pointing at her leg, and standing the other leg. On the right, she isstretching one of her arms. In the last one, she is looking down at the viewer." slug: workingout -nsfw: false mastodon_url: https://mastodon.art/@redstrate/109312136100100717 pixiv_url: https://www.pixiv.net/en/artworks/102641828 newgrounds_url: https://www.newgrounds.com/art/view/redstrate/working-out +program: Krita --- This is a recreation of a sketch I did in 2020, where I tried to do it in my "new style". I actually really liked how this turned out, all of the poses and faces turned out cute! diff --git a/content/art/2023/alear.md b/content/art/2023/alear.md index 5c6a394..b18eee9 100644 --- a/content/art/2023/alear.md +++ b/content/art/2023/alear.md @@ -7,7 +7,7 @@ alt_text: "The protagonist Alear from Fire Emblem Engage. She has brightly color slug: alear characters: - Alear -nsfw: false mastodon_url: https://mastodon.art/@redstrate/109847101066035149 +program: Krita --- Drew that protagonist from Fire Emblem Engage for a gift letter!It was just a quick thing, but man - she was difficult to draw. I just gave up partly with the hair, and couldn't get a really good shot of the arms. diff --git a/content/art/2023/gamingforone.md b/content/art/2023/gamingforone.md index 9964641..dd26936 100644 --- a/content/art/2023/gamingforone.md +++ b/content/art/2023/gamingforone.md @@ -7,8 +7,8 @@ alt_text: "In the first frame: Merume is sitting in a chair, looking at a monito slug: gamingforone characters: - Merume -nsfw: false mastodon_url: https://mastodon.art/@redstrate/110078510315490732 pixiv_url: https://www.pixiv.net/en/artworks/106520839 newgrounds_url: https://www.newgrounds.com/art/view/redstrate/gaming-for-one +program: Krita --- diff --git a/content/art/2023/itch-banner.md b/content/art/2023/itch-banner.md index c8e348e..c0310af 100644 --- a/content/art/2023/itch-banner.md +++ b/content/art/2023/itch-banner.md @@ -7,6 +7,6 @@ alt_text: "The words \"Dr. Frizzly's Mega Minigame Collection\" is written in 3D slug: itch-banner characters: - Dr. Frizzly -nsfw: false +program: Krita, Blender --- This is the banner I did for my game jam entry, The 3D Mario-style logo was surprisingly difficult! diff --git a/scripts/gen_art.py b/scripts/gen_art.py index 51e4ed1..9bccecb 100644 --- a/scripts/gen_art.py +++ b/scripts/gen_art.py @@ -66,6 +66,9 @@ def parse_art_json(output_directory, filename, json_file): if "newgrounds_url" in json_data: write_field(f, 'newgrounds_url', json_data["newgrounds_url"]) + if "program" in json_data: + write_field(f, 'program', json_data["program"]) + f.write('---\n') if "description" in json_data: diff --git a/themes/red/layouts/_default/art-detail.html b/themes/red/layouts/_default/art-detail.html index 1e80e55..da4984b 100644 --- a/themes/red/layouts/_default/art-detail.html +++ b/themes/red/layouts/_default/art-detail.html @@ -41,6 +41,15 @@ {{ end }} + {{ with .Params.program }} + + Program + + {{ . }} + + + {{ end }} + {{ with .Params.mastodon_url }} Mastodon URL