diff --git a/README.md b/README.md index a4edf5f..4967251 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,7 @@ This is the source code of my personal website hosted at [redstrate.com](https:/ ## Building -You need [Hugo](https://gohugo.io/installation/) (extended edition) to build the site, and optionally Python to run miscellaneous scripts. - -To build the site, just run `hugo` and the built site will appear in `public`. +You need [Hugo](https://gohugo.io/installation/) (extended edition) to build the site. To build the site, just run `hugo` and the built site will appear in `public`. ``` $ cd redstrate.com @@ -20,11 +18,9 @@ $ cd redstrate.com $ hugo server ``` -### Art +### Gallery System -The art gallery is defined via JSON (in `art`, and other directories in site root) and uses Python to generate the front-matter Markdown files that Hugo consumes. To refresh the gallery, re-run `scripts/gen_art.py`. The files are rarely edited by hand, I use [Redai](https://codeberg.org/redstrate/Redai) to edit these. - -In `data/sizes.json`, the sizes for the images is defined and read by `scripts/gen_art.py`. Currently the script used to generate this is not public, but the format should be straight-forward to figure out. +The galleries are defined via JSON, located under `data`. The files are rarely edited by hand, I use [Redai](https://codeberg.org/redstrate/Redai) to edit these. The JSON is read by Hugo when the site is built via [Content adapters](https://gohugo.io/content-management/content-adapters/). ## License diff --git a/animation/turrets.json b/animation/turrets.json deleted file mode 100644 index 614281b..0000000 --- a/animation/turrets.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "date": "2011-12-06", - "title": "Turrets", - "tags": ["Animation", "Flipnote"] -} diff --git a/content/art/2011/_index.md b/content/art/2011/_index.md deleted file mode 100644 index 2adda08..0000000 --- a/content/art/2011/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: 2011 -layout: gallery -json: art -thumbnails: true -selectedyear: 2011 ---- diff --git a/content/art/2011/turrets.md b/content/art/2011/turrets.md deleted file mode 100644 index 1e4a285..0000000 --- a/content/art/2011/turrets.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Turrets" -date: 2011-12-06 -layout: art-detail -filename: /animation/turrets.webm -slug: turrets -animation: true -arttags: -- animation -- flipnote -width: 793 -height: 597 -thumb_width: 512 -thumb_height: 385 ---- diff --git a/content/art/2016/_index.md b/content/art/2016/_index.md deleted file mode 100644 index ba6ee73..0000000 --- a/content/art/2016/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: 2016 -layout: gallery -json: art -thumbnails: true -selectedyear: 2016 ---- diff --git a/content/art/2016/angry-gibus.md b/content/art/2016/angry-gibus.md deleted file mode 100644 index a47816b..0000000 --- a/content/art/2016/angry-gibus.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Angry Gibus" -date: 2016-01-01 -excludefeed: true -layout: art-detail -filename: /art/angry-gibus.webp -alt_text: "A well-dressed man with brown hair and a woman with red hair and glasses stand in front of an abstract background. Multiple people, invisible save for red eyes, are standing behind them." -slug: angry-gibus -program: Krita -width: 1920 -height: 2485 -thumb_width: 512 -thumb_height: 663 ---- diff --git a/content/art/2016/cactus-border.md b/content/art/2016/cactus-border.md deleted file mode 100644 index a771aa6..0000000 --- a/content/art/2016/cactus-border.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -date: 2016-01-01 -excludefeed: true -layout: art-detail -filename: /art/cactus-border.webp -alt_text: "A cactus is being held by balloons, crossing a desert. Below is the United States border, and a car is seen revving in the distance." -slug: cactus-border -program: Krita -width: 1920 -height: 1371 -thumb_width: 512 -thumb_height: 366 ---- diff --git a/content/art/2016/lantern.md b/content/art/2016/lantern.md deleted file mode 100644 index 7567ca0..0000000 --- a/content/art/2016/lantern.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Lantern" -date: 2016-01-01 -excludefeed: true -layout: art-detail -filename: /3d/lantern.glb -orbit: 122.3deg 76deg 12.79m -alt_text: "A metal old-looking lantern." -slug: lantern -threed: true -arttags: -- 3d -nsfw: false -width: 225 -height: 512 -thumb_width: 225 -thumb_height: 512 ---- diff --git a/content/art/2016/production-monitor.md b/content/art/2016/production-monitor.md deleted file mode 100644 index 12a484f..0000000 --- a/content/art/2016/production-monitor.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Cool-looking Monitor" -date: 2016-01-01 -excludefeed: true -layout: art-detail -filename: /art/production-monitor.webp -alt_text: "A metal and plastic rack-mounted monitor. It has multiple buttons, knobs and a large screen." -slug: production-monitor -arttags: -- 3d -program: Blender -width: 1920 -height: 1080 -thumb_width: 512 -thumb_height: 288 ---- diff --git a/content/art/2016/sniper-rifle.md b/content/art/2016/sniper-rifle.md deleted file mode 100644 index 70e01ed..0000000 --- a/content/art/2016/sniper-rifle.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Sniper Rifle" -date: 2016-01-01 -excludefeed: true -layout: art-detail -filename: /art/sniper-rifle.webp -alt_text: "A really basic sniper rifle, untextured and has no material." -slug: sniper-rifle -arttags: -- 3d -program: Blender -width: 1920 -height: 1080 -thumb_width: 512 -thumb_height: 288 ---- diff --git a/content/art/2016/space.md b/content/art/2016/space.md deleted file mode 100644 index 72dfea5..0000000 --- a/content/art/2016/space.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Spaceship" -date: 2016-01-01 -excludefeed: true -layout: art-detail -filename: /art/space.webp -alt_text: "A tunnel is leading to space, with Earth visible. A space ship is moving quickly, leaving the tunnel." -slug: space -arttags: -- 3d -program: Blender -width: 1920 -height: 1080 -thumb_width: 512 -thumb_height: 288 ---- diff --git a/content/art/2016/vinesauce.md b/content/art/2016/vinesauce.md deleted file mode 100644 index 4398636..0000000 --- a/content/art/2016/vinesauce.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Vinesauce Hill" -date: 2016-01-01 -excludefeed: true -layout: art-detail -filename: /art/vinesauce.webp -alt_text: "A giant mushroom with a \"V\" on it, stands upon a hill. There are glowing rays coming from the mushroom, spreading over white clouds over dusk." -slug: vinesauce -arttags: -- fan art -program: Krita -width: 1280 -height: 720 -thumb_width: 512 -thumb_height: 288 ---- -One of the earliest digital drawings I've kept, and of course it's Vinesauce! diff --git a/content/art/2017/_index.md b/content/art/2017/_index.md deleted file mode 100644 index 1ca1e7c..0000000 --- a/content/art/2017/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: 2017 -layout: gallery -json: art -thumbnails: true -selectedyear: 2017 ---- diff --git a/content/art/2017/samus.md b/content/art/2017/samus.md deleted file mode 100644 index 092fe48..0000000 --- a/content/art/2017/samus.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Unfinished Samus Wallpaper" -date: 2017-01-01 -excludefeed: true -layout: art-detail -filename: /art/samus.webp -alt_text: "Samus Aran is standing in her blue skin-tight suit, holding her gun. In the background, her suit is visible inside of an inaccessible tube." -slug: samus -characters: -- Samus -arttags: -- 3d -- fan art -program: Blender -width: 1920 -height: 1080 -thumb_width: 512 -thumb_height: 288 ---- diff --git a/content/art/2018/_index.md b/content/art/2018/_index.md deleted file mode 100644 index ac7e15d..0000000 --- a/content/art/2018/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: 2018 -layout: gallery -json: art -thumbnails: true -selectedyear: 2018 ---- diff --git a/content/art/2018/alley.md b/content/art/2018/alley.md deleted file mode 100644 index 63379fe..0000000 --- a/content/art/2018/alley.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Alley" -date: 2018-01-01 -excludefeed: true -layout: art-detail -filename: /art/alley.webp -alt_text: "An alleyway, which is untextured. Crates, buckets, pipes, and cables fill the scene and the bright moonlight lights the scene." -slug: alley -arttags: -- 3d -program: Blender -width: 899 -height: 1206 -thumb_width: 512 -thumb_height: 687 ---- diff --git a/content/art/2018/city-train.md b/content/art/2018/city-train.md deleted file mode 100644 index 0b34806..0000000 --- a/content/art/2018/city-train.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "City Train" -date: 2018-01-01 -excludefeed: true -layout: art-detail -filename: /art/city-train.webp -alt_text: "A train is passing through a metropolis, visible through the windows." -slug: city-train -arttags: -- 3d -program: Blender -width: 1920 -height: 1080 -thumb_width: 512 -thumb_height: 288 ---- diff --git a/content/art/2018/glass.md b/content/art/2018/glass.md deleted file mode 100644 index e602a8b..0000000 --- a/content/art/2018/glass.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Glass" -date: 2018-01-01 -excludefeed: true -layout: art-detail -filename: /art/glass.webp -alt_text: "A drinking glass on a plain white backgroud." -slug: glass -arttags: -- 3d -program: Blender -width: 960 -height: 540 -thumb_width: 512 -thumb_height: 288 ---- diff --git a/content/art/2018/hallway.md b/content/art/2018/hallway.md deleted file mode 100644 index 3994d3d..0000000 --- a/content/art/2018/hallway.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Hallway" -date: 2018-01-01 -excludefeed: true -layout: art-detail -filename: /art/hallway.webp -alt_text: "A untextured room, with a walkway running through it. Pipes, wires and other items decorate the scene. In the middle is one, bright light." -slug: hallway -arttags: -- 3d -program: Blender -width: 1920 -height: 1080 -thumb_width: 512 -thumb_height: 288 ---- diff --git a/content/art/2018/lemon.md b/content/art/2018/lemon.md deleted file mode 100644 index bca6ef0..0000000 --- a/content/art/2018/lemon.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Lemon" -date: 2018-01-01 -excludefeed: true -layout: art-detail -filename: /art/lemon.webp -alt_text: "A lemon, that's it." -slug: lemon -arttags: -- 3d -program: Blender -width: 1024 -height: 1024 -thumb_width: 512 -thumb_height: 512 ---- diff --git a/content/art/2018/room.md b/content/art/2018/room.md deleted file mode 100644 index 39d2046..0000000 --- a/content/art/2018/room.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Classroom" -date: 2018-01-01 -excludefeed: true -layout: art-detail -filename: /art/room.webp -alt_text: "A school classroom with yellow wallpaper and placeholder tables." -slug: room -arttags: -- 3d -program: Blender -width: 960 -height: 540 -thumb_width: 512 -thumb_height: 288 ---- diff --git a/content/art/2018/tv.md b/content/art/2018/tv.md deleted file mode 100644 index 131ee3f..0000000 --- a/content/art/2018/tv.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "TV" -date: 2018-01-01 -excludefeed: true -layout: art-detail -filename: /art/tv.webp -alt_text: "A bright television is sititng on top of a table. Cans, paper and other trash is sitting on a table in front of it." -slug: tv -arttags: -- 3d -program: Blender -width: 960 -height: 540 -thumb_width: 512 -thumb_height: 288 ---- diff --git a/content/art/2019/_index.md b/content/art/2019/_index.md deleted file mode 100644 index f397142..0000000 --- a/content/art/2019/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: 2019 -layout: gallery -json: art -thumbnails: true -selectedyear: 2019 ---- diff --git a/content/art/2019/back.md b/content/art/2019/back.md deleted file mode 100644 index b07a7d8..0000000 --- a/content/art/2019/back.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/back.webp -slug: back -program: Procreate -width: 716 -height: 1266 -thumb_width: 512 -thumb_height: 905 ---- diff --git a/content/art/2019/candle-light.md b/content/art/2019/candle-light.md deleted file mode 100644 index f1eb0d6..0000000 --- a/content/art/2019/candle-light.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Candle Light" -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/candle-light.webp -slug: candle-light -program: Procreate -width: 1024 -height: 782 -thumb_width: 512 -thumb_height: 391 ---- diff --git a/content/art/2019/chains.md b/content/art/2019/chains.md deleted file mode 100644 index cdaebb8..0000000 --- a/content/art/2019/chains.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Chains" -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/chains.webp -alt_text: "A police officer has tied up a criminal in chains, and a lot of them. The caught person is worried about what's next." -slug: chains -program: Procreate -width: 1920 -height: 1577 -thumb_width: 512 -thumb_height: 420 ---- diff --git a/content/art/2019/clock.md b/content/art/2019/clock.md deleted file mode 100644 index e5d9dad..0000000 --- a/content/art/2019/clock.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Clock" -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/clock.webp -slug: clock -program: Procreate -width: 1600 -height: 1600 -thumb_width: 512 -thumb_height: 512 ---- diff --git a/content/art/2019/cup.md b/content/art/2019/cup.md deleted file mode 100644 index 80b5dc0..0000000 --- a/content/art/2019/cup.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/cup.webp -slug: cup -program: Procreate -width: 955 -height: 1172 -thumb_width: 512 -thumb_height: 628 ---- diff --git a/content/art/2019/day4.md b/content/art/2019/day4.md deleted file mode 100644 index 95244d4..0000000 --- a/content/art/2019/day4.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/day4.webp -slug: day4 -arttags: -- sketch -program: Procreate -width: 678 -height: 1024 -thumb_width: 512 -thumb_height: 773 ---- diff --git a/content/art/2019/day6.md b/content/art/2019/day6.md deleted file mode 100644 index 16df214..0000000 --- a/content/art/2019/day6.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/day6.webp -alt_text: "A lifeguard is waving at someone in the water, while standing under an umbrella. The person recieving the greeting is laying on a surfboard." -slug: day6 -arttags: -- sketch -program: Procreate -width: 1024 -height: 949 -thumb_width: 512 -thumb_height: 475 ---- diff --git a/content/art/2019/dec1-2.md b/content/art/2019/dec1-2.md deleted file mode 100644 index 4196cc9..0000000 --- a/content/art/2019/dec1-2.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/dec1-2.webp -slug: dec1-2 -characters: -- Eugen -arttags: -- sketch -- fan art -program: Procreate -width: 999 -height: 2048 -thumb_width: 512 -thumb_height: 1050 ---- diff --git a/content/art/2019/dec1.md b/content/art/2019/dec1.md deleted file mode 100644 index 8b8ce1f..0000000 --- a/content/art/2019/dec1.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/dec1.webp -slug: dec1 -characters: -- Elisanne -arttags: -- sketch -- fan art -program: Procreate -width: 1003 -height: 2048 -thumb_width: 512 -thumb_height: 1045 ---- diff --git a/content/art/2019/dec7.md b/content/art/2019/dec7.md deleted file mode 100644 index 05bd5ec..0000000 --- a/content/art/2019/dec7.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Duel" -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/dec7.webp -alt_text: "A swordswoman defeats her combat partner in a practice match. They're in matching blue-clad outfits, and you can see light spilling out of the windows onto the floor." -slug: dec7 -arttags: -- sketch -program: Procreate -width: 1920 -height: 1822 -thumb_width: 512 -thumb_height: 486 ---- diff --git a/content/art/2019/descent.md b/content/art/2019/descent.md deleted file mode 100644 index 1192bd9..0000000 --- a/content/art/2019/descent.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/descent.webp -slug: descent -arttags: -- sketch -program: Procreate -width: 472 -height: 844 -thumb_width: 472 -thumb_height: 844 ---- diff --git a/content/art/2019/desert.md b/content/art/2019/desert.md deleted file mode 100644 index 3d9f1b8..0000000 --- a/content/art/2019/desert.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Desert" -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/desert.webp -slug: desert -arttags: -- landscape -program: Procreate -width: 1920 -height: 1342 -thumb_width: 512 -thumb_height: 358 ---- diff --git a/content/art/2019/dorks.md b/content/art/2019/dorks.md deleted file mode 100644 index ecc11a1..0000000 --- a/content/art/2019/dorks.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/dorks.webp -slug: dorks -program: Procreate -width: 1169 -height: 1813 -thumb_width: 512 -thumb_height: 794 ---- diff --git a/content/art/2019/dr-bob.md b/content/art/2019/dr-bob.md deleted file mode 100644 index 88255c2..0000000 --- a/content/art/2019/dr-bob.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/dr-bob.webp -slug: dr-bob -arttags: -- sketch -program: Procreate -width: 1024 -height: 924 -thumb_width: 512 -thumb_height: 462 ---- diff --git a/content/art/2019/drink.md b/content/art/2019/drink.md deleted file mode 100644 index db1fc1d..0000000 --- a/content/art/2019/drink.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/drink.webp -alt_text: "A bikini clad elf woman is sitting at a bar, holding a drink. She frowns, asking \"What's in my drink?\"" -slug: drink -arttags: -- sketch -program: Procreate -width: 1024 -height: 693 -thumb_width: 512 -thumb_height: 347 ---- diff --git a/content/art/2019/duel2.md b/content/art/2019/duel2.md deleted file mode 100644 index 705bc36..0000000 --- a/content/art/2019/duel2.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/duel2.webp -slug: duel2 -arttags: -- sketch -program: Procreate -width: 805 -height: 1024 -thumb_width: 512 -thumb_height: 651 ---- diff --git a/content/art/2019/duo.md b/content/art/2019/duo.md deleted file mode 100644 index ef3b9bf..0000000 --- a/content/art/2019/duo.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Duo" -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/duo.webp -alt_text: "A woman and a man are visible, but only their half body. The boy is brown haired, and clad in a green shirt. The woman is smiling, with reddish hair and a brighter red shirt." -slug: duo -program: Procreate -width: 1920 -height: 1461 -thumb_width: 512 -thumb_height: 390 ---- diff --git a/content/art/2019/eccentric-girl.md b/content/art/2019/eccentric-girl.md deleted file mode 100644 index 738c9c6..0000000 --- a/content/art/2019/eccentric-girl.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/eccentric-girl.webp -alt_text: "A long haired girl holds her head, and puts out her back in a cool pose." -slug: eccentric-girl -arttags: -- sketch -program: Procreate -width: 934 -height: 1598 -thumb_width: 512 -thumb_height: 876 ---- diff --git a/content/art/2019/eleanor.md b/content/art/2019/eleanor.md deleted file mode 100644 index 01c1fcc..0000000 --- a/content/art/2019/eleanor.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Eleanor" -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/eleanor.webp -slug: eleanor -characters: -- Eleanor -arttags: -- fan art -program: Procreate -width: 1770 -height: 2513 -thumb_width: 512 -thumb_height: 727 ---- diff --git a/content/art/2019/elisanne.md b/content/art/2019/elisanne.md deleted file mode 100644 index efa2d19..0000000 --- a/content/art/2019/elisanne.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/elisanne.webp -slug: elisanne -characters: -- Elisanne -arttags: -- fan art -program: Procreate -width: 982 -height: 2852 -thumb_width: 512 -thumb_height: 1487 ---- diff --git a/content/art/2019/fitgirl1.md b/content/art/2019/fitgirl1.md deleted file mode 100644 index 5b53d85..0000000 --- a/content/art/2019/fitgirl1.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/fitgirl1.webp -alt_text: "A woman clad in workout clothes, is showing off her muscles at you - smiling." -slug: fitgirl1 -arttags: -- sketch -program: Procreate -width: 615 -height: 1024 -thumb_width: 512 -thumb_height: 853 ---- diff --git a/content/art/2019/fitgirl2.md b/content/art/2019/fitgirl2.md deleted file mode 100644 index eb8dff0..0000000 --- a/content/art/2019/fitgirl2.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/fitgirl2.webp -alt_text: "A woman in workout clothes is making a peace sign at you." -slug: fitgirl2 -arttags: -- sketch -program: Procreate -width: 619 -height: 1024 -thumb_width: 512 -thumb_height: 847 ---- diff --git a/content/art/2019/girl-drinking-water.md b/content/art/2019/girl-drinking-water.md deleted file mode 100644 index 744a44f..0000000 --- a/content/art/2019/girl-drinking-water.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Girl Drinking Water" -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/girl-drinking-water.webp -alt_text: "A young woman is drinking some water from a glass. She has gray sweatpants, and a crop top." -slug: girl-drinking-water -program: Procreate -width: 948 -height: 1933 -thumb_width: 512 -thumb_height: 1044 ---- diff --git a/content/art/2019/great-subject.md b/content/art/2019/great-subject.md deleted file mode 100644 index 2cbee46..0000000 --- a/content/art/2019/great-subject.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Great Subject" -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/great-subject.webp -alt_text: "An artist is painting his subject on a canvas. He begins, exclaiming \"What a great subject!\". His subject being a green vase, making a weird face and holding a cigar in it's mouth." -slug: great-subject -program: Procreate -width: 1920 -height: 1342 -thumb_width: 512 -thumb_height: 358 ---- diff --git a/content/art/2019/gunpoint.md b/content/art/2019/gunpoint.md deleted file mode 100644 index cb7f8f2..0000000 --- a/content/art/2019/gunpoint.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Gunpoint" -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/gunpoint.webp -alt_text: "A man is holding a gun visible behind your view. He seems to be distressed." -slug: gunpoint -program: Procreate -width: 1024 -height: 715 -thumb_width: 512 -thumb_height: 358 ---- diff --git a/content/art/2019/hey-baby.md b/content/art/2019/hey-baby.md deleted file mode 100644 index c665091..0000000 --- a/content/art/2019/hey-baby.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/hey-baby.webp -alt_text: "A man is saying \"Hey, baby.\" while snapping, clicking and pointing at a small baby inside of a cart. The baby replies, \"wah.\"" -slug: hey-baby -arttags: -- sketch -program: Procreate -width: 1020 -height: 1024 -thumb_width: 512 -thumb_height: 514 ---- diff --git a/content/art/2019/lifeguard.md b/content/art/2019/lifeguard.md deleted file mode 100644 index ffa7022..0000000 --- a/content/art/2019/lifeguard.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Lifeguard" -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/lifeguard.webp -slug: lifeguard -program: Procreate -width: 999 -height: 1625 -thumb_width: 512 -thumb_height: 833 ---- diff --git a/content/art/2019/loss.md b/content/art/2019/loss.md deleted file mode 100644 index 0a2f7ba..0000000 --- a/content/art/2019/loss.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/loss.webp -alt_text: "A man is on his knees, holding his sword to the ground. He looks worried, as he stares down a sword pointed at him." -slug: loss -arttags: -- sketch -program: Procreate -width: 1024 -height: 767 -thumb_width: 512 -thumb_height: 384 ---- diff --git a/content/art/2019/luca.md b/content/art/2019/luca.md deleted file mode 100644 index e1f0a38..0000000 --- a/content/art/2019/luca.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Luca" -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/luca.webp -slug: luca -characters: -- Luca -arttags: -- fan art -program: Procreate -width: 653 -height: 1024 -thumb_width: 512 -thumb_height: 803 ---- diff --git a/content/art/2019/madman.md b/content/art/2019/madman.md deleted file mode 100644 index a8aa66a..0000000 --- a/content/art/2019/madman.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/madman.webp -alt_text: "A bald scientist is excited, pumping his fists in the air and smiling." -slug: madman -arttags: -- sketch -program: Procreate -width: 1920 -height: 1495 -thumb_width: 512 -thumb_height: 399 ---- diff --git a/content/art/2019/mothman.md b/content/art/2019/mothman.md deleted file mode 100644 index 658b2d0..0000000 --- a/content/art/2019/mothman.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/mothman.webp -alt_text: "A girl is terrified, not glancing at the enemy behind her. It's the one and only mothman, with bright red pupils." -slug: mothman -characters: -- Mothman -arttags: -- sketch -- fan art -program: Procreate -width: 616 -height: 1024 -thumb_width: 512 -thumb_height: 851 ---- diff --git a/content/art/2019/museum.md b/content/art/2019/museum.md deleted file mode 100644 index 6313920..0000000 --- a/content/art/2019/museum.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Museum" -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/museum.webp -alt_text: "An oil painting of the outside area of a museum. The building is clad in red bricks, and large plain pillars hold up a small hallway. The sky is bright blue, and a long green pond contains a small bronze statue." -slug: museum -arttags: -- oil painting -width: 1000 -height: 1333 -thumb_width: 512 -thumb_height: 682 ---- diff --git a/content/art/2019/naked-elf.md b/content/art/2019/naked-elf.md deleted file mode 100644 index 37d6bbc..0000000 --- a/content/art/2019/naked-elf.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/naked-elf.webp -alt_text: "A bikini clad elf is waving a small flag, saying \"Come on, you can beat him!\"" -slug: naked-elf -arttags: -- sketch -program: Procreate -width: 449 -height: 1001 -thumb_width: 449 -thumb_height: 1001 ---- diff --git a/content/art/2019/naked.md b/content/art/2019/naked.md deleted file mode 100644 index beb6d52..0000000 --- a/content/art/2019/naked.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/naked.webp -slug: naked -arttags: -- sketch -- fan art -nsfw: true -program: Procreate -width: 441 -height: 594 -thumb_width: 441 -thumb_height: 594 ---- diff --git a/content/art/2019/object-study.md b/content/art/2019/object-study.md deleted file mode 100644 index 4ade085..0000000 --- a/content/art/2019/object-study.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Object Study" -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/object-study.webp -alt_text: "An oil painting practice, consisting of: the back of a skull, a dark bottle and some kind of cream pot. These items sit on top of a green sheet." -slug: object-study -arttags: -- oil painting -width: 1000 -height: 1333 -thumb_width: 512 -thumb_height: 682 ---- diff --git a/content/art/2019/pair.md b/content/art/2019/pair.md deleted file mode 100644 index 8679643..0000000 --- a/content/art/2019/pair.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/pair.webp -alt_text: "A boy and a girl are looking around, looking like they're ready to work out due to their outfits." -slug: pair -arttags: -- sketch -program: Procreate -width: 766 -height: 1024 -thumb_width: 512 -thumb_height: 684 ---- diff --git a/content/art/2019/plan.md b/content/art/2019/plan.md deleted file mode 100644 index 7c55467..0000000 --- a/content/art/2019/plan.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/plan.webp -alt_text: "Two officers are leaning on the planning table. The man holds a clipboard, and glaring at the woman who is lost in thought." -slug: plan -arttags: -- sketch -program: Procreate -width: 1701 -height: 2175 -thumb_width: 512 -thumb_height: 655 ---- diff --git a/content/art/2019/pokegirls.md b/content/art/2019/pokegirls.md deleted file mode 100644 index aad9a2d..0000000 --- a/content/art/2019/pokegirls.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/pokegirls.webp -slug: pokegirls -arttags: -- sketch -- fan art -program: Procreate -width: 741 -height: 741 -thumb_width: 512 -thumb_height: 512 ---- diff --git a/content/art/2019/question.md b/content/art/2019/question.md deleted file mode 100644 index e212772..0000000 --- a/content/art/2019/question.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/question.webp -alt_text: "A woman in workout clothing is questioning herself." -slug: question -arttags: -- sketch -program: Procreate -width: 478 -height: 1024 -thumb_width: 478 -thumb_height: 1024 ---- diff --git a/content/art/2019/refill.md b/content/art/2019/refill.md deleted file mode 100644 index 6f2fa81..0000000 --- a/content/art/2019/refill.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/refill.webp -alt_text: "A truck is refilling from an unknown machine, with a bright neon sign reading \"REFILLS\" located above it." -slug: refill -arttags: -- sketch -program: Procreate -width: 1024 -height: 893 -thumb_width: 512 -thumb_height: 447 ---- diff --git a/content/art/2019/sand.md b/content/art/2019/sand.md deleted file mode 100644 index 9439620..0000000 --- a/content/art/2019/sand.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/sand.webp -alt_text: "A young woman and man are building a sand castle. While the woman is intent on finishing the creation, the boy is a little worried about how it's turning out." -slug: sand -arttags: -- sketch -program: Procreate -width: 1024 -height: 668 -thumb_width: 512 -thumb_height: 334 ---- diff --git a/content/art/2019/scythe-monster.md b/content/art/2019/scythe-monster.md deleted file mode 100644 index f5f4838..0000000 --- a/content/art/2019/scythe-monster.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/scythe-monster.webp -alt_text: "A woman who was wielding a scythe has gotten into a physical altercation with a giant fist, losing her weapon." -slug: scythe-monster -arttags: -- sketch -program: Procreate -width: 1024 -height: 516 -thumb_width: 512 -thumb_height: 258 ---- diff --git a/content/art/2019/scythe.md b/content/art/2019/scythe.md deleted file mode 100644 index e286194..0000000 --- a/content/art/2019/scythe.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/scythe.webp -alt_text: "A woman has a giant scythe, attached by a small cord to her belt. She poses it, looking like an attack." -slug: scythe -arttags: -- sketch -program: Procreate -width: 1920 -height: 1341 -thumb_width: 512 -thumb_height: 358 ---- diff --git a/content/art/2019/sep-2019.md b/content/art/2019/sep-2019.md deleted file mode 100644 index c7ce37d..0000000 --- a/content/art/2019/sep-2019.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/sep-2019.webp -alt_text: "A swordswoman is sitting on an edge, cleaning her small wooden sword." -slug: sep-2019 -arttags: -- sketch -program: Procreate -width: 1171 -height: 1549 -thumb_width: 512 -thumb_height: 677 ---- diff --git a/content/art/2019/sep29.md b/content/art/2019/sep29.md deleted file mode 100644 index 1c45f7a..0000000 --- a/content/art/2019/sep29.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/sep29.webp -alt_text: "Two swordspeople are preparing to fight, with your view at a dutch angle." -slug: sep29 -arttags: -- sketch -program: Procreate -width: 1920 -height: 1341 -thumb_width: 512 -thumb_height: 358 ---- diff --git a/content/art/2019/shoot-ghost.md b/content/art/2019/shoot-ghost.md deleted file mode 100644 index 1cc3847..0000000 --- a/content/art/2019/shoot-ghost.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/shoot-ghost.webp -alt_text: "A woman in a short skirt is clapping, lifting her leg up. Then, a man is trying to shoot a gun and failing. The ghost gloats \"You can't shoot a ghost!\"" -slug: shoot-ghost -arttags: -- sketch -program: Procreate -width: 1024 -height: 715 -thumb_width: 512 -thumb_height: 358 ---- diff --git a/content/art/2019/shorts-girl.md b/content/art/2019/shorts-girl.md deleted file mode 100644 index f136ca8..0000000 --- a/content/art/2019/shorts-girl.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/shorts-girl.webp -alt_text: "A woman in very short shorts, and a bra is laying against an invisible wall, looking at you." -slug: shorts-girl -arttags: -- sketch -program: Procreate -width: 425 -height: 1024 -thumb_width: 425 -thumb_height: 1024 ---- diff --git a/content/art/2019/sketch-collect.md b/content/art/2019/sketch-collect.md deleted file mode 100644 index d4737d1..0000000 --- a/content/art/2019/sketch-collect.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/sketch-collect.webp -alt_text: "A man lifting some weights, screaming \"Look at my BELLS!\" Below him, someone running on a treadmill. Next to them, a succubus with horns, a tail, and pointed ears is embarrassed. A boy in a very bad cat costume says \"I'm a cat\" while looking at a food bowl. Behind him, is a woman looking through a pair of binoculars and exclaiming, \"Neko located!\"" -slug: sketch-collect -arttags: -- sketch -program: Procreate -width: 907 -height: 884 -thumb_width: 512 -thumb_height: 499 ---- diff --git a/content/art/2019/sleeping.md b/content/art/2019/sleeping.md deleted file mode 100644 index 9e0cb17..0000000 --- a/content/art/2019/sleeping.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Sleeping Witch" -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/sleeping.webp -alt_text: "A witch is sleeping on her work table, with many potions and drinks sitting around her." -slug: sleeping -program: Procreate -width: 1024 -height: 695 -thumb_width: 512 -thumb_height: 348 ---- diff --git a/content/art/2019/sniper-girl.md b/content/art/2019/sniper-girl.md deleted file mode 100644 index 4dec4d1..0000000 --- a/content/art/2019/sniper-girl.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Sniper Girl" -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/sniper-girl.webp -alt_text: "A simple 3D model of a sniper, she wears a sweater and beret of the same dim green. She has brown hair and eyes." -slug: sniper-girl -characters: -- Sniper Girl -arttags: -- 3d -program: Blender -width: 1031 -height: 1256 -thumb_width: 512 -thumb_height: 624 ---- diff --git a/content/art/2019/sniper.md b/content/art/2019/sniper.md deleted file mode 100644 index 87daa37..0000000 --- a/content/art/2019/sniper.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Sniper" -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/sniper.webp -alt_text: "A sniper clad in a short green sweater, a large gun on her back and a small beret." -slug: sniper -characters: -- Sniper Girl -program: Procreate -width: 1750 -height: 2553 -thumb_width: 512 -thumb_height: 747 ---- diff --git a/content/art/2019/some-swords.md b/content/art/2019/some-swords.md deleted file mode 100644 index d3ed13e..0000000 --- a/content/art/2019/some-swords.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/some-swords.webp -alt_text: "A woman and man clad in the same blue outfit, are posing with their wooden practice swords." -slug: some-swords -program: Procreate -width: 1920 -height: 1136 -thumb_width: 512 -thumb_height: 303 ---- diff --git a/content/art/2019/sword-buying.md b/content/art/2019/sword-buying.md deleted file mode 100644 index cec3cb9..0000000 --- a/content/art/2019/sword-buying.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Sword Buying" -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/sword-buying.webp -alt_text: "A blonde boy is trying to a buy a new sword from a red-haired merchant. \"This sword looks amazing!\" he says, and she replies \"It's going to cost you...\"" -slug: sword-buying -program: Procreate -width: 1920 -height: 2388 -thumb_width: 512 -thumb_height: 637 ---- diff --git a/content/art/2019/toys.md b/content/art/2019/toys.md deleted file mode 100644 index b593489..0000000 --- a/content/art/2019/toys.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/toys.webp -alt_text: "A girl in a swimsuit is holding some tools meant for building with sand, and gesturing at you to come join her." -slug: toys -arttags: -- sketch -program: Procreate -width: 486 -height: 1024 -thumb_width: 486 -thumb_height: 1024 ---- diff --git a/content/art/2019/tree2.md b/content/art/2019/tree2.md deleted file mode 100644 index 8b44512..0000000 --- a/content/art/2019/tree2.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/tree2.webp -alt_text: "A bright oak tree is sitting on top of a hill, covered in lots of grass. A rock is visible coming out of the earth." -slug: tree2 -arttags: -- landscape -- sketch -program: Procreate -width: 1668 -height: 2388 -thumb_width: 512 -thumb_height: 733 ---- diff --git a/content/art/2019/waiting2.md b/content/art/2019/waiting2.md deleted file mode 100644 index a905780..0000000 --- a/content/art/2019/waiting2.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/waiting2.webp -alt_text: "A bald scientist with a bushy moustache is waiting, for something. A clock sits on the wall." -slug: waiting2 -arttags: -- sketch -program: Procreate -width: 434 -height: 1024 -thumb_width: 434 -thumb_height: 1024 ---- diff --git a/content/art/2019/whatever.md b/content/art/2019/whatever.md deleted file mode 100644 index b0f9f0a..0000000 --- a/content/art/2019/whatever.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Whatever (WIP)" -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/whatever.webp -alt_text: "An oil painting with an abstract layout, featuring plastic parts of a small toy automobile. This is the incomplete version, as it lacks the final paintover." -slug: whatever -arttags: -- oil painting -width: 1000 -height: 1333 -thumb_width: 512 -thumb_height: 682 ---- diff --git a/content/art/2019/witch.md b/content/art/2019/witch.md deleted file mode 100644 index 2b25b0c..0000000 --- a/content/art/2019/witch.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Witch" -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/witch.webp -alt_text: "A witch is busy cooking, with lots of cookware and pans moving on their own. She is cutting a carrot." -slug: witch -arttags: -- sketch -program: Procreate -width: 1019 -height: 1515 -thumb_width: 512 -thumb_height: 761 ---- diff --git a/content/art/2019/witch2.md b/content/art/2019/witch2.md deleted file mode 100644 index c34a378..0000000 --- a/content/art/2019/witch2.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/witch2.webp -alt_text: "A sorceress is holding a long staff, but frowning at you." -slug: witch2 -arttags: -- sketch -program: Procreate -width: 753 -height: 1024 -thumb_width: 512 -thumb_height: 696 ---- diff --git a/content/art/2019/wooden-boy.md b/content/art/2019/wooden-boy.md deleted file mode 100644 index 16d72c9..0000000 --- a/content/art/2019/wooden-boy.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2019-01-01 -excludefeed: true -layout: art-detail -filename: /art/wooden-boy.webp -alt_text: "An old craftsman is holding a small humanoid doll, smiling." -slug: wooden-boy -arttags: -- sketch -program: Procreate -width: 480 -height: 653 -thumb_width: 480 -thumb_height: 653 ---- diff --git a/content/art/2020/_index.md b/content/art/2020/_index.md deleted file mode 100644 index edaa54f..0000000 --- a/content/art/2020/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: 2020 -layout: gallery -json: art -thumbnails: true -selectedyear: 2020 ---- diff --git a/content/art/2020/bench.md b/content/art/2020/bench.md deleted file mode 100644 index 776771f..0000000 --- a/content/art/2020/bench.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -date: 2020-01-01 -excludefeed: true -layout: art-detail -filename: /art/bench.webp -slug: bench -program: Procreate -width: 763 -height: 1024 -thumb_width: 512 -thumb_height: 687 ---- diff --git a/content/art/2020/bike.md b/content/art/2020/bike.md deleted file mode 100644 index 1bf461f..0000000 --- a/content/art/2020/bike.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -date: 2020-01-01 -excludefeed: true -layout: art-detail -filename: /art/bike.webp -alt_text: "A rochs looking man is sitting upon a bright red bike, pointing his sword at you cockily." -slug: bike -arttags: -- drawpile -- sketch -program: Drawpile -width: 1094 -height: 1224 -thumb_width: 512 -thumb_height: 573 ---- diff --git a/content/art/2020/bike2020.md b/content/art/2020/bike2020.md deleted file mode 100644 index 71ccbb1..0000000 --- a/content/art/2020/bike2020.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -date: 2020-01-01 -excludefeed: true -layout: art-detail -filename: /art/bike2020.webp -slug: bike2020 -arttags: -- sketch -program: Procreate -width: 1024 -height: 924 -thumb_width: 512 -thumb_height: 462 ---- diff --git a/content/art/2020/casual-elf.md b/content/art/2020/casual-elf.md deleted file mode 100644 index 6e316d2..0000000 --- a/content/art/2020/casual-elf.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -date: 2020-01-01 -excludefeed: true -layout: art-detail -filename: /art/casual-elf.webp -slug: casual-elf -arttags: -- sketch -program: Procreate -width: 241 -height: 680 -thumb_width: 241 -thumb_height: 680 ---- diff --git a/content/art/2020/chains-sketch.md b/content/art/2020/chains-sketch.md deleted file mode 100644 index af3119b..0000000 --- a/content/art/2020/chains-sketch.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Chains" -date: 2020-01-01 -excludefeed: true -layout: art-detail -filename: /art/chains-sketch.webp -alt_text: "Some sketchy chains being whipped around by an unknown assailant." -slug: chains-sketch -arttags: -- sketch -program: Procreate -width: 1686 -height: 1475 -thumb_width: 512 -thumb_height: 448 ---- diff --git a/content/art/2020/chair2020.md b/content/art/2020/chair2020.md deleted file mode 100644 index d422e40..0000000 --- a/content/art/2020/chair2020.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -date: 2020-01-01 -excludefeed: true -layout: art-detail -filename: /art/chair2020.webp -slug: chair2020 -arttags: -- sketch -program: Procreate -width: 1003 -height: 799 -thumb_width: 512 -thumb_height: 408 ---- diff --git a/content/art/2020/chars2020.md b/content/art/2020/chars2020.md deleted file mode 100644 index 7b7eebf..0000000 --- a/content/art/2020/chars2020.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -date: 2020-01-01 -excludefeed: true -layout: art-detail -filename: /art/chars2020.webp -slug: chars2020 -arttags: -- sketch -program: Procreate -width: 1024 -height: 700 -thumb_width: 512 -thumb_height: 350 ---- diff --git a/content/art/2020/fantasyfolks.md b/content/art/2020/fantasyfolks.md deleted file mode 100644 index 0f77ee0..0000000 --- a/content/art/2020/fantasyfolks.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -date: 2020-01-01 -excludefeed: true -layout: art-detail -filename: /art/fantasyfolks.webp -slug: fantasyfolks -arttags: -- sketch -program: Procreate -width: 1789 -height: 1599 -thumb_width: 512 -thumb_height: 458 ---- diff --git a/content/art/2020/ffxiv-swim.md b/content/art/2020/ffxiv-swim.md deleted file mode 100644 index dad6a9e..0000000 --- a/content/art/2020/ffxiv-swim.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -date: 2020-01-01 -excludefeed: true -layout: art-detail -filename: /art/ffxiv-swim.webp -alt_text: "A Viera is standing next to a Miqote, in blue swimsuits." -slug: ffxiv-swim -characters: -- Juritta -- Titania -arttags: -- sketch -- fan art -program: Procreate -width: 1737 -height: 4222 -thumb_width: 512 -thumb_height: 1244 ---- diff --git a/content/art/2020/fight2020.md b/content/art/2020/fight2020.md deleted file mode 100644 index 462881a..0000000 --- a/content/art/2020/fight2020.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -date: 2020-01-01 -excludefeed: true -layout: art-detail -filename: /art/fight2020.webp -slug: fight2020 -arttags: -- sketch -program: Procreate -width: 1024 -height: 917 -thumb_width: 512 -thumb_height: 459 ---- diff --git a/content/art/2020/fitness.md b/content/art/2020/fitness.md deleted file mode 100644 index c7c7478..0000000 --- a/content/art/2020/fitness.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -date: 2020-01-01 -excludefeed: true -layout: art-detail -filename: /art/fitness.webp -slug: fitness -arttags: -- sketch -program: Procreate -width: 783 -height: 920 -thumb_width: 512 -thumb_height: 602 ---- diff --git a/content/art/2020/genshin-amber.md b/content/art/2020/genshin-amber.md deleted file mode 100644 index 281539e..0000000 --- a/content/art/2020/genshin-amber.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Eternally unfinished Genshin background" -date: 2020-01-01 -excludefeed: true -layout: art-detail -filename: /art/genshin-amber.webp -alt_text: "Amber from Genshin Impact is looking over the green terrain, dotted with sparse vegetation and trees. In the distance, harrowing cliffs and mountains are visible." -slug: genshin-amber -characters: -- Amber -arttags: -- landscape -- fan art -program: Procreate -width: 1920 -height: 1439 -thumb_width: 512 -thumb_height: 384 ---- diff --git a/content/art/2020/goblin-mines.md b/content/art/2020/goblin-mines.md deleted file mode 100644 index 25b7e04..0000000 --- a/content/art/2020/goblin-mines.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -date: 2020-01-01 -excludefeed: true -layout: art-detail -filename: /art/goblin-mines.webp -slug: goblin-mines -arttags: -- sketch -program: Procreate -width: 1024 -height: 766 -thumb_width: 512 -thumb_height: 383 ---- diff --git a/content/art/2020/gun-lady.md b/content/art/2020/gun-lady.md deleted file mode 100644 index b5c06ef..0000000 --- a/content/art/2020/gun-lady.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2020-01-01 -excludefeed: true -layout: art-detail -filename: /art/gun-lady.webp -slug: gun-lady -arttags: -- drawpile -- sketch -program: Drawpile -width: 699 -height: 1004 -thumb_width: 512 -thumb_height: 735 ---- diff --git a/content/art/2020/king.md b/content/art/2020/king.md deleted file mode 100644 index 4e355f3..0000000 --- a/content/art/2020/king.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2020-01-01 -excludefeed: true -layout: art-detail -filename: /art/king.webp -alt_text: "A lazy ruler and his assistant (or queen?) is sitting upon their throne." -slug: king -arttags: -- sketch -program: Procreate -width: 1920 -height: 1011 -thumb_width: 512 -thumb_height: 270 ---- diff --git a/content/art/2020/lets-get-fit.md b/content/art/2020/lets-get-fit.md deleted file mode 100644 index c6db4c5..0000000 --- a/content/art/2020/lets-get-fit.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "let's get fit!" -date: 2020-01-01 -excludefeed: true -layout: art-detail -filename: /art/lets-get-fit.webp -alt_text: "Catgirl mew" -slug: lets-get-fit -characters: -- Sakura -mastodon_url: https://mastodon.art/@redstrate/106533538632560503 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/let-s-get-fit -program: Procreate -width: 1610 -height: 2162 -thumb_width: 512 -thumb_height: 688 ---- diff --git a/content/art/2020/ma-sketch.md b/content/art/2020/ma-sketch.md deleted file mode 100644 index 09966c9..0000000 --- a/content/art/2020/ma-sketch.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -date: 2020-01-01 -excludefeed: true -layout: art-detail -filename: /art/ma-sketch.webp -slug: ma-sketch -characters: -- Mari -- Asuka -arttags: -- sketch -- fan art -program: Procreate -width: 1920 -height: 1116 -thumb_width: 512 -thumb_height: 298 ---- diff --git a/content/art/2020/naga2020.md b/content/art/2020/naga2020.md deleted file mode 100644 index 488db7b..0000000 --- a/content/art/2020/naga2020.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -date: 2020-01-01 -excludefeed: true -layout: art-detail -filename: /art/naga2020.webp -slug: naga2020 -arttags: -- sketch -program: Procreate -width: 979 -height: 1024 -thumb_width: 512 -thumb_height: 536 ---- diff --git a/content/art/2020/nook-cat.md b/content/art/2020/nook-cat.md deleted file mode 100644 index c828b20..0000000 --- a/content/art/2020/nook-cat.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Nook Cat" -date: 2020-01-01 -excludefeed: true -layout: art-detail -filename: /art/nook-cat.webp -alt_text: "A small white cat is drawing with a blue pencil onto a sheet of paper." -slug: nook-cat -program: Procreate -width: 1920 -height: 1647 -thumb_width: 512 -thumb_height: 439 ---- diff --git a/content/art/2020/ray-concept.md b/content/art/2020/ray-concept.md deleted file mode 100644 index 384d8dc..0000000 --- a/content/art/2020/ray-concept.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Ray Concept" -date: 2020-01-01 -excludefeed: true -layout: art-detail -filename: /art/ray-concept.webp -slug: ray-concept -program: Procreate -width: 1024 -height: 729 -thumb_width: 512 -thumb_height: 365 ---- diff --git a/content/art/2020/shading-study.md b/content/art/2020/shading-study.md deleted file mode 100644 index e5ef9d3..0000000 --- a/content/art/2020/shading-study.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Shading Study" -date: 2020-01-01 -excludefeed: true -layout: art-detail -filename: /art/shading-study.webp -slug: shading-study -arttags: -- oil painting -width: 1000 -height: 1333 -thumb_width: 512 -thumb_height: 682 ---- diff --git a/content/art/2020/sniper-standup.md b/content/art/2020/sniper-standup.md deleted file mode 100644 index 1428865..0000000 --- a/content/art/2020/sniper-standup.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Sniper Stand-up Test" -date: 2020-12-12 -layout: art-detail -filename: /animation/sniper-standup.webm -alt_text: "A 3d sculpt of a short, brown haired girl. It’s only a bust." -slug: sniper-standup -animation: true -characters: -- Sniper Girl -arttags: -- animation -width: 480 -height: 472 -thumb_width: 480 -thumb_height: 472 ---- diff --git a/content/art/2020/swordwoman-concept.md b/content/art/2020/swordwoman-concept.md deleted file mode 100644 index 5826c7f..0000000 --- a/content/art/2020/swordwoman-concept.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Swordswoman (Concept)" -date: 2020-01-01 -excludefeed: true -layout: art-detail -filename: /art/swordwoman-concept.webp -alt_text: "A girl with blue clothing, with her stomach and legs exposed. She is holding a spear like device and adorned with gold accessories." -slug: swordwoman-concept -characters: -- Mysterious Swordswoman -arttags: -- sketch -program: Procreate -width: 896 -height: 1420 -thumb_width: 512 -thumb_height: 811 ---- -An earlier iteration of the design! diff --git a/content/art/2020/town2020.md b/content/art/2020/town2020.md deleted file mode 100644 index 578c65d..0000000 --- a/content/art/2020/town2020.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2020-01-01 -excludefeed: true -layout: art-detail -filename: /art/town2020.webp -slug: town2020 -arttags: -- landscape -- sketch -program: Procreate -width: 1024 -height: 604 -thumb_width: 512 -thumb_height: 302 ---- diff --git a/content/art/2020/trainwatching.md b/content/art/2020/trainwatching.md deleted file mode 100644 index ed8fd83..0000000 --- a/content/art/2020/trainwatching.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Trainwatching" -date: 2020-01-01 -excludefeed: true -layout: art-detail -filename: /art/trainwatching.webp -alt_text: "A couple is trainwatching upon a balcony in the upper echelons of a town. The train is green with gold rooftops, and it's slowly inching it's way up higher." -slug: trainwatching -arttags: -- landscape -- sketch -program: Procreate -width: 1920 -height: 1439 -thumb_width: 512 -thumb_height: 384 ---- diff --git a/content/art/2020/viera-sketch.md b/content/art/2020/viera-sketch.md deleted file mode 100644 index 081f945..0000000 --- a/content/art/2020/viera-sketch.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -date: 2020-01-01 -excludefeed: true -layout: art-detail -filename: /art/viera-sketch.webp -slug: viera-sketch -characters: -- Juritta -arttags: -- sketch -- fan art -program: Procreate -width: 735 -height: 1510 -thumb_width: 512 -thumb_height: 1052 ---- diff --git a/content/art/2020/waiting.md b/content/art/2020/waiting.md deleted file mode 100644 index 8f81ecc..0000000 --- a/content/art/2020/waiting.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2020-01-01 -excludefeed: true -layout: art-detail -filename: /art/waiting.webp -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." -slug: waiting -arttags: -- drawpile -program: Drawpile -width: 1564 -height: 1198 -thumb_width: 512 -thumb_height: 392 ---- diff --git a/content/art/2020/water-test.md b/content/art/2020/water-test.md deleted file mode 100644 index bbff78c..0000000 --- a/content/art/2020/water-test.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Water Render Test" -date: 2020-01-01 -excludefeed: true -layout: art-detail -filename: /art/water-test.webp -alt_text: "In an alleyway, a river is cutting through it with rushing water when it ends abruptly into a waterfill. On the sidewalks, visible puddles can be seen and the water is casting light onto the nearby buildings." -slug: water-test -arttags: -- landscape -program: Procreate -width: 1920 -height: 1424 -thumb_width: 512 -thumb_height: 380 ---- diff --git a/content/art/2020/wip2020.md b/content/art/2020/wip2020.md deleted file mode 100644 index 57ae5e6..0000000 --- a/content/art/2020/wip2020.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2020-01-01 -excludefeed: true -layout: art-detail -filename: /art/wip2020.webp -alt_text: "An unfinished sketch of a woman with a ponytail, walking outside with her cat while listening to music through headphones." -slug: wip2020 -arttags: -- sketch -program: Procreate -width: 565 -height: 1024 -thumb_width: 512 -thumb_height: 928 ---- diff --git a/content/art/2021/_index.md b/content/art/2021/_index.md deleted file mode 100644 index 3acfd8c..0000000 --- a/content/art/2021/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: 2021 -layout: gallery -json: art -thumbnails: true -selectedyear: 2021 ---- diff --git a/content/art/2021/aerith.md b/content/art/2021/aerith.md deleted file mode 100644 index f866d11..0000000 --- a/content/art/2021/aerith.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -date: 2021-01-01 -excludefeed: true -layout: art-detail -filename: /art/aerith.webp -alt_text: "Aerith is clasping her hands together, and smiling at you. She's in a dress, although the drawing is not colored." -slug: aerith -characters: -- Aerith -arttags: -- sketch -- fan art -program: Procreate -width: 836 -height: 1783 -thumb_width: 512 -thumb_height: 1092 ---- diff --git a/content/art/2021/beachball.md b/content/art/2021/beachball.md deleted file mode 100644 index c993356..0000000 --- a/content/art/2021/beachball.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2021-01-01 -excludefeed: true -layout: art-detail -filename: /art/beachball.webp -alt_text: "A young woman in a two-piece swimsuit is holding a beach ball. In one pose, she is holding the ball above her hand. In the other, she is holding the ball below her, while laughing." -slug: beachball -arttags: -- sketch -program: Procreate -width: 1378 -height: 1724 -thumb_width: 512 -thumb_height: 641 ---- diff --git a/content/art/2021/castle.md b/content/art/2021/castle.md deleted file mode 100644 index 0d6b741..0000000 --- a/content/art/2021/castle.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2021-01-01 -excludefeed: true -layout: art-detail -filename: /art/castle.webp -alt_text: "A gray and boxy castle, painted over a nice blue cloudy sky." -slug: castle -arttags: -- drawpile -program: Drawpile -width: 1202 -height: 1059 -thumb_width: 512 -thumb_height: 451 ---- diff --git a/content/art/2021/drawpile-snippet.md b/content/art/2021/drawpile-snippet.md deleted file mode 100644 index 9824169..0000000 --- a/content/art/2021/drawpile-snippet.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -date: 2021-01-01 -excludefeed: true -layout: art-detail -filename: /art/drawpile-snippet.webp -alt_text: "From top left to bottom right:An adventurer finding a key in a chest.Some kind of building top, with pillars and complete with flag.A fire emblem-looking dude with a long sword, who appears to be asking for a key.And finally a girl eating a very badly drawn piece of pizza." -slug: drawpile-snippet -arttags: -- drawpile -- sketch -program: Drawpile -width: 725 -height: 585 -thumb_width: 512 -thumb_height: 413 ---- diff --git a/content/art/2021/eva-girls.md b/content/art/2021/eva-girls.md deleted file mode 100644 index be91e8a..0000000 --- a/content/art/2021/eva-girls.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "eva girls" -date: 2021-12-23 -layout: art-detail -filename: /art/eva-girls.webp -alt_text: "From left to right: Asuka, Rei, and Mari are standing on top of a dark blue sky. Asuka has one hand on her hip, and making eye contact. Rei is looking up and is holding her elbow. Mari has a hand above her chest. Asuka has orange-brown hair, and a red plugsuit. Rei has pale blue hair, and a dark blue plugsuit. Mari has brown hair, and a bright pink plugsuit." -slug: eva-girls -characters: -- Asuka -- Rei -- Mari -arttags: -- fan art -pixiv_url: https://www.pixiv.net/en/artworks/94953596 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/eva-girls -program: Clip Studio Paint -width: 1920 -height: 2307 -thumb_width: 512 -thumb_height: 615 ---- -This is one of my more complex pieces in 2021, and I spent many hours toiling away on it. I like the end result, but I kind of wish I slapped some shading on it... diff --git a/content/art/2021/ff7r-airbuster-fight.md b/content/art/2021/ff7r-airbuster-fight.md deleted file mode 100644 index d4f5aeb..0000000 --- a/content/art/2021/ff7r-airbuster-fight.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "FF7R Airbuster Fight" -date: 2021-01-01 -excludefeed: true -layout: art-detail -filename: /art/ff7r-airbuster-fight.webp -alt_text: "Really sketchy looking scene including a giant green man, and three smaller people." -slug: ff7r-airbuster-fight -characters: -- Tifa -- Barrett -- Cloud -arttags: -- drawpile -- fan art -program: Drawpile -width: 1590 -height: 1212 -thumb_width: 512 -thumb_height: 390 ---- diff --git a/content/art/2021/ffxiv-sketches.md b/content/art/2021/ffxiv-sketches.md deleted file mode 100644 index aeda8c3..0000000 --- a/content/art/2021/ffxiv-sketches.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -date: 2021-01-01 -excludefeed: true -layout: art-detail -filename: /art/ffxiv-sketches.webp -alt_text: "A woman with shoulder length black hair is holding a book, ready to cast a spell. Next, a blue haired catboy is naked, save for his tail covering his nether regions. Then, a topless girl is covering her chest with her bra in hand." -slug: ffxiv-sketches -arttags: -- sketch -- fan art -nsfw: true -program: Procreate -width: 1835 -height: 1095 -thumb_width: 512 -thumb_height: 306 ---- diff --git a/content/art/2021/futaba.md b/content/art/2021/futaba.md deleted file mode 100644 index ac5e584..0000000 --- a/content/art/2021/futaba.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -date: 2021-01-01 -excludefeed: true -layout: art-detail -filename: /art/futaba.webp -alt_text: "Futaba is sitting on nothing, and pushing up her glasses while sticking her tounge out." -slug: futaba -characters: -- Futaba -arttags: -- sketch -- fan art -program: Procreate -width: 1920 -height: 2561 -thumb_width: 512 -thumb_height: 683 ---- diff --git a/content/art/2021/girl-sketch.md b/content/art/2021/girl-sketch.md deleted file mode 100644 index 0967175..0000000 --- a/content/art/2021/girl-sketch.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2021-01-01 -excludefeed: true -layout: art-detail -filename: /art/girl-sketch.webp -alt_text: "A woman in a strange outfit. She has white hair, and dark sleeves. One half of her body is clad in a dress, and the other half is mostly underwear. She has brown boots and a sword." -slug: girl-sketch -arttags: -- sketch -program: Procreate -width: 1016 -height: 1600 -thumb_width: 512 -thumb_height: 806 ---- diff --git a/content/art/2021/jan1.md b/content/art/2021/jan1.md deleted file mode 100644 index 3ad2058..0000000 --- a/content/art/2021/jan1.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -date: 2021-01-01 -excludefeed: true -layout: art-detail -filename: /art/jan1.webp -alt_text: "A viera is clad in casual townwear, consisting of a long skirt. She is holding something off-screen." -slug: jan1 -characters: -- Juritta -arttags: -- sketch -- fan art -program: Procreate -width: 830 -height: 2048 -thumb_width: 512 -thumb_height: 1263 ---- diff --git a/content/art/2021/knight.md b/content/art/2021/knight.md deleted file mode 100644 index 64170d7..0000000 --- a/content/art/2021/knight.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "woman knight" -date: 2021-09-19 -layout: art-detail -filename: /art/knight.webp -alt_text: "A blonde-haired knight is looking at the viewer. She is leaning on her trusty sword, and has some chestplates and basic armor on." -slug: knight -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/woman-knight -program: Procreate -width: 1920 -height: 1966 -thumb_width: 512 -thumb_height: 524 ---- -Looks like this knight is ready for anything! It doesn't look like her legs are very protected though... diff --git a/content/art/2021/ma-casual.md b/content/art/2021/ma-casual.md deleted file mode 100644 index 2e508e8..0000000 --- a/content/art/2021/ma-casual.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -date: 2021-01-01 -excludefeed: true -layout: art-detail -filename: /art/ma-casual.webp -alt_text: "Mari and Asuka are dressed in casual clothes. Mari is drinking something, and Asuka is holding a shopping bag." -slug: ma-casual -characters: -- Mari -- Asuka -arttags: -- sketch -- fan art -program: Procreate -width: 1590 -height: 2817 -thumb_width: 512 -thumb_height: 907 ---- diff --git a/content/art/2021/mari-and-asuka.md b/content/art/2021/mari-and-asuka.md deleted file mode 100644 index d102181..0000000 --- a/content/art/2021/mari-and-asuka.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "mari & asuka" -date: 2021-12-25 -layout: art-detail -filename: /art/mari-and-asuka.webp -alt_text: "Female Byleth is in a swimsuit, a dark bikini with an extra belt and holding a knife. She is looking down at the viewer. She has dark blue hair, pale skin and bright blue eyes. She has a flower tucked in her hair." -slug: mari-and-asuka -characters: -- Mari -- Asuka -arttags: -- fan art -pixiv_url: https://www.pixiv.net/en/artworks/95031741 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/mari-asuka -program: Procreate -width: 1024 -height: 1227 -thumb_width: 512 -thumb_height: 614 ---- -This is my first proper painted character piece, and I'm pretty happy with how it turned out still. Why does she need a knife on the beach though? diff --git a/content/art/2021/miqote-swimsuit.md b/content/art/2021/miqote-swimsuit.md deleted file mode 100644 index 2504366..0000000 --- a/content/art/2021/miqote-swimsuit.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Miq'ote in a Swimsuit" -date: 2021-01-01 -excludefeed: true -layout: art-detail -filename: /art/miqote-swimsuit.webp -alt_text: "catgirl in a swimsuit" -slug: miqote-swimsuit -characters: -- Titania -arttags: -- sketch -- fan art -program: Procreate -width: 1920 -height: 2561 -thumb_width: 512 -thumb_height: 683 ---- diff --git a/content/art/2021/mona-wip.md b/content/art/2021/mona-wip.md deleted file mode 100644 index 4479913..0000000 --- a/content/art/2021/mona-wip.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -date: 2021-01-01 -excludefeed: true -layout: art-detail -filename: /art/mona-wip.webp -alt_text: "An unfinished Mona is casting something between her hands, while keeping eye contact with you. She is on top of a red background." -slug: mona-wip -characters: -- Mona -arttags: -- sketch -- fan art -program: Procreate -width: 1920 -height: 1920 -thumb_width: 512 -thumb_height: 512 ---- diff --git a/content/art/2021/mythra-sketch.md b/content/art/2021/mythra-sketch.md deleted file mode 100644 index bc5a0af..0000000 --- a/content/art/2021/mythra-sketch.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -date: 2021-01-01 -excludefeed: true -layout: art-detail -filename: /art/mythra-sketch.webp -alt_text: "Mythra is holding and cleaning up her hair, looking at something off screen." -slug: mythra-sketch -characters: -- Mythra -arttags: -- sketch -- fan art -program: Procreate -width: 1920 -height: 3367 -thumb_width: 512 -thumb_height: 898 ---- diff --git a/content/art/2021/pyra-sketch.md b/content/art/2021/pyra-sketch.md deleted file mode 100644 index 720f77b..0000000 --- a/content/art/2021/pyra-sketch.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -date: 2021-01-01 -excludefeed: true -layout: art-detail -filename: /art/pyra-sketch.webp -alt_text: "Pyra looks at you, and then grabs a Smash invite saying \"Thanks for the smash invite, Rex!\"" -slug: pyra-sketch -characters: -- Pyra -arttags: -- sketch -- fan art -program: Procreate -width: 1920 -height: 1889 -thumb_width: 512 -thumb_height: 504 ---- diff --git a/content/art/2021/sakura-avatar.md b/content/art/2021/sakura-avatar.md deleted file mode 100644 index 66c2474..0000000 --- a/content/art/2021/sakura-avatar.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Sakura" -date: 2021-01-01 -excludefeed: true -layout: art-detail -filename: /3d/sakura-avatar.glb -orbit: 44.17deg 89.29deg 2.778m -target: 0.1m 1.34m 0.14m -fov: 19.07deg -alt_text: "A 3D model of Sakura, with her typical red tanktop and black leggings outfit." -slug: sakura-avatar -threed: true -characters: -- Sakura -arttags: -- 3d -nsfw: false -width: 256 -height: 512 -thumb_width: 256 -thumb_height: 512 ---- diff --git a/content/art/2021/sakura.md b/content/art/2021/sakura.md deleted file mode 100644 index f842e23..0000000 --- a/content/art/2021/sakura.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -date: 2021-01-01 -excludefeed: true -layout: art-detail -filename: /art/sakura.webp -alt_text: "Sakura is surprised by your presence, messing with her hair. She is on top of a bright pinkish-red background." -slug: sakura -characters: -- Sakura -arttags: -- sketch -program: Procreate -width: 1125 -height: 1984 -thumb_width: 512 -thumb_height: 903 ---- diff --git a/content/art/2021/sweater-girl.md b/content/art/2021/sweater-girl.md deleted file mode 100644 index c4c192f..0000000 --- a/content/art/2021/sweater-girl.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Sweater Girl" -date: 2021-10-21 -layout: art-detail -filename: /art/sweater-girl.webp -alt_text: "A girl with short black hair and dim red jacket is looking around." -slug: sweater-girl -arttags: -- sketch -program: Procreate -width: 795 -height: 1535 -thumb_width: 512 -thumb_height: 989 ---- diff --git a/content/art/2021/swordlady-comp.md b/content/art/2021/swordlady-comp.md deleted file mode 100644 index 9add81e..0000000 --- a/content/art/2021/swordlady-comp.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -date: 2021-01-01 -excludefeed: true -layout: art-detail -filename: /art/swordlady-comp.webp -alt_text: "From top left to bottom right:The swordswoman bonking her instructor over the head.The swordswoman standing strong, pointing her sword to the irght.The swordswoman drinking some liquid, with someone behind her doing the same thing." -slug: swordlady-comp -characters: -- Mysterious Swordswoman -arttags: -- drawpile -- sketch -program: Drawpile -width: 1710 -height: 2026 -thumb_width: 512 -thumb_height: 607 ---- diff --git a/content/art/2021/tifa-sketch.md b/content/art/2021/tifa-sketch.md deleted file mode 100644 index caee746..0000000 --- a/content/art/2021/tifa-sketch.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -date: 2021-01-01 -excludefeed: true -layout: art-detail -filename: /art/tifa-sketch.webp -alt_text: "Tifa is clenching her right fist, and leaving the other one on her hip. She looks at you, grinning." -slug: tifa-sketch -characters: -- Tifa -arttags: -- sketch -- fan art -program: Procreate -width: 1435 -height: 2773 -thumb_width: 512 -thumb_height: 989 ---- diff --git a/content/art/2021/train.md b/content/art/2021/train.md deleted file mode 100644 index 0864ff7..0000000 --- a/content/art/2021/train.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -date: 2021-01-01 -excludefeed: true -layout: art-detail -filename: /art/train.webp -alt_text: "Three separate drawings are featured here. One is a bright, sparkly key. The other is a boy, holding and starting at a cup of coffee. The last is a large green train, chugging and blowing steam." -slug: train -arttags: -- drawpile -program: Drawpile -width: 982 -height: 1214 -thumb_width: 512 -thumb_height: 633 ---- diff --git a/content/art/2021/tree.md b/content/art/2021/tree.md deleted file mode 100644 index 8721cce..0000000 --- a/content/art/2021/tree.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -date: 2021-01-01 -excludefeed: true -layout: art-detail -filename: /art/tree.webp -alt_text: "A very softly painted tree, complete with nice snowy mountains in the background." -slug: tree -arttags: -- drawpile -- landscape -program: Drawpile -width: 1200 -height: 1200 -thumb_width: 512 -thumb_height: 512 ---- diff --git a/content/art/2021/viera-dancer.md b/content/art/2021/viera-dancer.md deleted file mode 100644 index 9d792d0..0000000 --- a/content/art/2021/viera-dancer.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -date: 2021-01-01 -excludefeed: true -layout: art-detail -filename: /art/viera-dancer.webp -alt_text: "A viera is making a gesture at you, clad in red dancer gear." -slug: viera-dancer -characters: -- Juritta -arttags: -- sketch -- fan art -program: Procreate -width: 1920 -height: 3587 -thumb_width: 512 -thumb_height: 957 ---- diff --git a/content/art/2022/_index.md b/content/art/2022/_index.md deleted file mode 100644 index f5620a7..0000000 --- a/content/art/2022/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: 2022 -layout: gallery -json: art -thumbnails: true -selectedyear: 2022 ---- diff --git a/content/art/2022/after-school.md b/content/art/2022/after-school.md deleted file mode 100644 index 717082f..0000000 --- a/content/art/2022/after-school.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "after school" -date: 2022-07-31 -layout: art-detail -filename: /art/after-school.webp -alt_text: "Two young girls are facing towards the viewer. The one on the left has blond hair, and doing a peace sign. The other girl is laughing and laying her hands on her skirt. They're in the street, with a stone wall and houses in the distance." -slug: after-school -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/after-school -program: Procreate -width: 1000 -height: 1471 -thumb_width: 512 -thumb_height: 753 ---- -This was sitting in sketch form for a few years, and I finally decided to color it. I quite like the expressions the two are making :-) diff --git a/content/art/2022/after-the-rain.md b/content/art/2022/after-the-rain.md deleted file mode 100644 index c8882b2..0000000 --- a/content/art/2022/after-the-rain.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "after the rain" -date: 2022-04-27 -layout: art-detail -filename: /art/after-the-rain.webp -alt_text: "A young woman is walking along a mountain path. She has long brown hair, dark eyes and pale skin. She is wearing dark clothes, with golden accents and holding a long sword. While she is making eye contact with the viewer, she is keeping a slight smirk." -slug: after-the-rain -characters: -- Mysterious Swordswoman -mastodon_url: https://mastodon.art/@redstrate/109359580379856046 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/after-the-rain -program: Procreate -width: 1320 -height: 2690 -thumb_width: 512 -thumb_height: 1043 ---- -Who is this mysterious sword maiden, and where is she going next? I love how the background turned out in this piece. diff --git a/content/art/2022/artifical.md b/content/art/2022/artifical.md deleted file mode 100644 index b6cbebe..0000000 --- a/content/art/2022/artifical.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Artifical" -date: 2022-09-03 -layout: art-detail -filename: /art/artifical.webp -alt_text: "A large face dominants the image, showing two beady red eyes at you with no mouth. In front of them is a screen with a small stick figure. Behind the figure is a mess of wires, gadgets, and a large screen that has a big red heart on it." -slug: artifical -mastodon_url: https://mastodon.art/@redstrate/110216271361374152 -program: Procreate -width: 1920 -height: 1446 -thumb_width: 512 -thumb_height: 386 ---- -Cleaned up version of a piece I made reflecting a short depression when "AI Art" started making rounds. diff --git a/content/art/2022/bard.md b/content/art/2022/bard.md deleted file mode 100644 index c70ecd6..0000000 --- a/content/art/2022/bard.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "bard in the black shroud" -date: 2022-08-20 -layout: art-detail -filename: /art/bard.webp -alt_text: "A bunny girl is looking at the viewer, and pulling back a bow towards something behind them. She has dark brown hair, long ears, greenish eyes and pale skin. Behind is her is a dense, untamed forest. She is wearing dark clothing, adorned by brass and greenish hues." -slug: bard -characters: -- Juritta -arttags: -- fan art -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/bard-in-the-black-shroud -program: Procreate, Krita -width: 1500 -height: 2333 -thumb_width: 512 -thumb_height: 796 ---- -This is a full painting I did of my FFXIV character. Overall, I'm pretty happy with how this turned out, but the background isn't fantastic. At the time, I didn't know that filter masks were a thing in Krita, so I ended up pushing it back to Procreate and doing the finishing touches there. diff --git a/content/art/2022/cactaur.md b/content/art/2022/cactaur.md deleted file mode 100644 index 00fe954..0000000 --- a/content/art/2022/cactaur.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Cactaur" -date: 2022-11-22 -layout: art-detail -filename: /art/cactaur.webp -alt_text: "two catgirls (miqote), the left one is poking a small cactus enemy. the right one is stretching out their arms" -slug: cactaur -arttags: -- sketch -- fan art -mastodon_url: https://mastodon.art/@redstrate/109389204898858000 -program: Krita -width: 1486 -height: 1531 -thumb_width: 512 -thumb_height: 528 ---- diff --git a/content/art/2022/chips.md b/content/art/2022/chips.md deleted file mode 100644 index bee8997..0000000 --- a/content/art/2022/chips.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Chips" -date: 2022-11-29 -layout: art-detail -filename: /art/chips.webp -alt_text: "A succubus is sitting on a dull red couch. She has four arms, and holding a gamecontroller in one pair, and eating chips in another hand." -slug: chips -characters: -- Merume -arttags: -- sketch -mastodon_url: https://mastodon.art/@redstrate/109425310196116427 -program: Procreate -width: 1195 -height: 1280 -thumb_width: 512 -thumb_height: 548 ---- -She looks pretty comfy on that couch, don't you think? diff --git a/content/art/2022/demon.md b/content/art/2022/demon.md deleted file mode 100644 index 22ab441..0000000 --- a/content/art/2022/demon.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Demonness" -date: 2022-11-27 -layout: art-detail -filename: /art/demon.webp -alt_text: "a four armed succubus doing some cooking. she has a spoon in one hand, stewing something in a pan in another, tasting her finger, and looking at the recipe." -slug: demon -characters: -- Merume -arttags: -- sketch -mastodon_url: https://mastodon.art/@redstrate/109413482478998769 -program: Krita -width: 1000 -height: 1170 -thumb_width: 512 -thumb_height: 599 ---- diff --git a/content/art/2022/funny.md b/content/art/2022/funny.md deleted file mode 100644 index f637c1d..0000000 --- a/content/art/2022/funny.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Funny" -date: 2022-11-24 -layout: art-detail -filename: /art/funny.webp -alt_text: "a laughing girl" -slug: funny -characters: -- Mysterious Swordswoman -arttags: -- sketch -mastodon_url: https://mastodon.art/@redstrate/109396806793764731 -program: Krita -width: 635 -height: 853 -thumb_width: 512 -thumb_height: 688 ---- diff --git a/content/art/2022/girls.md b/content/art/2022/girls.md deleted file mode 100644 index 2a0260b..0000000 --- a/content/art/2022/girls.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -date: 2022-09-18 -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 -program: Krita -width: 1466 -height: 1328 -thumb_width: 512 -thumb_height: 464 ---- diff --git a/content/art/2022/goinghome.md b/content/art/2022/goinghome.md deleted file mode 100644 index 65b2b89..0000000 --- a/content/art/2022/goinghome.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "going home" -date: 2022-12-22 -layout: art-detail -filename: /art/goinghome.webp -alt_text: "A painting of a road split by a two track railway crossing. there are numerous power lines, cables and road signs littering the roadside. there is a sidewalk visible in part of the frame, but no one is on it. there are visible cars and non-descript buildings in the distance." -slug: goinghome -arttags: -- landscape -mastodon_url: https://mastodon.art/@redstrate/109561038526618255 -pixiv_url: https://www.pixiv.net/en/artworks/103827572 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/going-home -program: Krita -width: 1200 -height: 1697 -thumb_width: 512 -thumb_height: 724 ---- -Based on a real photo! I really like how this turned out, on a general scale of perspective and colors, and all of that. diff --git a/content/art/2022/grocery-shopping.md b/content/art/2022/grocery-shopping.md deleted file mode 100644 index 0023467..0000000 --- a/content/art/2022/grocery-shopping.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "grocery shopping" -date: 2022-12-02 -layout: art-detail -filename: /art/grocery-shopping.webp -alt_text: "A young succubus is opening up the door to her apartment. She has pale blue hair, red eyes and is looking out in the distance.She has four arms, one of which is turning the knob to the door. Another two hands are holding grocery bags, and the lastis inside of her jacket pocket. She is wearing a red jacket, and dark gray shorts." -slug: grocery-shopping -characters: -- Merume -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 -width: 1000 -height: 1426 -thumb_width: 512 -thumb_height: 730 ---- -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/guns.md b/content/art/2022/guns.md deleted file mode 100644 index 1111ba6..0000000 --- a/content/art/2022/guns.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Guns" -date: 2022-11-26 -layout: art-detail -filename: /art/guns.webp -alt_text: "a girl holding two badly drawn guns, looking at the viewer (hopefully not shooting AT them). the girl has a small hat, short hair, tank top and jeans?" -slug: guns -arttags: -- sketch -mastodon_url: https://mastodon.art/@redstrate/109407183038725910 -program: Krita -width: 1000 -height: 1215 -thumb_width: 512 -thumb_height: 622 ---- diff --git a/content/art/2022/headsculpt.md b/content/art/2022/headsculpt.md deleted file mode 100644 index c3425b8..0000000 --- a/content/art/2022/headsculpt.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Nomadsculpt test" -date: 2022-12-05 -layout: art-detail -filename: /3d/headsculpt.glb -alt_text: "A 3d sculpt of a short, brown haired girl. It’s only a bust." -slug: headsculpt -threed: true -arttags: -- 3d -mastodon_url: https://mastodon.art/@redstrate/109459311625828312 -program: Nomadsculpt -width: 859 -height: 1280 -thumb_width: 512 -thumb_height: 763 ---- -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) -This 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. diff --git a/content/art/2022/knockout-background.md b/content/art/2022/knockout-background.md deleted file mode 100644 index 8e7c19d..0000000 --- a/content/art/2022/knockout-background.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Knockout Background #1" -date: 2022-10-02 -layout: art-detail -filename: /art/knockout-background.webp -alt_text: "A girl with long brown hair, and a revealing outfit is making a motion from above. She is set against a bright blue sky with clouds." -slug: knockout-background -characters: -- Mysterious Swordswoman -program: Krita -width: 230 -height: 460 -thumb_width: 230 -thumb_height: 460 ---- -This is my first custom Knockout profile background, which ended up becoming my avatar as well. diff --git a/content/art/2022/knocky-chan.md b/content/art/2022/knocky-chan.md deleted file mode 100644 index a543e9a..0000000 --- a/content/art/2022/knocky-chan.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Knocky-Chan" -date: 2022-07-27 -layout: art-detail -filename: /art/knocky-chan.webp -alt_text: "Knocky-chan, a girl with bright red hair and equally red gloves, is making a punching motion at you. Next to her is a small gray cat in a brown cardboard box." -slug: knocky-chan -characters: -- Knocky-chan -arttags: -- sketch -- fan art -program: Procreate -width: 1296 -height: 1060 -thumb_width: 512 -thumb_height: 419 ---- diff --git a/content/art/2022/ko-girl.md b/content/art/2022/ko-girl.md deleted file mode 100644 index 69c928b..0000000 --- a/content/art/2022/ko-girl.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -date: 2022-09-19 -layout: art-detail -filename: /art/ko-girl.webp -alt_text: "A girl long brown hair, is making a peace sign at you. She is wearing a blue shirt with the Knockout logo on it." -slug: ko-girl -arttags: -- sketch -program: Procreate -width: 282 -height: 449 -thumb_width: 282 -thumb_height: 449 ---- diff --git a/content/art/2022/lifeform.md b/content/art/2022/lifeform.md deleted file mode 100644 index 63ace37..0000000 --- a/content/art/2022/lifeform.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Request: Overseer" -date: 2022-12-30 -layout: art-detail -filename: /art/lifeform.webp -alt_text: "A girl with a television on her back, is surrounded in a dark room withmany other screens visible. Each screen is in a pile of wires, but alsohave just one eye visible on the screen." -slug: lifeform -arttags: -- sketch -- request -program: Procreate -width: 1920 -height: 1868 -thumb_width: 512 -thumb_height: 498 ---- -Made on request! diff --git a/content/art/2022/mona.md b/content/art/2022/mona.md deleted file mode 100644 index 2edea8f..0000000 --- a/content/art/2022/mona.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Mona" -date: 2022-11-28 -layout: art-detail -filename: /art/mona.webp -alt_text: "Drawing of a smug cat holding a knife. Next to it, a girl looking up into the sky. She’s dressed in a casual, breezy shirt and shorts." -slug: mona -characters: -- Morgana -arttags: -- sketch -- fan art -mastodon_url: https://mastodon.art/@redstrate/109421857086877683 -program: Procreate -width: 694 -height: 678 -thumb_width: 512 -thumb_height: 500 ---- diff --git a/content/art/2022/mystery-ham.md b/content/art/2022/mystery-ham.md deleted file mode 100644 index cb91716..0000000 --- a/content/art/2022/mystery-ham.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Cartoony Ham" -date: 2022-12-30 -layout: art-detail -filename: /art/mystery-ham.webp -alt_text: "A long haired girl is holding a big, cartoon ham. She’s making eye contact with the viewer while doing so." -slug: mystery-ham -characters: -- Mysterious Swordswoman -arttags: -- sketch -mastodon_url: https://mastodon.art/@redstrate/109605001272963320 -program: Procreate -width: 1062 -height: 1273 -thumb_width: 512 -thumb_height: 614 ---- -I love stupidly big cartoony hams, and this one is no exception. She looks pretty happy about to eat it though :-) diff --git a/content/art/2022/mythra-sketch2.md b/content/art/2022/mythra-sketch2.md deleted file mode 100644 index e4964c6..0000000 --- a/content/art/2022/mythra-sketch2.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Mythra Sketch #2" -date: 2022-08-23 -layout: art-detail -filename: /art/mythra-sketch2.webp -alt_text: "Mythra is leaning against a wall, making eye contact with you." -slug: mythra-sketch2 -characters: -- Mythra -arttags: -- sketch -- fan art -program: Krita -width: 988 -height: 1700 -thumb_width: 512 -thumb_height: 881 ---- diff --git a/content/art/2022/mythra.md b/content/art/2022/mythra.md deleted file mode 100644 index 8f32349..0000000 --- a/content/art/2022/mythra.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "torigoth" -date: 2022-11-11 -layout: art-detail -filename: /art/mythra.webp -alt_text: "A woman sits against a fence, looking at the viewer. She has golden hair, a crown adorned with a green jewel and wears slimwhite armor adorned with black and neon green accents. Her hair is flowing in the wind, and she is currently sat againsta fence on a bridge. In the background is the rest of the town, sitting above the sea of clouds." -slug: mythra -characters: -- Mythra -arttags: -- fan art -mastodon_url: https://mastodon.art/@redstrate/109323160227319996 -pixiv_url: https://www.pixiv.net/en/artworks/102692392 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/torigoth -program: Krita -width: 1920 -height: 1080 -thumb_width: 512 -thumb_height: 288 ---- -I always wanted to draw some Xenoblade Chronicles 2 fan art, but unfortunately it took awhile before I got around to it! This is Mythra, while she's standing around in Torigoth.This is probably one of my most complex pieces of 2022, and of my favorites. The image is drawn at 8K,and downscaled when posting online. I really wanted to make sure I drew at a high enough resolution forwallpaper usage, so I hope you enjoy!Now if I had to do this piece again, I would definitely use some kind of perspective ruler. I decidedto inflate my ego a bit and didn't use any reference (except for the character design and the background)and that visibly hampered the final product. I really tried to make it look like she's naturally leaningback on the fencing, but oh well. I'm most happy with the lines, the shading (despite it being mostly layers)and the far background bits. This is also one of my first major art pieces to be done fully inside of Krita too!I decided to not fully paint this all on one layer, but instead use layer effects to accomplish shading to...a pretty okay result. I had split up each shading layer based on the material, one for cloth, one for skin, one for hair,etc. While the best looking bits are the cloth and metal bits, the skin in retrospect could've used some morelove. In the future I should just do a quick paint-over pass... diff --git a/content/art/2022/office-date.md b/content/art/2022/office-date.md deleted file mode 100644 index f940ffd..0000000 --- a/content/art/2022/office-date.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "office date" -date: 2022-08-01 -layout: art-detail -filename: /art/office-date.webp -alt_text: "An office worker lady looks at the viewer. She has a can of a non-descript drink in one hand, and another one underneath her thigh.She is wearing an unbuttoned collared shirt, and a short black shirt. She's in a red booth, and in front of a table. An incandescent light is flooding the room with an orange glow." -slug: office-date -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/office-date -program: Procreate -width: 1077 -height: 1448 -thumb_width: 512 -thumb_height: 688 ---- -This is actually a much older piece, but I touched it up to make it look more "modern" and fit in with the rest of my work. It looks like she might be a little intoxicated! diff --git a/content/art/2022/orbit-correction.md b/content/art/2022/orbit-correction.md deleted file mode 100644 index 07c700b..0000000 --- a/content/art/2022/orbit-correction.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "orbit correction" -date: 2022-12-20 -layout: art-detail -filename: /art/orbit-correction.webp -alt_text: "Two rocket boosters, currently firing at full thrust. The ship is trying to avoid orbital collision." -slug: orbit-correction -arttags: -- technical -- fan art -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 -width: 1920 -height: 1080 -thumb_width: 512 -thumb_height: 288 ---- -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/overalls.md b/content/art/2022/overalls.md deleted file mode 100644 index 2346d6e..0000000 --- a/content/art/2022/overalls.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Overalls" -date: 2022-11-29 -layout: art-detail -filename: /art/overalls.webp -alt_text: "a girl looking out from her apartment balcony, she's holding a can of something in her left hand. she has her right hand in her overalls pocket, and listening to music on headphones. there is a visible train and other residential buildings in the background." -slug: overalls -arttags: -- sketch -mastodon_url: https://mastodon.art/@redstrate/109424722029097248 -program: Krita -width: 1800 -height: 1685 -thumb_width: 512 -thumb_height: 479 ---- diff --git a/content/art/2022/pencil.md b/content/art/2022/pencil.md deleted file mode 100644 index 40429d6..0000000 --- a/content/art/2022/pencil.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Pencil" -date: 2022-12-18 -layout: art-detail -filename: /art/pencil.webp -alt_text: "two frame comic featuring a girl. she first is on the floor, drawing something on paper. then she notices you dropping your pencil, and quickly says \"pencil! I - uh, mean I found your pencil!\" while looking at you." -slug: pencil -arttags: -- sketch -mastodon_url: https://mastodon.art/@redstrate/109535473989137918 -program: Krita -width: 1920 -height: 1005 -thumb_width: 512 -thumb_height: 268 ---- -Will you accept it from her? diff --git a/content/art/2022/planet-express-ship.md b/content/art/2022/planet-express-ship.md deleted file mode 100644 index ad8da79..0000000 --- a/content/art/2022/planet-express-ship.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Planet Express Ship" -date: 2022-01-01 -excludefeed: true -layout: art-detail -filename: /3d/planet-express-ship.glb -orbit: 62.37deg 81.2deg 37.12m -target: 0.94m 0.32m 0m -fov: 19.58deg -alt_text: "A 3D model of the Planet Express ship from Futurama" -slug: planet-express-ship -threed: true -arttags: -- 3d -nsfw: false -width: 511 -height: 512 -thumb_width: 511 -thumb_height: 512 ---- -I attempted to make the Planet Express ship! diff --git a/content/art/2022/pokewalk.md b/content/art/2022/pokewalk.md deleted file mode 100644 index 1323b93..0000000 --- a/content/art/2022/pokewalk.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Request: PokeWalk" -date: 2022-12-30 -layout: art-detail -filename: /art/pokewalk.webp -alt_text: "Two pokemon, Quaxsly and Mudkip are leaping over a grassy hill on a sunny day." -slug: pokewalk -characters: -- Mudkip -- Quaxly -arttags: -- sketch -- request -- fan art -mastodon_url: https://mastodon.art/@redstrate/109603563188051783 -program: PRocreate -width: 1499 -height: 1383 -thumb_width: 512 -thumb_height: 472 ---- -Made on request! diff --git a/content/art/2022/pot.md b/content/art/2022/pot.md deleted file mode 100644 index 01bdbc7..0000000 --- a/content/art/2022/pot.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pot" -date: 2022-11-23 -layout: art-detail -filename: /art/pot.webp -alt_text: "a very informally dressed girl, cooking something in a pot. handling the pot (with her bare hands??) in her right hand, and a ladle near her mouth in the left. entire image is sketchy, grayscale" -slug: pot -arttags: -- sketch -mastodon_url: https://mastodon.art/@redstrate/109391188169483376 -program: Krita -width: 1253 -height: 1185 -thumb_width: 512 -thumb_height: 484 ---- diff --git a/content/art/2022/recursive.md b/content/art/2022/recursive.md deleted file mode 100644 index ea91ab6..0000000 --- a/content/art/2022/recursive.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Request: Inception" -date: 2022-12-30 -layout: art-detail -filename: /art/recursive.webp -alt_text: "A recursive drawing of me drawing this drawing, which appears infinite. I'm holding an iPad with Procreate." -slug: recursive -arttags: -- sketch -- request -mastodon_url: https://mastodon.art/@redstrate/109603550044669688 -program: Procreate -width: 1493 -height: 1389 -thumb_width: 512 -thumb_height: 476 ---- -Made on request! diff --git a/content/art/2022/shading-test.md b/content/art/2022/shading-test.md deleted file mode 100644 index 186493b..0000000 --- a/content/art/2022/shading-test.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Shading Test" -date: 2022-12-03 -layout: art-detail -filename: /art/shading-test.webp -alt_text: "two girls in a sketch next to each other. one has a hand on their hip and the other is being looked down upon" -slug: shading-test -arttags: -- sketch -mastodon_url: https://mastodon.art/@redstrate/109447816922944564 -program: Procreate -width: 1049 -height: 1280 -thumb_width: 512 -thumb_height: 625 ---- diff --git a/content/art/2022/ship.md b/content/art/2022/ship.md deleted file mode 100644 index 72f7b2f..0000000 --- a/content/art/2022/ship.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Ship" -date: 2022-11-24 -layout: art-detail -filename: /art/ship.webp -alt_text: "quick drawing of a fantasy ship, rising through the clouds. there's somehow both exhaust (presumably from a solid or liqud fuel) and also a jet engine? " -slug: ship -arttags: -- sketch -mastodon_url: https://mastodon.art/@redstrate/109396685680714121 -program: Krita -width: 1000 -height: 562 -thumb_width: 512 -thumb_height: 288 ---- diff --git a/content/art/2022/sketch-dump.md b/content/art/2022/sketch-dump.md deleted file mode 100644 index 459080e..0000000 --- a/content/art/2022/sketch-dump.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Sketch Dump" -date: 2022-11-30 -layout: art-detail -filename: /art/sketch-dump.webp -alt_text: "sketches from top left to bottom right:a large sketch of a girl holding her left hand up, the other hand on the railing behind her. she's descending some stairs and making eye contact with the viewer.two men inside of a car that appears to be driving off the road.a girl in a jacket who has her body turned away from you, but still making eye contact. she looks disappointed?another girl wearing a revealing shirt, walking towards you, yet avoiding eye contact.a bunny girl (viera) wearing a swimsuit, looking at you quite happily.a girl in a jacket rubbing a cat's belly, they both look happy.the same girl in the jacket but she's looking ahead.a four armed succubus in a swimsuit, holding a bag, her behind, and holding an umbrella in the sand.a giant robot... thing which is controlled by a very tiny old man. that old man is wearing those hilarious swirly glasses thing. a TV is located on the robots belly, showing a nondescript program." -slug: sketch-dump -characters: -- Merume -- Juritta -- Dr. Frizzly -arttags: -- sketch -mastodon_url: https://mastodon.art/@redstrate/109434559164546455 -program: Procreate -width: 1000 -height: 936 -thumb_width: 512 -thumb_height: 479 ---- -Just a random mish-mash of sketches I had lying around, so I decided to stick them all in one thing. - -(I ended up reusing the scientist design for Dr. Frizzly) diff --git a/content/art/2022/sketch-dump2.md b/content/art/2022/sketch-dump2.md deleted file mode 100644 index ee0c7d2..0000000 --- a/content/art/2022/sketch-dump2.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Sketch Dump #2" -date: 2022-11-28 -layout: art-detail -filename: /art/sketch-dump2.webp -alt_text: "from top left to bottom right:a girl looking down from her handa dancer with ring weapons doing a striking posea woman from behind lifting her leg upanother girl lifting her left hand like she's speaking to someoneanother woman holding a gun at YOUand a girl holding her right arm, looking cute" -slug: sketch-dump2 -arttags: -- sketch -mastodon_url: https://mastodon.art/@redstrate/109423739412971072 -program: Krita -width: 1714 -height: 2345 -thumb_width: 512 -thumb_height: 700 ---- -the fruits of my stream today! i tried to do some more action-y poses from memory and i think they turned out pretty good! diff --git a/content/art/2022/sketch-dump3.md b/content/art/2022/sketch-dump3.md deleted file mode 100644 index 310854b..0000000 --- a/content/art/2022/sketch-dump3.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Sketch Dump #3" -date: 2022-11-30 -layout: art-detail -filename: /art/sketch-dump3.webp -alt_text: "drawings of multiple things, from top left to bottom right:one girl is sitting and doing a peace signanother girl is walking joyfully with one hand a foot off the grounda small man resembling a rollercoaster tycoon 2 character holding a balloon that's bigger than hima large sketch of a chesty woman with glassesa rollercoaster going up a chained trackthe same girl with glasses but this time naked, and holding her glasses in her left handthe same girl with glasses but facing away, walking with her phone" -slug: sketch-dump3 -arttags: -- sketch -mastodon_url: https://mastodon.art/@redstrate/109430376846947228 -program: Krita -width: 1920 -height: 1870 -thumb_width: 512 -thumb_height: 499 ---- -Done this one on stream, while playing Rollercoaster Tycoon 2! diff --git a/content/art/2022/summer-byleth.md b/content/art/2022/summer-byleth.md deleted file mode 100644 index 0aa8a74..0000000 --- a/content/art/2022/summer-byleth.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "summer byleth" -date: 2022-05-30 -layout: art-detail -filename: /art/summer-byleth.webp -alt_text: "Female Byleth is in a swimsuit, a dark bikini with an extra belt and holding a knife. She is looking down at the viewer. She has dark blue hair, pale skin and bright blue eyes. She has a flower tucked in her hair." -slug: summer-byleth -characters: -- Byleth -arttags: -- fan art -pixiv_url: https://www.pixiv.net/en/artworks/98726204 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/summer-byleth -program: Krita -width: 1000 -height: 1586 -thumb_width: 512 -thumb_height: 812 ---- -This is my first proper painted character piece, and I'm pretty happy with how it turned out still. Why does she need a knife on the beach though? diff --git a/content/art/2022/summer-eva-girls.md b/content/art/2022/summer-eva-girls.md deleted file mode 100644 index 9bc9a96..0000000 --- a/content/art/2022/summer-eva-girls.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "summer eva girls" -date: 2022-07-27 -layout: art-detail -filename: /art/summer-eva-girls.webp -alt_text: "Mari, Asuka and Rei are on the beach. These three girls from left to right have brown hair, orange and blue hair with varying hues of pale skin. Mari is wearing a white bikini, Asuka some form of one piece and Rei is wearing a two-piece swimsuit. Mari is playing with Asuka's hair, which is causing Asuka some embarrassment." -slug: summer-eva-girls -characters: -- Mari -- Asuka -- Rei -arttags: -- fan art -pixiv_url: https://www.pixiv.net/en/artworks/100026963 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/summer-eva-girls -program: Procreate -width: 1356 -height: 1097 -thumb_width: 512 -thumb_height: 414 ---- -I drew this while on a trip, and I thought it was about time to do a summer-themed Evangelion drawing! Mari is of course having some fun with Asuka! diff --git a/content/art/2022/two-girls.md b/content/art/2022/two-girls.md deleted file mode 100644 index 49d8eb1..0000000 --- a/content/art/2022/two-girls.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Two Girls" -date: 2022-12-02 -layout: art-detail -filename: /art/two-girls.webp -alt_text: "two girls in lingerie next to each other, sketchy. one has long hair and the other one has short hair" -slug: two-girls -arttags: -- sketch -mastodon_url: https://mastodon.art/@redstrate/109447195684016839 -program: Procreate -width: 1280 -height: 1074 -thumb_width: 512 -thumb_height: 430 ---- diff --git a/content/art/2022/underwear.md b/content/art/2022/underwear.md deleted file mode 100644 index 51a14af..0000000 --- a/content/art/2022/underwear.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Underwear" -date: 2022-11-06 -layout: art-detail -filename: /art/underwear.webp -alt_text: "A four armed succubus is sitting, standing straight and holding her tail in onehand. She is holding her tight chest, and taking off her clothes. She is putagainst a nice pink background." -slug: underwear -characters: -- Merume -arttags: -- sketch -nsfw: true -mastodon_url: https://mastodon.art/@redstrate/109464613367914600 -program: Procreate -width: 743 -height: 1280 -thumb_width: 512 -thumb_height: 882 ---- -Looks like Merume is getting ready to do something scandalous, but I guess she is a succubus after all... diff --git a/content/art/2022/viera-street.md b/content/art/2022/viera-street.md deleted file mode 100644 index 46a4401..0000000 --- a/content/art/2022/viera-street.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Viera Streetwear" -date: 2022-11-23 -layout: art-detail -filename: /art/viera-street.webp -alt_text: "A bunny girl is looking out into the distance, but breathing out her streetwear jacket.Underneath the jacket is a crop top, and she's wearing some dark baggy pants." -slug: viera-street -characters: -- Juritta -arttags: -- fan art -program: Krita -width: 1000 -height: 2600 -thumb_width: 512 -thumb_height: 1331 ---- -As you can probably tell, I LOVE this streetwear set in FFXIV. diff --git a/content/art/2022/viera1.md b/content/art/2022/viera1.md deleted file mode 100644 index ed4b467..0000000 --- a/content/art/2022/viera1.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Viera #1" -date: 2022-11-16 -layout: art-detail -filename: /art/viera1.webp -alt_text: "viera from final fantasy 14, tall slender bunny race (the best one)" -slug: viera1 -characters: -- Juritta -arttags: -- sketch -- fan art -mastodon_url: https://mastodon.art/@redstrate/109355077545640729 -program: Krita -width: 1315 -height: 1576 -thumb_width: 512 -thumb_height: 614 ---- diff --git a/content/art/2022/viera2.md b/content/art/2022/viera2.md deleted file mode 100644 index 11bfa99..0000000 --- a/content/art/2022/viera2.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Viera #2" -date: 2022-11-16 -layout: art-detail -filename: /art/viera2.webp -alt_text: "another viera, this time at a table." -slug: viera2 -characters: -- Juritta -arttags: -- sketch -- fan art -mastodon_url: https://mastodon.art/@redstrate/109355236564579640 -program: Krita -width: 1068 -height: 1386 -thumb_width: 512 -thumb_height: 664 ---- diff --git a/content/art/2022/warrior.md b/content/art/2022/warrior.md deleted file mode 100644 index 2b507a3..0000000 --- a/content/art/2022/warrior.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Warrior" -date: 2022-11-29 -layout: art-detail -filename: /art/warrior.webp -alt_text: "surrounded by a purple structure, this warrior summons ethereal companions to his side. his sword is pointed towards the viewer but his eyes are gazing upwards" -slug: warrior -arttags: -- sketch -mastodon_url: https://mastodon.art/@redstrate/109427768124828010 -program: Krita -width: 1500 -height: 1077 -thumb_width: 512 -thumb_height: 368 ---- -Inspired by a certain scene in FFXIV Shadowbringers! diff --git a/content/art/2022/well-fed.md b/content/art/2022/well-fed.md deleted file mode 100644 index 89db38d..0000000 --- a/content/art/2022/well-fed.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Well Fed" -date: 2022-11-23 -layout: art-detail -filename: /art/well-fed.webp -alt_text: "viera from final fantasy xiv (bunny girl), holding a pot of baked alien soup. making eye contact to you, for approval?" -slug: well-fed -characters: -- Juritta -arttags: -- sketch -mastodon_url: https://mastodon.art/@redstrate/109394255132277134 -program: Krita -width: 871 -height: 1742 -thumb_width: 512 -thumb_height: 1024 ---- -dunno why i've been drawing food so much recently... will you eat the Baked Alien Soup? diff --git a/content/art/2022/working-out.md b/content/art/2022/working-out.md deleted file mode 100644 index 9922231..0000000 --- a/content/art/2022/working-out.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Working Out" -date: 2022-11-26 -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 -mastodon_url: https://mastodon.art/@redstrate/109408258380892520 -program: Krita -width: 1000 -height: 1527 -thumb_width: 512 -thumb_height: 782 ---- -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 deleted file mode 100644 index c8275a4..0000000 --- a/content/art/2022/workingout.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "working out" -date: 2022-11-09 -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 -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 -width: 1272 -height: 2027 -thumb_width: 512 -thumb_height: 816 ---- -This is a recreation of a sketch I did in 2020, where I tried to do it in my "usual style". I actually really liked how this turned out, all of the poses and faces turned out really cute! - -(Now if only I could name this character...) diff --git a/content/art/2023/_index.md b/content/art/2023/_index.md deleted file mode 100644 index 839b98d..0000000 --- a/content/art/2023/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: 2023 -layout: gallery -json: art -thumbnails: true -selectedyear: 2023 ---- diff --git a/content/art/2023/acrocatabro.md b/content/art/2023/acrocatabro.md deleted file mode 100644 index ee3f610..0000000 --- a/content/art/2023/acrocatabro.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Acro's request" -date: 2023-09-05 -layout: art-detail -filename: /art/acrocatabro.webp -alt_text: "A woman with blonde hair, elven ears and horns is adjusting one of her arm wrappings. She is looking aloof, and has a red two piece outfit with leggings." -slug: acrocatabro -arttags: -- request -mastodon_url: https://mastodon.art/@redstrate/111015374479312669 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/acrocatabro-equest -program: Krita -width: 1920 -height: 3413 -thumb_width: 512 -thumb_height: 910 ---- -Request by @AcroCatabro@mastodon.gamedev.place diff --git a/content/art/2023/aks.md b/content/art/2023/aks.md deleted file mode 100644 index 74e84da..0000000 --- a/content/art/2023/aks.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Aks' request" -date: 2023-09-05 -layout: art-detail -filename: /art/aks.webp -alt_text: "A drawing of some sort of dragon humanoid. He's dressed up in some modern wear, and is breathing fire. Bowser, also a giant dragon turtle thing is running away in terror." -slug: aks -arttags: -- request -mastodon_url: https://mastodon.art/@redstrate/111014706460965728 -program: Krita -width: 1920 -height: 2088 -thumb_width: 512 -thumb_height: 557 ---- -Request by @aks@fedi.akselmo.dev diff --git a/content/art/2023/alear.md b/content/art/2023/alear.md deleted file mode 100644 index e2a9540..0000000 --- a/content/art/2023/alear.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Alear" -date: 2023-02-11 -layout: art-detail -filename: /art/alear.webp -alt_text: "The protagonist Alear from Fire Emblem Engage. She has brightly colored red and blue hair, matching eyes, and a white robe outfit with gold trims. She is holding her right hand in the air (the item is not included) and doing a peace sign in the other." -slug: alear -characters: -- Alear -arttags: -- fan art -mastodon_url: https://mastodon.art/@redstrate/109847101066035149 -program: Krita -width: 1200 -height: 1033 -thumb_width: 512 -thumb_height: 441 ---- -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/asuka-thumbnail.md b/content/art/2023/asuka-thumbnail.md deleted file mode 100644 index dca87be..0000000 --- a/content/art/2023/asuka-thumbnail.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Asuka Thumbnail" -date: 2023-06-27 -layout: art-detail -filename: /art/asuka-thumbnail.webp -alt_text: "A plastic Asuka is getting mishandled (by me). She looks very worried, and is missing minor pieces from her plugsuit." -slug: asuka-thumbnail -characters: -- Asuka -arttags: -- fan art -program: Krita -width: 1920 -height: 1080 -thumb_width: 512 -thumb_height: 288 ---- -The thumbnail for my video "Ruining a $80 figure by putting it together badly" diff --git a/content/art/2023/bathing.md b/content/art/2023/bathing.md deleted file mode 100644 index d1065fc..0000000 --- a/content/art/2023/bathing.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Hot Bath" -date: 2023-04-26 -layout: art-detail -filename: /art/bathing.webp -alt_text: "A young woman is sitting in a water bath, with clouds of smoke surrounding her. The bath building is built out of wood planks, and sunlight is peeking through the windows." -slug: bathing -characters: -- Mysterious Swordswoman -nsfw: true -mastodon_url: https://mastodon.art/@redstrate/110267364853210553 -program: Procreate -width: 1920 -height: 1220 -thumb_width: 512 -thumb_height: 325 ---- -Looks like it's a great time for a hot bath! - -I thought this was going to be a quick sketch, but ended up getting carried away a bit. diff --git a/content/art/2023/beachtrip.md b/content/art/2023/beachtrip.md deleted file mode 100644 index 62bf189..0000000 --- a/content/art/2023/beachtrip.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "beach trip" -date: 2023-10-01 -layout: art-detail -filename: /art/beachtrip.webp -alt_text: "A comic featuring a young woman with long hair, in a pale yellow two piece swimsuit. She has a blue bag on one shoulder.In the first frame, a train is seen with her riding in it. The conductor is saying \"We're about to arrive at our last stop...\"In the second frame, she declares \"I'm finally here! The beach looks nice from here. And I have an excuse to wear this [swimsuit].\"In the third frame, she asks \"Oh! Ice cream! How much?\" and the ice cream man replies: \"Only five gil, ma'am.\"In the fourth frame, she is seen leaving the ice cream stand saying \"Thanks! Now to walk the rest of the way-\" and gets interrupted by someone.In the fifth frame, someone slams into her back, making her lose balance. The man says \"Dude, stop pushing! Oof!\"In the sixth and final frame, she is seen with a bright red face. Yelling, \"Great! This was supposed to be a RELAXING day!\" as her new ice cream fell onto herself. The man who pushed into her says \"Ack! I'm sorry!\"The comic ends with her remarking, \"I guess I could still eat some...\"" -slug: beachtrip -characters: -- Mysterious Swordswoman -arttags: -- comic -mastodon_url: https://mastodon.art/@redstrate/111162313187012517 -pixiv_url: https://www.pixiv.net/en/artworks/112209810 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/beach-trip -program: Krita -width: 1920 -height: 5198 -thumb_width: 512 -thumb_height: 1386 ---- -it's still summer, right? diff --git a/content/art/2023/birdington.md b/content/art/2023/birdington.md deleted file mode 100644 index 3c2401a..0000000 --- a/content/art/2023/birdington.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Robbery!" -date: 2023-07-02 -layout: art-detail -filename: /art/birdington.webp -alt_text: "A very distressing (but colorful) bird is holding a glass of bird-sized red wine and a bag of money. However, he is the banker so is he taking his own money?" -slug: birdington -characters: -- Sir Birdington The Banker -arttags: -- artfight -mastodon_url: https://mastodon.art/@redstrate/110646280771834242 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/robbery -program: Krita -width: 1920 -height: 2322 -thumb_width: 512 -thumb_height: 619 ---- -Artfight attack: https://artfight.net/attack/4167421.robbery diff --git a/content/art/2023/bringontheketchup.md b/content/art/2023/bringontheketchup.md deleted file mode 100644 index dcb21c0..0000000 --- a/content/art/2023/bringontheketchup.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Bring on the ketchup!" -date: 2023-11-26 -layout: art-detail -filename: /art/bringontheketchup.webp -alt_text: "Artwork of PaRappa the Rapper, with PaRappa and the Beard Burger Master. PaRappa is on the left, holding two burgers in his hand. The master is floating to the right, because he's a ghost. In the background is a mess of a resturant, with a sign that says \"More MEAT means more BEEF!\" and a mop. On the counter is trays, tomatoes, and ketchup bottles. A door is partially obscured on the far right." -slug: bringontheketchup -characters: -- PaRappa the Rapper -- Beard Burger Master -arttags: -- fan art -mastodon_url: https://mastodon.art/@redstrate/111480082526592412 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/bring-on-the-ketchup -program: Krita, Blender -width: 1920 -height: 1080 -thumb_width: 512 -thumb_height: 288 ---- diff --git a/content/art/2023/businesscat.md b/content/art/2023/businesscat.md deleted file mode 100644 index ce8537d..0000000 --- a/content/art/2023/businesscat.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Business Cat Desk Recreation" -date: 2023-09-03 -layout: art-detail -filename: /art/businesscat.webp -alt_text: "A 3D model of a desk, and a really round chair. A picture of catnip is on the wall, and a smaller portrait of Business Cat and his wife, and child are also on the desk." -slug: businesscat -arttags: -- 3d -- fan art -program: Blender -width: 1920 -height: 1080 -thumb_width: 512 -thumb_height: 288 ---- diff --git a/content/art/2023/cows.md b/content/art/2023/cows.md deleted file mode 100644 index 01172b2..0000000 --- a/content/art/2023/cows.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "🐮" -date: 2023-11-23 -layout: art-detail -filename: /art/cows.webp -slug: cows -nsfw: true -pixiv_url: https://www.pixiv.net/en/artworks/121093091 -program: Krita -width: 1449 -height: 2649 -thumb_width: 512 -thumb_height: 936 ---- diff --git a/content/art/2023/emily.md b/content/art/2023/emily.md deleted file mode 100644 index dc0994c..0000000 --- a/content/art/2023/emily.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Emily Vasquez's request" -date: 2023-09-10 -layout: art-detail -filename: /art/emily.webp -alt_text: "A drawing of a dog, wallaby thing. They are riding a skateboard in a skate park during sunset and holding a pizza. They are grimacing at you, holding a slice of pizza half eaten." -slug: emily -arttags: -- request -mastodon_url: https://mastodon.art/@redstrate/111041558452790638 -program: Krita -width: 1158 -height: 2196 -thumb_width: 512 -thumb_height: 971 ---- -Request by Emily Vasquez from Knockout. diff --git a/content/art/2023/exiledking.md b/content/art/2023/exiledking.md deleted file mode 100644 index 695044f..0000000 --- a/content/art/2023/exiledking.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "ExiledKing's request" -date: 2023-09-04 -layout: art-detail -filename: /art/exiledking.webp -alt_text: "Simple drawing of a happy dog, who has a mix of dark and light fur. He has a big, slobbering tounge and is dreaming about a nice toy." -slug: exiledking -arttags: -- request -mastodon_url: https://mastodon.art/@redstrate/111008636606551962 -program: Krita -width: 1168 -height: 1492 -thumb_width: 512 -thumb_height: 654 ---- -request by @ExiledKing@mastodon.gamedev.place diff --git a/content/art/2023/gamingforone.md b/content/art/2023/gamingforone.md deleted file mode 100644 index 94e3a47..0000000 --- a/content/art/2023/gamingforone.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "gaming for one" -date: 2023-03-24 -layout: art-detail -filename: /art/gamingforone.webp -alt_text: "In the first frame: Merume is sitting in a chair, looking at a monitor with two of her hands on a keyboard and mouse. Her other arms are crossed below her chest. There are two speech bubbles insulting her, saying 'Wow you suck!' and 'Why don't you just play with yourself instead?'In the second frame: Merume is now in a brighter environment, holding two Steam Decks. One of her decks, she is playing the Heavy in Team Fortress 2, and on the other she is playing the Medic ubering that same heavy. In the next panel, it shows her team winning, and the top two players are her Heavy and Medic." -slug: gamingforone -characters: -- Merume -arttags: -- comic -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 -width: 1920 -height: 4135 -thumb_width: 512 -thumb_height: 1103 ---- -Merume takes the best course of action when getting bullied online, by treating herself to not one but two Steam Decks in order to beat them in a online game! diff --git a/content/art/2023/hunter.md b/content/art/2023/hunter.md deleted file mode 100644 index cdf9817..0000000 --- a/content/art/2023/hunter.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "snow hunting" -date: 2023-07-02 -layout: art-detail -filename: /art/hunter.webp -alt_text: "A drawing of a boy in the snow, and his spotted dog. He is pointing at something for him to fetch." -slug: hunter -characters: -- Hunter -arttags: -- artfight -mastodon_url: https://mastodon.art/@redstrate/110646304883440696 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/snow-hunting -program: Krita -width: 1655 -height: 2005 -thumb_width: 512 -thumb_height: 620 ---- -Artfight attack: https://artfight.net/attack/4192573.snow-hunting diff --git a/content/art/2023/join-me.md b/content/art/2023/join-me.md deleted file mode 100644 index 3aa4de7..0000000 --- a/content/art/2023/join-me.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "want to join?" -date: 2023-06-12 -layout: art-detail -filename: /art/join-me.webp -alt_text: "Rough drawing of a dark skinned woman with four arms. She is holding a beach ball, and sun lotion. She’s gesturing for you to join her!" -slug: join-me -mastodon_url: https://mastodon.art/@redstrate/110529001103381634 -pixiv_url: https://www.pixiv.net/artworks/108996390 -program: Procreate -width: 1476 -height: 1940 -thumb_width: 512 -thumb_height: 673 ---- -Want to join in on the fun? diff --git a/content/art/2023/katie.md b/content/art/2023/katie.md deleted file mode 100644 index 8f21735..0000000 --- a/content/art/2023/katie.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "katie" -date: 2023-06-25 -layout: art-detail -filename: /art/katie.webp -alt_text: "A woman with her arms crossed, holding her chest up. She has medium length light brown hair, dark eyes and making an intimidating face at you." -slug: katie -characters: -- Katie -mastodon_url: https://mastodon.art/@redstrate/110606818674511646 -program: Krita -width: 1108 -height: 1793 -thumb_width: 512 -thumb_height: 829 ---- -Fan art of Bourbon's character :-) diff --git a/content/art/2023/knockout-background2.md b/content/art/2023/knockout-background2.md deleted file mode 100644 index 3b2af0a..0000000 --- a/content/art/2023/knockout-background2.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Knockout Background #2" -date: 2023-01-21 -layout: art-detail -filename: /art/knockout-background2.webp -alt_text: "A bunny girl is looking out into the distance, but breathing out her streetwear jacket.Underneath the jacket is a crop top, and she's wearing some dark baggy pants." -slug: knockout-background2 -characters: -- Juritta -arttags: -- fan art -program: Krita -width: 460 -height: 920 -thumb_width: 460 -thumb_height: 920 ---- -This is my second Knockout background, which is just a slightly touched up drawing I did last year! I still like this set. diff --git a/content/art/2023/lookahead.md b/content/art/2023/lookahead.md deleted file mode 100644 index b8a7244..0000000 --- a/content/art/2023/lookahead.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Look Ahead" -date: 2023-06-30 -layout: art-detail -filename: /art/lookahead.webp -slug: lookahead -characters: -- Mysterious Swordswoman -program: Krita -width: 723 -height: 1066 -thumb_width: 512 -thumb_height: 755 ---- diff --git a/content/art/2023/marchsketch.md b/content/art/2023/marchsketch.md deleted file mode 100644 index 53b8240..0000000 --- a/content/art/2023/marchsketch.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "march sketches" -date: 2023-03-05 -layout: art-detail -filename: /art/marchsketch.webp -alt_text: "From top left to bottom right: Viera (bunny girl) looking at the viewer. Peppino from Pizza Tower opening a food container, annoyed to find a small rat inside. Fiona from Haunting Ground, looking around and gripping her left arm. A TV screen with Gustavo from Pizza Tower looking down at the drawings below, and a rat sits behind him. A woman with orange-brownish hair is looking at the viewer with her arms crossed. The same woman looking annoyed at the viewer. The same Viera from before, but this time in battle clothes and laying on a bed? Then finally a woman with pink hair, wearing a badly drawn maid outfit and holding a badly drawn broom to match." -slug: marchsketch -characters: -- Fiona -- Peppino -- Gustavo -- Juritta -- Rat -arttags: -- sketch -- fan art -mastodon_url: https://mastodon.art/@redstrate/109972292267062823 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/march-sketch-dump -program: Krita -width: 1920 -height: 2300 -thumb_width: 512 -thumb_height: 613 ---- -Here's a collection of sketches I finally finished! I didn't feel like doing a full piece, so I opted to color each of these instead. - -I also finished Haunting Ground recently, so of course I had to draw Fiona. I wonder if someday Capcom would remake this game (and hopefully not change around things too much!) Pizza Tower is also awesome, I love Gustavo and his Dumb Rat. - -More of my Viera in here too, mostly unused sketches. diff --git a/content/art/2023/marchsketch4.md b/content/art/2023/marchsketch4.md deleted file mode 100644 index 1a59ac5..0000000 --- a/content/art/2023/marchsketch4.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "more march sketches" -date: 2023-03-26 -layout: art-detail -filename: /art/marchsketch4.webp -alt_text: "From top left to bottom right: a girl sitting over the edge of a bed, upside down. A person with a badly rock guitar is strumming it with awesome lightning bolts. Jake the dog going through a doggy door, holding a key. A slime. Multiple small cheese people and a big cheese head yelling. The same woman but in two different poses, one looking at the viewer and another one which looks like she’s complaining." -slug: marchsketch4 -characters: -- Jake the Dog -- Mysterious Swordswoman -arttags: -- sketch -- fan art -mastodon_url: https://mastodon.art/@redstrate/110097679535921140 -program: Procreate -width: 1655 -height: 2012 -thumb_width: 512 -thumb_height: 622 ---- -Ended off the month with another page of sketches! Been watching a lot of Adventure Time recently, and I guess I never really drawn any of their characters before (and yes, that's Tiffany and the Angry Squirrel in the window!) - -I also threw in some old Mysterious Swordswoman sketches I had lying around that I liked and colored them. diff --git a/content/art/2023/mel.md b/content/art/2023/mel.md deleted file mode 100644 index ee75b00..0000000 --- a/content/art/2023/mel.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "burger time" -date: 2023-07-02 -layout: art-detail -filename: /art/mel.webp -alt_text: "A four armed woman is eating a very messy burger, in a fast food restaurant. She is licking her fingers. Her hair is a muted pink." -slug: mel -characters: -- Mel -arttags: -- artfight -mastodon_url: https://mastodon.art/@redstrate/110646304883440696 -pixiv_url: https://www.pixiv.net/artworks/109600265 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/burger-time -program: Krita -width: 1700 -height: 2160 -thumb_width: 512 -thumb_height: 651 ---- -Artfight attack: https://artfight.net/attack/4186294.burger-time diff --git a/content/art/2023/misnina.md b/content/art/2023/misnina.md deleted file mode 100644 index 72ed3a3..0000000 --- a/content/art/2023/misnina.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Nina's request" -date: 2023-09-04 -layout: art-detail -filename: /art/misnina.webp -alt_text: "Simple drawing of a man, with pink messy hair and mismatched eyes of gold and pink. He has a very yellow jacket or blouse on, and has multiple belts." -slug: misnina -arttags: -- request -mastodon_url: https://mastodon.art/@redstrate/111008641889958920 -program: Krita -width: 1920 -height: 2563 -thumb_width: 512 -thumb_height: 683 ---- -Request by @misnina@mastodon.art diff --git a/content/art/2023/moonlight.md b/content/art/2023/moonlight.md deleted file mode 100644 index 13f9344..0000000 --- a/content/art/2023/moonlight.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Moonlight" -date: 2023-11-29 -layout: art-detail -filename: /art/moonlight.webp -alt_text: "Drawing of a woman staring up at the moon, which is casting a low light across the grass field. She has her right hand resting on her head, and the other on her side. She's wearing a dark jacket, a greenish top and some sweatpants. There's a few ladybugs flying around the numerous foliage." -slug: moonlight -characters: -- Mysterious Swordswoman -mastodon_url: https://mastodon.art/@redstrate/111494666961164400 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/moonlight -program: Krita -width: 1920 -height: 1080 -thumb_width: 512 -thumb_height: 288 ---- -I hate drawing grass diff --git a/content/art/2023/mountains.md b/content/art/2023/mountains.md deleted file mode 100644 index 43b1dda..0000000 --- a/content/art/2023/mountains.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "mountains" -date: 2023-05-19 -layout: art-detail -filename: /art/mountains.webp -alt_text: "Artwork of a woman holding a sword behind her shoulder, and draped in a dress-like outfit. She has dark hair, and gold earrings. The background is filled with mountainous terrain, clouds, and old bricks." -slug: mountains -characters: -- Mysterious Swordswoman -mastodon_url: https://mastodon.art/@redstrate/110397757041747085 -pixiv_url: https://www.pixiv.net/artworks/108274736 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/mountains -program: Krita -width: 1920 -height: 3488 -thumb_width: 512 -thumb_height: 930 ---- diff --git a/content/art/2023/neuroknives.md b/content/art/2023/neuroknives.md deleted file mode 100644 index 2cf6c13..0000000 --- a/content/art/2023/neuroknives.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "neuroknives' request" -date: 2023-09-06 -layout: art-detail -filename: /art/neuroknives.webp -alt_text: "A woman is asking for a drink, with one still in her hand. She has long dark hair, makeup and a tight dress on. She has a small choker with a heart pendant. She looks intoxicated!" -slug: neuroknives -arttags: -- request -mastodon_url: https://mastodon.art/@redstrate/111019455071425893 -program: Krita -width: 1920 -height: 2083 -thumb_width: 512 -thumb_height: 555 ---- -Request by @neuroknives@mastodon.art diff --git a/content/art/2023/newsakura.md b/content/art/2023/newsakura.md deleted file mode 100644 index d4eb839..0000000 --- a/content/art/2023/newsakura.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "new sakura" -date: 2023-09-24 -layout: art-detail -filename: /art/newsakura.webp -alt_text: "Drawing of a cat girl, with blonde hair and dark eyes. She's wearing a small red top, and some black leggings. She's put on top of a purplish-red background with white accents, and blushing a bit." -slug: newsakura -characters: -- Sakura -mastodon_url: https://mastodon.art/@redstrate/111123304505140712 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/new-sakura -program: Krita -width: 763 -height: 1469 -thumb_width: 512 -thumb_height: 986 ---- -mew diff --git a/content/art/2023/nikki.md b/content/art/2023/nikki.md deleted file mode 100644 index 815df2c..0000000 --- a/content/art/2023/nikki.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Does this look cute?" -date: 2023-07-01 -layout: art-detail -filename: /art/nikki.webp -alt_text: "A pale skinned girl with long brown hair, which reaches down to her legs. She is wearing a baggy purple jacket, with a very short black skirt. She's asking the question in her head, "is this outfit cute?"" -slug: nikki -characters: -- Nikki -arttags: -- artfight -mastodon_url: https://mastodon.art/@redstrate/110646280771834242 -pixiv_url: https://www.pixiv.net/en/artworks/109600265 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/does-this-look-cute -program: Krita -width: 1466 -height: 2712 -thumb_width: 512 -thumb_height: 947 ---- -Artfight attack: https://artfight.net/attack/4149098.does-this-look-cute diff --git a/content/art/2023/nov23sketches.md b/content/art/2023/nov23sketches.md deleted file mode 100644 index 5c6db1f..0000000 --- a/content/art/2023/nov23sketches.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "November 2023 Sketches" -date: 2023-11-28 -layout: art-detail -filename: /art/nov23sketches.webp -alt_text: "Drawing of multiple characters from top left to bottom right:Merume, a four armed blue-haired succubus is eyeing you with a blank expression.Knocky-chan, a boxer clad in extremely saturated reds is punching a huge punching bag with lots of force!PaRappa the Rapper, a small dog is holding a bowl of presumed noodles and looks unimpressed.Mario is looking to the side, the famous red plumber with a big moustache.An old man(?) is sitting in a coffin and says \"oh no!\". They still have their cane.A mushroom has a humanoid face and is smiling.A snake is right underneath the mushroom.Patrick the star(fish) is sitting on a red chair and has cheeks full of mayonnaise.Another snake, but larger, is saying \"sss\".Heavy weapons guy, is looking at you funny.A hand is making a peace sign.One final snake to the right." -slug: nov23sketches -characters: -- Merume -- Knocky-chan -- Heavy -- PaRappa the Rapper -- Patrick -- Mario -arttags: -- sketch -- drawpile -program: Drawpile -width: 1920 -height: 1305 -thumb_width: 512 -thumb_height: 348 ---- -Sketches from Drawpile and others diff --git a/content/art/2023/octsketch.md b/content/art/2023/octsketch.md deleted file mode 100644 index 80d2362..0000000 --- a/content/art/2023/octsketch.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: "October 2023 Sketches" -date: 2023-10-29 -layout: art-detail -filename: /art/octsketch.webp -alt_text: "Drawing of multiple characters from top left to bottom right:Some kind of create with horns looking lovingly to the right.Rude from Final Fantasy 7, looking at you menancingly and redoing his sleeve.A non-descript woman in a tanktop, and shoulder length hair.Pomni from Amazing Digital Circus doing her, anxiety attack thing.Carl from Jimmy Neutron about to eat a hotdog. However he stopped and is now judging you for watching him do it.A tiny chat smiley from Twitch, and a Vinesauce mushroom looking at it.Some sleeping mouth monster, with cartoonish sleeping Z's.A young girl in a school outfit, turning a lever.The same mouth monster from before, but now yelling with it's mouth wide open!A cute small, chibi bunny with a very large heart. There are two arrows pointing at it, saying "Not mine" and "Who?"Mario giving you a thumbs up.Doodle Bop from Spongebob is trying to erase Kirby, which is a play on Kirby's Adventure where it teaches you how to draw kirby.The mouth monster again, but laughing and looking to the left.Mari Makinami from Rebuild of Evangelion, turned away to the side but looking at you still." -slug: octsketch -characters: -- Vineshroom -- Chat -- Rude -- Mario -- Doodle Bob -- Kirby -- Mari -- Carl -- Pomni -arttags: -- sketch -- fan art -mastodon_url: https://mastodon.art/@redstrate/111316396570430914 -program: Krita -width: 1920 -height: 1440 -thumb_width: 512 -thumb_height: 384 ---- -Here's a sketch dump since it's unlikely I'm going to finish anything else before October ends! - -Featuring popular characters such as... Carl? and others 😌 diff --git a/content/art/2023/sanae.md b/content/art/2023/sanae.md deleted file mode 100644 index 4fe345b..0000000 --- a/content/art/2023/sanae.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "relaxation" -date: 2023-07-04 -layout: art-detail -filename: /art/sanae.webp -alt_text: "Drawing of a woman sitting a pool of water, with two suns in the background covered by clouds. She has long, purplish hair and a long tail. She has a dark purple outfit, with lots of pink ribbons, knots decorating it. " -slug: sanae -characters: -- Sanae -arttags: -- artfight -mastodon_url: https://mastodon.art/@redstrate/110657265743066536 -pixiv_url: https://www.pixiv.net/artworks/109630406 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/relaxation -program: Krita -width: 1920 -height: 1080 -thumb_width: 512 -thumb_height: 288 ---- -Artfight attack: https://artfight.net/attack/4421745.relaxation diff --git a/content/art/2023/shirts.md b/content/art/2023/shirts.md deleted file mode 100644 index aeb65d4..0000000 --- a/content/art/2023/shirts.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "shirts" -date: 2023-10-09 -layout: art-detail -filename: /art/shirts.webp -alt_text: "Drawing of three people. A girl is looking at the viewer, and grinning. Her shirt reads \"YEAH\" but the last letter is cut off by the right person. The person on the right is very stylized, but is waving their limbs in the air and their shirt reads \"I'm with someone\". The last person is in the bottom right, also stylized but their shirt reads \"Ask me about my shirt\"" -slug: shirts -arttags: -- sketch -mastodon_url: https://mastodon.art/@redstrate/111207360065698853 -program: Krita -width: 943 -height: 1634 -thumb_width: 512 -thumb_height: 887 ---- diff --git a/content/art/2023/short-hair.md b/content/art/2023/short-hair.md deleted file mode 100644 index efbf47b..0000000 --- a/content/art/2023/short-hair.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Short Hair" -date: 2023-02-01 -layout: art-detail -filename: /art/short-hair.webp -alt_text: "A brown haired girl with dark eyes looking at the viewer. She has a pale purple tank top and playing with her short hair." -slug: short-hair -arttags: -- sketch -mastodon_url: https://mastodon.art/@redstrate/109787348636587394 -program: Procreate -width: 872 -height: 1204 -thumb_width: 512 -thumb_height: 707 ---- -Had the urge to draw a cute short-haired girl, I quite like how the shading turned out. I tried to do some cool symmetry in the background too... diff --git a/content/art/2023/sketchmarch2.md b/content/art/2023/sketchmarch2.md deleted file mode 100644 index b815de7..0000000 --- a/content/art/2023/sketchmarch2.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "march sketches #2" -date: 2023-03-29 -layout: art-detail -filename: /art/sketchmarch2.webp -alt_text: "On the left, Knocky-Chan is punching you. On the right, a dark haired girl is leaning on a non-descript cube." -slug: sketchmarch2 -characters: -- Knocky-chan -arttags: -- sketch -mastodon_url: https://mastodon.art/@redstrate/110108997092717607 -program: Procreate -width: 1497 -height: 1544 -thumb_width: 512 -thumb_height: 528 ---- -Really happy with how Knocky-chan looks here, and the glasses girl turned out pretty cute too. diff --git a/content/art/2023/summerfun.md b/content/art/2023/summerfun.md deleted file mode 100644 index e857dff..0000000 --- a/content/art/2023/summerfun.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "summer fun" -date: 2023-09-21 -layout: art-detail -filename: /art/summerfun.webp -alt_text: "Two women are standing next to each other on a sunset being drowned in sunset. The one on the left has four arms, darker skin and medium length brown hair. She's also winking at you, and is clad in a very bright red swimsuit.The woman on the right has shorter light blue hair, smiling and has elven ears. She also has four arms, and one set is crossed. She is wearing a more de-saturated and muted red two piece. Her tail is curled towards herself." -slug: summerfun -characters: -- Merume -mastodon_url: https://mastodon.art/@redstrate/111103995005205179 -pixiv_url: https://www.pixiv.net/en/artworks/111921549 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/summer-fun -program: Krita -width: 1920 -height: 2413 -thumb_width: 512 -thumb_height: 643 ---- -i guess it makes sense for them to hang out together! diff --git a/content/art/2023/sword-leftlean.md b/content/art/2023/sword-leftlean.md deleted file mode 100644 index cea5bed..0000000 --- a/content/art/2023/sword-leftlean.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -date: 2023-01-05 -layout: art-detail -filename: /art/sword-leftlean.webp -alt_text: "A girl is looking at you. She has dark brown hair, and pale skin. She has a dark dress with golden accents and is plastered against a simple light background." -slug: sword-leftlean -characters: -- Mysterious Swordswoman -arttags: -- sketch -mastodon_url: https://mastodon.art/@redstrate/109638316928912547 -program: Procreate -width: 1286 -height: 1622 -thumb_width: 512 -thumb_height: 646 ---- -I wanted to do a bigger pic of her, but ended up cropping and coloring this part instead. I'm still trying to figure out what to do with her hair... diff --git a/content/art/2023/tim.md b/content/art/2023/tim.md deleted file mode 100644 index 643080b..0000000 --- a/content/art/2023/tim.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "tim." -date: 2023-07-02 -layout: art-detail -filename: /art/tim.webp -alt_text: "It's Tim. He is looking at you, with big white eyes and dark pupils. His small, fragile purple arms are holding what appears to be a green lollipop - but is in fact a wand - Tim is a wizard." -slug: tim -characters: -- Tim -arttags: -- artfight -mastodon_url: https://mastodon.art/@redstrate/110646280771834242 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/tim -program: Krita -width: 1248 -height: 1490 -thumb_width: 512 -thumb_height: 611 ---- -Artfight attack: https://artfight.net/attack/4170296.tim diff --git a/content/art/2023/wanttolisten.md b/content/art/2023/wanttolisten.md deleted file mode 100644 index 0b1241b..0000000 --- a/content/art/2023/wanttolisten.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Want to listen?" -date: 2023-07-01 -layout: art-detail -filename: /art/wanttolisten.webp -alt_text: "An elf girl in pink clothes, with pink hair. She's also a vampire, so she's bearing her teeth. She is holding her phone in one hand, and motioning for you to receive the other end of her in-ear headphones." -slug: wanttolisten -characters: -- Natasha Kandy -arttags: -- artfight -mastodon_url: https://mastodon.art/@redstrate/110646280771834242 -pixiv_url: https://www.pixiv.net/en/artworks/109600265 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/want-to-listen -program: Krita -width: 1460 -height: 1962 -thumb_width: 512 -thumb_height: 688 ---- -Artfight attack: https://artfight.net/attack/4092315.want-to-listen diff --git a/content/art/2023/xbc3.md b/content/art/2023/xbc3.md deleted file mode 100644 index 45d939d..0000000 --- a/content/art/2023/xbc3.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -date: 2023-04-25 -layout: art-detail -filename: /art/xbc3.webp -alt_text: "Noah is on the left, looking at something off in the distance. Eunie is looking at you mouth agape." -slug: xbc3 -characters: -- Noah -- Eunie -arttags: -- sketch -- fan art -mastodon_url: https://mastodon.art/@redstrate/110262783603849052 -program: Procreate -width: 1920 -height: 1439 -thumb_width: 512 -thumb_height: 384 ---- -I just started Xenoblade Chronicles 3, so I wanted to draw two of the characters before I go back to feeding my Xenoblade addiction! diff --git a/content/art/2024/_index.md b/content/art/2024/_index.md deleted file mode 100644 index 77daed9..0000000 --- a/content/art/2024/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: 2024 -layout: gallery -json: art -thumbnails: true -selectedyear: 2024 ---- diff --git a/content/art/2024/applebabies.md b/content/art/2024/applebabies.md deleted file mode 100644 index a2fb36a..0000000 --- a/content/art/2024/applebabies.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Apple Babies (+ Caterpillar) in... an apple a day!" -date: 2024-07-10 -layout: art-detail -filename: /art/applebabies.webp -alt_text: "The apple babies, two small twins wearing apple hats connected via a thin stem. They're here, picking an apple from a tree - one that unfortunately contains one cute worm! The Caterpillar is also here, worried about one of the twins falling over." -slug: applebabies -arttags: -- artfight -mastodon_url: https://mastodon.art/@redstrate/112765290298132276 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/apple-babies-caterpillar-in-an-apple-a-day -program: Krita -width: 1920 -height: 1401 -thumb_width: 512 -thumb_height: 374 ---- -Artfight attack: https://artfight.net/attack/7253015.apple-babies-caterpillar-in-an-apple-a-day diff --git a/content/art/2024/ashley.md b/content/art/2024/ashley.md deleted file mode 100644 index 1204f87..0000000 --- a/content/art/2024/ashley.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "President's Daughter" -date: 2024-01-26 -layout: art-detail -filename: /art/ashley.webp -alt_text: "Drawing of Ashley Graham, a character in Resident Evil 4. She has short blonde hair and green eyes. She's donning a bright orange coat, with a ribbed sweater underneath. She is also wearing tights and a green plaid skirt. She looks worried, I think and is clasping her hands." -slug: ashley -characters: -- Ashley -arttags: -- fan art -mastodon_url: https://mastodon.art/@redstrate/111316396570430914 -pixiv_url: https://www.pixiv.net/en/artworks/115516304 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/president-s-daughter -program: Krita -width: 1446 -height: 2559 -thumb_width: 512 -thumb_height: 906 ---- diff --git a/content/art/2024/balloonshroom.md b/content/art/2024/balloonshroom.md deleted file mode 100644 index 78c58a7..0000000 --- a/content/art/2024/balloonshroom.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "OC Plaza for Balloonshroom" -date: 2024-02-19 -layout: art-detail -filename: /art/balloonshroom.webp -alt_text: "Drawing of a small purple Mario-style mushroom that has a bite taken out of it. It looks really worried, and is laying on the ground with it's four... mushroom tentacles?" -slug: balloonshroom -mastodon_url: https://mastodon.art/@redstrate/111958219719666913 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/oc-plaza-1 -program: Krita -width: 1920 -height: 1598 -thumb_width: 512 -thumb_height: 426 ---- diff --git a/content/art/2024/bart-incoming.md b/content/art/2024/bart-incoming.md deleted file mode 100644 index 4bb6858..0000000 --- a/content/art/2024/bart-incoming.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "BART INCOMING" -date: 2024-07-21 -layout: art-detail -filename: /animation/bart-incoming.webm -alt_text: "A simple 3D animation of BART, a worm (slowly) approaching to your current location. Watch out!" -slug: bart-incoming -animation: true -characters: -- Bart -arttags: -- animation -- artfight -width: 200 -height: 200 -thumb_width: 200 -thumb_height: 200 ---- -Artfight attack: https://artfight.net/attack/8002019.bart-incoming diff --git a/content/art/2024/big-bunny.md b/content/art/2024/big-bunny.md deleted file mode 100644 index 5568869..0000000 --- a/content/art/2024/big-bunny.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Big Bunny 🐰" -date: 2024-03-30 -layout: art-detail -filename: /art/big-bunny.webp -comic: true -pages: -- filename: big-bunny - alt_text: Comic strip made up of four panels. The first panel has one girl putting up a poster on the side of a store wall. Another woman is walking nearby, but the other says 'Huh?' and 'Ma'am! Please wait!' The second panel has the first girl asking 'Would you please try on something for me?' while looking amazed. The other girl asks the following in the next two panels, as the first holds up her hands to imagine a picture. 'Well I dunno, is it gaudy?' 'I'm not exactly the fancy-type' and finally, 'I don't have any money.' The first woman replies 'I just need someone to try it on. That's all!' -- filename: big-bunny2 - alt_text: Two panels make up this comic. The first bubble sets up that it's 'Some time later...' The other woman is now clothed in a one-piece dark bunny suit, with long white gloves. The other girl is behind her, with a measurement tape. She asks 'See? Isn't it cute? ❤︎' and the other respons 'Sure, but it barely fits me.' 'Really? I'm sure I fit it correctly.' In the next panel, the woman in the bunnysuit is eating a carrot. She says 'A carrot too? It's pretty dry.' Off-panel, the other girl says 'Ma'am, that's for decoration...' In the last panel it's a drawing of a door, specifically the bell above it ringing as it swings open. -- filename: big-bunny3 - alt_text: This comic is made up of one panel. Behind the woman in the bunnysuit, there stands a gigantic bunny monster with large red eyes. It has both of it's sharp claws in the air. The woman says 'Did someone come in?' and also 'Hey, have you noticed how high your ceilings are?' The last bubble is 'She quickly regretted leaving her sword at the inn.' -slug: big-bunny -characters: -- Mysterious Swordswoman -arttags: -- comic -mastodon_url: https://mastodon.art/@redstrate/112187076950789997 -pixiv_url: https://www.pixiv.net/artworks/117405970 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/big-bunny -program: Krita -width: 1920 -height: 3055 -thumb_width: 512 -thumb_height: 815 ---- diff --git a/content/art/2024/calamancyy.md b/content/art/2024/calamancyy.md deleted file mode 100644 index 10f353a..0000000 --- a/content/art/2024/calamancyy.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "OC Plaza for Calamancyy" -date: 2024-02-19 -layout: art-detail -filename: /art/calamancyy.webp -alt_text: "Drawing of a dark-skinned woman kicking in the air towards you. She has dark, messy hair paired with some cool sunglasses. She is wearing a skin-tight bodysuit and a slick leather jacket." -slug: calamancyy -mastodon_url: https://mastodon.art/@redstrate/111958219719666913 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/oc-plaza-1 -program: Krita -width: 1690 -height: 2909 -thumb_width: 512 -thumb_height: 881 ---- diff --git a/content/art/2024/charsheet-drfrizzly.md b/content/art/2024/charsheet-drfrizzly.md deleted file mode 100644 index 00d5e8a..0000000 --- a/content/art/2024/charsheet-drfrizzly.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Dr. Frizzly Character Sheet" -date: 2024-06-22 -layout: art-detail -filename: /art/charsheet-drfrizzly.webp -alt_text: "Character sheet of one Dr. Frizzly, a (mad?) scientist who makes minigames. He's clad in a white coat, a dark green undershirt and one messy tie. He's also decked out in khakis." -slug: charsheet-drfrizzly -characters: -- Dr. Frizzly -arttags: -- character sheet -mastodon_url: https://mastodon.art/@redstrate/112662289434324901 -program: Krita -width: 903 -height: 1901 -thumb_width: 512 -thumb_height: 1078 ---- -Artfight preparation :-) diff --git a/content/art/2024/charsheet-juritta.md b/content/art/2024/charsheet-juritta.md deleted file mode 100644 index 6841dab..0000000 --- a/content/art/2024/charsheet-juritta.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Juritta Character Sheet" -date: 2024-06-22 -layout: art-detail -filename: /art/charsheet-juritta.webp -alt_text: "Character sheet of Juritta, a Warrior of Light from FFXIV. She's a Viera, and clad in a green-ish dancers outfit. She has her hair tied up on one side, while letting the rest loose." -slug: charsheet-juritta -characters: -- Juritta -arttags: -- character sheet -mastodon_url: https://mastodon.art/@redstrate/112662299507727427 -program: Krita -width: 987 -height: 2560 -thumb_width: 512 -thumb_height: 1328 ---- -Artfight preparation :-) diff --git a/content/art/2024/charsheet-luci.md b/content/art/2024/charsheet-luci.md deleted file mode 100644 index 329d1be..0000000 --- a/content/art/2024/charsheet-luci.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Luci Character Sheet" -date: 2024-06-22 -layout: art-detail -filename: /art/charsheet-luci.webp -alt_text: "Character sheet of Luci, an electrical engineering student. To that end, she's wearing a T-shirt with \"EE\" on it. She also has purple short hair, a pair of red glasses and some baggy dark pants." -slug: charsheet-luci -characters: -- Luci -arttags: -- character sheet -mastodon_url: https://mastodon.art/@redstrate/112662289434324901 -program: Krita -width: 615 -height: 1805 -thumb_width: 512 -thumb_height: 1503 ---- -Artfight preparation :-) diff --git a/content/art/2024/charsheet-merume.md b/content/art/2024/charsheet-merume.md deleted file mode 100644 index 51ddb20..0000000 --- a/content/art/2024/charsheet-merume.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Merume Character Sheet" -date: 2024-06-22 -layout: art-detail -filename: /art/charsheet-merume.webp -alt_text: "Character sheet of Merume, a four-armed succubus with blue ponytails. She has long elven-like ears, a basic tanktop on and some shorts. She's also sporting a tail and some socks." -slug: charsheet-merume -characters: -- Merume -arttags: -- character sheet -mastodon_url: https://mastodon.art/@redstrate/112662299507727427 -program: Krita -width: 1038 -height: 2058 -thumb_width: 512 -thumb_height: 1015 ---- -Artfight preparation :-) diff --git a/content/art/2024/charsheet-mysterious-swordswoman.md b/content/art/2024/charsheet-mysterious-swordswoman.md deleted file mode 100644 index c2e41ab..0000000 --- a/content/art/2024/charsheet-mysterious-swordswoman.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Mysterious Swordswoman Character Sheet" -date: 2024-06-22 -layout: art-detail -filename: /art/charsheet-mysterious-swordswoman.webp -alt_text: "Character sheet of a young woman, nicknamed \"Mysterious Swordswoman\". She has medium long brown hair, dark eyes and is dressed in dark garments with a golden touch. She is wielding a sword on her right." -slug: charsheet-mysterious-swordswoman -characters: -- Mysterious Swordswoman -arttags: -- character sheet -mastodon_url: https://mastodon.art/@redstrate/112662289434324901 -program: Krita -width: 782 -height: 1887 -thumb_width: 512 -thumb_height: 1235 ---- -Artfight preparation :-) Based off of her 2023 sheet diff --git a/content/art/2024/charsheet-sakura.md b/content/art/2024/charsheet-sakura.md deleted file mode 100644 index 4e8491f..0000000 --- a/content/art/2024/charsheet-sakura.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Sakura Character Sheet" -date: 2024-06-22 -layout: art-detail -filename: /art/charsheet-sakura.webp -alt_text: "Character sheet of Sakura, one lone catgirl with long dirty blonde hair. She's got leggings and a sports tank on. Oh, and some shoes for running?" -slug: charsheet-sakura -characters: -- Sakura -arttags: -- character sheet -mastodon_url: https://mastodon.art/@redstrate/112662299507727427 -width: 764 -height: 1848 -thumb_width: 512 -thumb_height: 1238 ---- -Artfight preparation :-) Based off of her 2023 sheet diff --git a/content/art/2024/costadelsol.md b/content/art/2024/costadelsol.md deleted file mode 100644 index 2ef1af7..0000000 --- a/content/art/2024/costadelsol.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Costa del Sol" -date: 2024-02-10 -layout: art-detail -filename: /art/costadelsol.webp -alt_text: "Drawing of Tifa and Aerith from Final Fantasy 7. They are in their Costa del Sol outfits featured in Rebirth. Tifa is standing on the left, with one hand on her hip. Aerith is to our right, and is holding Tifa while holding her other hand towards her mouth. They're standing in the middle of an alley, where a large mountain is barely visible in the daylight." -slug: costadelsol -characters: -- Tifa -- Aerith -arttags: -- fan art -mastodon_url: https://mastodon.art/@redstrate/111909720876173011 -pixiv_url: https://www.pixiv.net/artworks/115946355 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/costa-del-sol -program: Krita -width: 1920 -height: 3413 -thumb_width: 512 -thumb_height: 910 ---- diff --git a/content/art/2024/drip.md b/content/art/2024/drip.md deleted file mode 100644 index de498a3..0000000 --- a/content/art/2024/drip.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Drip" -date: 2024-06-05 -layout: art-detail -filename: /art/drip.webp -alt_text: "Drawing of a woman with light skin, and long brown hair. She's sitting inside of a large bath full of hot water. There's some steam in the background, as she's drinking some green liquid." -slug: drip -characters: -- Mysterious Swordswoman -nsfw: true -mastodon_url: https://mastodon.art/@redstrate/112567384640633283 -pixiv_url: https://www.pixiv.net/en/artworks/121093210 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/drip -program: Krita -width: 1920 -height: 2455 -thumb_width: 512 -thumb_height: 655 ---- -another bath, but i don't care 🙉 ...i have no idea what she's drinking diff --git a/content/art/2024/electrical.md b/content/art/2024/electrical.md deleted file mode 100644 index 9ee85cb..0000000 --- a/content/art/2024/electrical.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Electrical" -date: 2024-01-26 -layout: art-detail -filename: /art/electrical.webp -alt_text: "Drawing of a girl with short black hair and light skin. She is wearing dark red glasses and small circular earrings. She is wearing a bluish-green shirt that reads \"EE\". Also on her person is baggy pants and a partially obscured soldering iron in her left hand." -slug: electrical -characters: -- Luci -mastodon_url: https://mastodon.art/@redstrate/111825151599392193 -pixiv_url: https://www.pixiv.net/artworks/115516345 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/electrical -program: Krita -width: 1125 -height: 2291 -thumb_width: 512 -thumb_height: 1043 ---- diff --git a/content/art/2024/fallenangel.md b/content/art/2024/fallenangel.md deleted file mode 100644 index 3869df8..0000000 --- a/content/art/2024/fallenangel.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Fallen Angel" -date: 2024-07-17 -layout: art-detail -filename: /art/fallenangel.webp -alt_text: "Drawing of Mizuoto Sui, a virtual pet-turned-robotic-angel. She has long green hair, a schoolgirl outfit and rocking bunny socks. She's sitting on some non-descript concrete with feathers falling around her." -slug: fallenangel -characters: -- Mizuoto Sui -arttags: -- artfight -mastodon_url: https://mastodon.art/@redstrate/112803941103002762 -pixiv_url: https://www.pixiv.net/en/artworks/121097790 -program: Krita, Blender -width: 1920 -height: 1080 -thumb_width: 512 -thumb_height: 288 ---- -Artfight attack: https://artfight.net/attack/7756662.fallen-angel diff --git a/content/art/2024/feathers.md b/content/art/2024/feathers.md deleted file mode 100644 index 3b1e84a..0000000 --- a/content/art/2024/feathers.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "he's back..." -date: 2024-06-08 -layout: art-detail -filename: /art/feathers.webp -alt_text: "Drawing of Feathers McGraw (a clay penguin) from Wallace & Gromit. He's putting on his signature red glove, and looking... menacing? Cute and adorable? He's inside of a jail cell." -slug: feathers -characters: -- Feathers McGraw -arttags: -- fan art -mastodon_url: https://mastodon.art/@redstrate/112582169263432612 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/he-s-back -program: Krita -width: 1808 -height: 2480 -thumb_width: 512 -thumb_height: 702 ---- diff --git a/content/art/2024/fediseum-interior.md b/content/art/2024/fediseum-interior.md deleted file mode 100644 index 32b52fb..0000000 --- a/content/art/2024/fediseum-interior.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "FEDISEUM interior" -date: 2024-06-15 -layout: art-detail -filename: /art/fediseum-interior.webp -slug: fediseum-interior -arttags: -- 3d -program: Blender, Godot -width: 1920 -height: 1080 -thumb_width: 512 -thumb_height: 288 ---- diff --git a/content/art/2024/ffxiv-sketches-miqote.md b/content/art/2024/ffxiv-sketches-miqote.md deleted file mode 100644 index 30d0878..0000000 --- a/content/art/2024/ffxiv-sketches-miqote.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Miq'ote Sketch" -date: 2024-07-29 -layout: art-detail -filename: /art/ffxiv-sketches-miqote.webp -alt_text: "Drawing of a Miqo'te from Final Fantasy XIV. She's wearing the racial starting gear, which is a tank top (with belts of course), a short skith and some thigh high boots. She's really excited(?) and posing high in the air." -slug: ffxiv-sketches-miqote -arttags: -- fan art -mastodon_url: https://mastodon.art/@redstrate/112872595759645312 -pixiv_url: https://www.pixiv.net/en/artworks/121097824 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/ffxiv-sketches -program: Krita -width: 1186 -height: 2211 -thumb_width: 512 -thumb_height: 954 ---- diff --git a/content/art/2024/ffxiv-sketches-sage.md b/content/art/2024/ffxiv-sketches-sage.md deleted file mode 100644 index 5b48059..0000000 --- a/content/art/2024/ffxiv-sketches-sage.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sage Sketch" -date: 2024-07-31 -layout: art-detail -filename: /art/ffxiv-sketches-sage.webp -alt_text: "Drawing of a Sage from Final Fantasy XIV, which happens to be a female Viera with short hair tied in a ponytail. She's dressed in a white robe (although the entire picture is black & white) with long sleeves, and a sash tied around her waist. Complete with a complete, she's holding her elbow and she's healing or something." -slug: ffxiv-sketches-sage -characters: -- Juritta -arttags: -- sketch -- fan art -mastodon_url: https://mastodon.art/@redstrate/112883865597297417 -pixiv_url: https://www.pixiv.net/en/artworks/121097824 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/ffxiv-sketches -program: Krita -width: 1384 -height: 2847 -thumb_width: 512 -thumb_height: 1053 ---- diff --git a/content/art/2024/ffxiv-sketches-viera.md b/content/art/2024/ffxiv-sketches-viera.md deleted file mode 100644 index 9fe3011..0000000 --- a/content/art/2024/ffxiv-sketches-viera.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Juritta Sketch" -date: 2024-07-24 -layout: art-detail -filename: /art/ffxiv-sketches-viera.webp -alt_text: "Drawing of a Viera from FFXIV donned in some modern looking clothes, including a sports crop and some baggy pants. She's smiling with her mouth open and looking at the viewer off-screen." -slug: ffxiv-sketches-viera -characters: -- Juritta -arttags: -- fan art -mastodon_url: https://mastodon.art/@redstrate/112844697188259305 -pixiv_url: https://www.pixiv.net/en/artworks/121097824 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/ffxiv-sketches -program: Krita -width: 1072 -height: 2719 -thumb_width: 512 -thumb_height: 1299 ---- diff --git a/content/art/2024/firstdraw.md b/content/art/2024/firstdraw.md deleted file mode 100644 index e3219c8..0000000 --- a/content/art/2024/firstdraw.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "First Draw 🔫" -date: 2024-07-03 -layout: art-detail -filename: /art/firstdraw.webp -alt_text: "Drawing of a gunmen who shoots a single bullet through his index finger. He is clad in a really cool bright red cape, and just the right amount of belts. He does not have a human face, but some kind of mechanoid face mask with some sick green goggles." -slug: firstdraw -characters: -- Desert Stalker -arttags: -- artfight -mastodon_url: https://mastodon.art/@redstrate/112720510735345856 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/first-draw -program: Krita -width: 1920 -height: 1348 -thumb_width: 512 -thumb_height: 359 ---- -Artfight attack: https://artfight.net/attack/6150059.first-draw diff --git a/content/art/2024/florence.md b/content/art/2024/florence.md deleted file mode 100644 index ef4d2cb..0000000 --- a/content/art/2024/florence.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Farm-hands" -date: 2024-07-14 -layout: art-detail -filename: /art/florence.webp -slug: florence -characters: -- Florence Griffin -arttags: -- artfight -pixiv_url: https://www.pixiv.net/en/artworks/121129316 -program: Krita -width: 1920 -height: 2234 -thumb_width: 512 -thumb_height: 596 ---- -Artfight attack: https://artfight.net/attack/7549291.farm-hands diff --git a/content/art/2024/glare.md b/content/art/2024/glare.md deleted file mode 100644 index 07e60c5..0000000 --- a/content/art/2024/glare.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Glare" -date: 2024-04-20 -layout: art-detail -filename: /art/glare.webp -alt_text: "A mature woman dressed in a blazer that has an insanely low neckline. Her hair is parted, and she's holding her hips in both of her hands while glaring at you." -slug: glare -mastodon_url: https://mastodon.art/@redstrate/112306487333726274 -program: Krita -width: 1001 -height: 1417 -thumb_width: 512 -thumb_height: 725 ---- diff --git a/content/art/2024/idcheck.md b/content/art/2024/idcheck.md deleted file mode 100644 index 2af8ece..0000000 --- a/content/art/2024/idcheck.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Viera ID Check" -date: 2024-05-19 -layout: art-detail -filename: /art/idcheck.webp -alt_text: "Drawing of a Viera from the critically acclaimed MMORPG Final Fantasy XIV. She is dressed in light green battle garb and has tied up brown hair. She lifts on hand from the table to note: 'My ID *is* accurate.' with the implication she is being checked before ordering an alcoholic beverage." -slug: idcheck -characters: -- Juritta -arttags: -- fan art -mastodon_url: https://mastodon.art/@redstrate/112468818118244065 -pixiv_url: https://www.pixiv.net/en/artworks/118886586 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/viera-id-check -program: Krita -width: 1559 -height: 2388 -thumb_width: 512 -thumb_height: 784 ---- -do they even have the concept of a legal drinking age anywhere in Eorzea? 🍺 diff --git a/content/art/2024/itscoldhere.md b/content/art/2024/itscoldhere.md deleted file mode 100644 index c7ceb9f..0000000 --- a/content/art/2024/itscoldhere.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "It's cold here" -date: 2024-01-21 -layout: art-detail -filename: /art/itscoldhere.webp -alt_text: "Drawing of a Viera from FFXIV, with short dark brown hair tied up in a ponytail. She is clad in a big sweater and a red scarf. She is looking to her right, and blowing out a visible breath of hot air." -slug: itscoldhere -characters: -- Juritta -arttags: -- fan art -mastodon_url: https://mastodon.art/@redstrate/111794271545458755 -program: Krita -width: 728 -height: 1788 -thumb_width: 512 -thumb_height: 1257 ---- diff --git a/content/art/2024/kali.md b/content/art/2024/kali.md deleted file mode 100644 index b258ab5..0000000 --- a/content/art/2024/kali.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Take a look, inside the book" -date: 2024-07-21 -layout: art-detail -filename: /art/kali.webp -alt_text: "Kali, the prismarine elf is taking a peek inside of a book label "2" (in roman numerals.) He has long purplish hair with multi-colored accents, and is adorned in many red jewels including one on his forehad. He's also wearing pretty sick glasses, and is donned in a green jacket with puffy white sleeves." -slug: kali -characters: -- Kali -arttags: -- artfight -mastodon_url: https://mastodon.art/@redstrate/112827087560658678 -program: Krita -width: 1258 -height: 2161 -thumb_width: 512 -thumb_height: 880 ---- -Artfight attack: https://artfight.net/attack/7990837.take-a-look-inside-the-book diff --git a/content/art/2024/konqi.md b/content/art/2024/konqi.md deleted file mode 100644 index 0ed6d88..0000000 --- a/content/art/2024/konqi.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Konqi 📀" -date: 2024-04-09 -layout: art-detail -filename: /art/konqi.webp -alt_text: "Three drawings of KDE's mascot, the dragon Konqi.The first Konqi is sitting on the floor, taking a bite out of various forms of media such as DVDs, floppy disks and USB drives. He looks quite pleased with himself.The second Konqi is juggling said physical media in the air, somehow not dropping them in the process.The third and unfortunately final Konqi is finding DVDs inside of a cardbox box. He's also very pleased." -slug: konqi -characters: -- Konqi -arttags: -- fan art -mastodon_url: https://mastodon.art/@redstrate/112238971210645004 -program: Krita -width: 1920 -height: 2257 -thumb_width: 512 -thumb_height: 602 ---- -Eating DVDs isn't illegal, right? diff --git a/content/art/2024/l1.md b/content/art/2024/l1.md deleted file mode 100644 index fae1ffe..0000000 --- a/content/art/2024/l1.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "L1 📷" -date: 2024-05-12 -layout: art-detail -filename: /art/l1.webp -alt_text: "Drawing of Merume, a four armed succubus. The drawing has no color, and is just lines. She is holding a Canon L1, which has two grips (yes, really.) She's also adjusting the huge interchangable lens, and holding some of her bangs back so she can look in the viewfinder. She's also wearing a really big T-Shirt." -slug: l1 -characters: -- Merume -arttags: -- sketch -mastodon_url: https://mastodon.art/@redstrate/112428669022463740 -pixiv_url: https://www.pixiv.net/artworks/118718547 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/l1 -program: Krita -width: 1920 -height: 2223 -thumb_width: 512 -thumb_height: 593 ---- diff --git a/content/art/2024/l3ny.md b/content/art/2024/l3ny.md deleted file mode 100644 index 1532039..0000000 --- a/content/art/2024/l3ny.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "OC Plaza for L3ny" -date: 2024-02-19 -layout: art-detail -filename: /art/l3ny.webp -alt_text: "A simple drawing of a woman with bright pink hair, and light skin. She has a gray suit with her shoulders exposed, and her body is facing away from you. She has a snake tattoo on her right arm and a bracelet." -slug: l3ny -mastodon_url: https://mastodon.art/@redstrate/111958219719666913 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/oc-plaza-1 -program: Krita -width: 1084 -height: 2220 -thumb_width: 512 -thumb_height: 1049 ---- diff --git a/content/art/2024/lizard.md b/content/art/2024/lizard.md deleted file mode 100644 index 1271448..0000000 --- a/content/art/2024/lizard.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Lizard 🦎" -date: 2024-04-20 -layout: art-detail -filename: /art/lizard.webp -alt_text: "A girl being overrun by green lizards. She's wearing glasses, but can clearly see her conundrum. Looking worried, there is multiple lizards crawling over her. She's wearing a crop top and baggy pants. The lizards are small, cute and very green." -slug: lizard -characters: -- Luci -mastodon_url: https://mastodon.art/@redstrate/112306487333726274 -program: Krita -width: 1152 -height: 1414 -thumb_width: 512 -thumb_height: 628 ---- diff --git a/content/art/2024/macheo.md b/content/art/2024/macheo.md deleted file mode 100644 index 22cb62a..0000000 --- a/content/art/2024/macheo.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "MACHEO STRIKE" -date: 2024-07-11 -layout: art-detail -filename: /art/macheo.webp -alt_text: "Drawing of Macheo, a... gun demon thing? He's a humanoid being with dark skin dotted with orange flames, and a gun on his face. He's currently throwing himself at someone to the left that we can't see. He's also donning a ripped tank top and some baggy pants." -slug: macheo -characters: -- Macheo -arttags: -- artfight -mastodon_url: https://mastodon.art/@redstrate/112771154075649547 -program: Krita -width: 1920 -height: 1440 -thumb_width: 512 -thumb_height: 384 ---- -Artfight attack: https://artfight.net/attack/7350831.macheo-strike diff --git a/content/art/2024/madison.md b/content/art/2024/madison.md deleted file mode 100644 index feaef80..0000000 --- a/content/art/2024/madison.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Early morning meeting" -date: 2024-07-14 -layout: art-detail -filename: /art/madison.webp -alt_text: "Drawing of Madison, an office lady in a very early morning meeting. She's in a dark room only lit by a projector that's not visible. She's holding her heavy head on her hand, while holding glasses and a pen. She's clearly not in it, and still a little hungover. She has blue hair, yellow eyes and in a button up top." -slug: madison -characters: -- Madison -arttags: -- artfight -mastodon_url: https://mastodon.art/@redstrate/112785759056083795 -program: Krita -width: 1920 -height: 2070 -thumb_width: 512 -thumb_height: 552 ---- -Artfight attack: https://artfight.net/attack/7534577.early-morning-meeting diff --git a/content/art/2024/maioutfit.md b/content/art/2024/maioutfit.md deleted file mode 100644 index eb99a17..0000000 --- a/content/art/2024/maioutfit.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Mai Outfit" -date: 2024-07-07 -layout: art-detail -filename: /art/maioutfit.webp -alt_text: "The mysterious swordswoman, clad in Mai Shiranui's outfit. Well, one of many because she has like seven different iterations.It's some kind of scantily clad dress, with a short flap in front and a really loose top tied in the back. She is also wearing... uh... some kind of towel? And there's large bead laying on the ground attached to her." -slug: maioutfit -characters: -- Mysterious Swordswoman -mastodon_url: https://mastodon.art/@redstrate/112746286808881766 -pixiv_url: https://www.pixiv.net/en/artworks/121129321 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/mai-outfit -program: Krita -width: 1920 -height: 2694 -thumb_width: 512 -thumb_height: 718 ---- -(a sort of combination, this outfit makes no sense) diff --git a/content/art/2024/merume-anim.md b/content/art/2024/merume-anim.md deleted file mode 100644 index 3abefc8..0000000 --- a/content/art/2024/merume-anim.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "merume animation" -date: 2024-01-24 -layout: art-detail -filename: /animation/merume-anim.webm -alt_text: "Merume doing that \"Sailor Moon\" pose with three of her hands, while holding a can of beer in the other." -slug: merume-anim -animation: true -characters: -- Merume -arttags: -- animation -width: 1920 -height: 1080 -thumb_width: 512 -thumb_height: 288 ---- diff --git a/content/art/2024/merumes-night-out.md b/content/art/2024/merumes-night-out.md deleted file mode 100644 index 1a4571a..0000000 --- a/content/art/2024/merumes-night-out.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Merume's Night Out" -date: 2024-09-16 -layout: art-detail -filename: /art/merumes-night-out.webp -alt_text: "Merume, a four-armed succubus is currently out drinking in the blank void that's called my canvas. She's donning pigtails, has long elven-like ears and a tail. She's holding two non-descript alcohol bottles in her left hands, and doing a funny gesture at you. She's wearing a tube top, and some leggings." -slug: merumes-night-out -characters: -- Merume -arttags: -- sketch -mastodon_url: https://mastodon.art/@redstrate/113150414242267426 -program: Krita -width: 1920 -height: 3346 -thumb_width: 512 -thumb_height: 892 ---- -unblocking my block diff --git a/content/art/2024/raubahn.md b/content/art/2024/raubahn.md deleted file mode 100644 index cc9c562..0000000 --- a/content/art/2024/raubahn.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Bull of Ala Mhigo" -date: 2024-01-26 -layout: art-detail -filename: /art/raubahn.webp -alt_text: "Drawing of Raubahn, a character in Final Fantasy XIV. He's a dark skinned man who is taller than he looks, just not visible in this picture. He is wearing simple robes, wrappings and other tidbits but he notably has a horned armguard on his left side. He's draping a dark robe over his left shoulder, which is missing an arm. He has his muted hair tied back. He looks silently to his left." -slug: raubahn -characters: -- Raubahn -arttags: -- fan art -mastodon_url: https://mastodon.art/@redstrate/111825144287076706 -pixiv_url: https://www.pixiv.net/artworks/115516281 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/the-bull-of-ala-mhigo -program: Krita -width: 1392 -height: 1798 -thumb_width: 512 -thumb_height: 661 ---- diff --git a/content/art/2024/recoverydisk.md b/content/art/2024/recoverydisk.md deleted file mode 100644 index fd56442..0000000 --- a/content/art/2024/recoverydisk.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Recovery Disk" -date: 2024-07-05 -layout: art-detail -filename: /art/recoverydisk.webp -alt_text: "A robot named Y2K is walking through a really dingy and dark hallway. They are comprimised of six arms, three heads (one is not visible in this image.) They are currently holding an optical disk in one hand and a floppy drive in another. The first screened face is green and is making a sad winking face. The second monitor on top is sleeping." -slug: recoverydisk -characters: -- Y2K -arttags: -- artfight -- 3d -mastodon_url: https://mastodon.art/@redstrate/112736580479887700 -program: Blender -width: 1920 -height: 1080 -thumb_width: 512 -thumb_height: 288 ---- -Artfight attack: https://artfight.net/attack/6647385.recovery-disk diff --git a/content/art/2024/senzaki.md b/content/art/2024/senzaki.md deleted file mode 100644 index f327a6e..0000000 --- a/content/art/2024/senzaki.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Senzaki" -date: 2024-06-04 -layout: art-detail -filename: /art/senzaki.webp -slug: senzaki -characters: -- Senzaki Yukiko -arttags: -- fan art -nsfw: true -pixiv_url: https://www.pixiv.net/en/artworks/119356674 -program: Krita -width: 1920 -height: 2857 -thumb_width: 512 -thumb_height: 762 ---- diff --git a/content/art/2024/slowday.md b/content/art/2024/slowday.md deleted file mode 100644 index 4a332a6..0000000 --- a/content/art/2024/slowday.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Slow work day" -date: 2024-01-26 -layout: art-detail -filename: /art/slowday.webp -alt_text: "Drawing of a small, sad looking man who has a large and oversized head. He wears a pair of swirly and opaque glasses. He's adjusting his eyewear while holding his mug. (There's something written on the mug, but it's obscured.)" -slug: slowday -characters: -- Dr. Frizzly -mastodon_url: https://mastodon.art/@redstrate/111825122306086541 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/slow-day -program: Krita -width: 1636 -height: 1710 -thumb_width: 512 -thumb_height: 535 ---- diff --git a/content/art/2024/summertime.md b/content/art/2024/summertime.md deleted file mode 100644 index 0b2511a..0000000 --- a/content/art/2024/summertime.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Summertime in Winter Entry" -date: 2024-02-11 -layout: art-detail -filename: /art/summertime.webp -alt_text: "Drawing of a young woman with long brown hair, holding a huge sword while sitting. She's looking at you, with her legs crossed. She has a pale yellow two-piece swimsuit on, and some sandals. She is also sitting on a very basic looking beach." -slug: summertime -characters: -- Mysterious Swordswoman -mastodon_url: https://mastodon.art/@redstrate/111941678917447592 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/summertime-in-winter-entry -program: Krita -width: 1920 -height: 2545 -thumb_width: 512 -thumb_height: 679 ---- -My entry for the Summertime in Winter collab, and rushed the background since it's supposed to be transparent :-) - - -I also made a few mistakes like forgetting her scar which is fixed in this standalone version diff --git a/content/art/2024/thechromosomes.md b/content/art/2024/thechromosomes.md deleted file mode 100644 index 2949283..0000000 --- a/content/art/2024/thechromosomes.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "THE CHROMOSOMES (LIVE)" -date: 2024-07-25 -layout: art-detail -filename: /art/thechromosomes.webp -alt_text: "A poster for The Chromosomes, a fictional ArtFight band. It consists of four colored and energetic members.We have D4c (the youngest) in blue, and the lead vocalist. He's holding a microphone and very happy to see you.Next there's Jean (the older brother of Foo) and he's on lead guitar. He's also jamming out on the mic.Behind those two is Foo himself, younger brother of Jean. He's a bit quiet, but looks like he's enjoying himself and his bass guitar.Finally - in the back - is Akira the drummer. He's having a blast while drumming away with his sticks.The text on the poster (from top to bottom) says The Chromosomes, Featuring D4c, Jean, Foo and Akira, LIVE TONIGHT @ 9 PM, DNA ARENA, Produced by @boogiewoogie." -slug: thechromosomes -characters: -- The Chromosomes -arttags: -- artfight -mastodon_url: https://mastodon.art/@redstrate/112849990662603680 -program: Krita -width: 1920 -height: 2715 -thumb_width: 512 -thumb_height: 724 ---- -Artfight attack: https://artfight.net/attack/8207900.the-chromosomes-live diff --git a/content/art/2024/tiramisu.md b/content/art/2024/tiramisu.md deleted file mode 100644 index 40fac53..0000000 --- a/content/art/2024/tiramisu.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Tiramisu" -date: 2024-04-20 -layout: art-detail -filename: /art/tiramisu.webp -alt_text: "Drawing of a young woman clad in way too many coats. She is pale skinned, with similarly pale brown hair tied in a side braid. She has dark brown eyes, and holding a plate of tiramisu. She's wearing a bright dress shirt, with a brown and dark coat. She's clad in a short, light purple skirt with dark tights. She looks quite pleased holding the plate." -slug: tiramisu -characters: -- Terra Missu -mastodon_url: https://mastodon.art/@redstrate/112306487333726274 -program: Krita -width: 1575 -height: 2034 -thumb_width: 512 -thumb_height: 661 ---- diff --git a/content/art/2024/winter-merume.md b/content/art/2024/winter-merume.md deleted file mode 100644 index d07f205..0000000 --- a/content/art/2024/winter-merume.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Winter Merume" -date: 2024-02-15 -layout: art-detail -filename: /art/winter-merume.webp -alt_text: "Drawing of a girl with medium length blue hair, and dark crimson eyes. She has a beanie on, and long elven ears. She’s eating a sandwich while holding a bag in her four hands. She’s sitting on a park bench with her tail curled in the air. She’s wearing a winter outfit, complete with a baggy sweater and comfy knee high boots." -slug: winter-merume -characters: -- Merume -mastodon_url: https://mastodon.art/@redstrate/111941678917447592 -pixiv_url: https://www.pixiv.net/artworks/116104991 -newgrounds_url: https://www.newgrounds.com/art/view/redstrate/winter-merume -program: Krita -width: 1840 -height: 3104 -thumb_width: 512 -thumb_height: 864 ---- -entry for the sandwich collab diff --git a/content/art/_content.gotmpl b/content/art/_content.gotmpl new file mode 100644 index 0000000..e167638 --- /dev/null +++ b/content/art/_content.gotmpl @@ -0,0 +1,89 @@ +{{ $sizes := unmarshal (readFile "/data/sizes.json") }} + +{{ range readDir "/data/art" }} + {{ if .IsDir }} + {{ $year := .Name }} + {{ range readDir ( printf "/data/art/%s" .Name ) }} + {{ if eq (path.Ext .Name) ".json" }} + {{ $file := readFile ( printf "/data/art/%s/%s" $year .Name ) }} + {{ $data := unmarshal $file }} + {{ $basename := strings.TrimSuffix (path.Ext .Name) .Name }} + + {{ $content := dict + "mediaType" "text/markdown" + "value" $data.description + }} + + {{ $split := split $data.date "-" }} + {{ $split_len := $split | len }} + {{ $dates := dict "date" (time.Now) }} + {{ $exclude_feed := false }} + {{ if gt $split_len 1 }} + {{ $dates = dict "date" (time.AsTime $data.date) }} + {{ else }} + {{ $dates = dict "date" (time.AsTime (printf "%s-01-01" $data.date)) }} + {{ $exclude_feed := true }} + {{ end }} + + {{ $title := "Untitled Artwork" }} + {{ with $data.title }} + {{ $title = . }} + {{ end }} + + {{ $params := dict + "slug" $basename + "alt_text" $data.alt_text + "artist" $data.artist + "excludefeed" $exclude_feed + "arttags" $data.tags + "characters" $data.characters + "nsfw" $data.nsfw + "mastodon_url" $data.mastodon_url + "pixiv_url" $data.pixiv_url + "newgrounds_url" $data.newgrounds_url + "program" $data.program + "guest" (eq $year "guest") + "threed" (eq $data.type "3D") + "animation" (eq $data.type "Animation") + "orbit" (index $data "camera-orbit") + "target" (index $data "camera-target") + "fov" (index $data "camera-fov") + "comic" (eq $data.type "Comic") + "pages" $data.pages + "width" (index $sizes.full $basename).width + "height" (index $sizes.full $basename).height + "thumb_width" (index $sizes.thumb $basename).width + "thumb_height" (index $sizes.thumb $basename).height + }} + + {{ $path := $basename }} + {{ if eq $year "guest" }} + {{ $path = (printf "guest/%s" $basename) }} + {{ end }} + + {{ $page := dict + "slug" $basename + "content" $content + "dates" $dates + "kind" "page" + "path" $path + "title" $title + "params" $params + "layout" "art-detail" + }} + {{ $.AddPage $page }} + {{ end }} + {{ end }} + + {{ if not (eq $year "guest") }} + {{ $page := dict + "slug" $year + "kind" "section" + "path" $year + "title" $year + "layout" "year-gallery" + }} + {{ $.AddPage $page }} + {{ end }} + {{ end }} +{{ end }} diff --git a/content/art/_index.md b/content/art/_index.md index 63bbac1..d573bf8 100644 --- a/content/art/_index.md +++ b/content/art/_index.md @@ -1,30 +1,11 @@ --- -title: Art -layout: art -summary: My personal art gallery. -new_banner: -commissions: true -aliases: -- /gallery -featured: -- filename: macheo.webp - date: 2024-07-11 - title: MACHEO STRIKE -- filename: recoverydisk.webp - date: 2024-07-05 - title: Recovery Disk -- filename: feathers.webp - date: 2024-06-08 - title: he's back... -years: -- 2011 -- 2024 -- 2023 -- 2022 -- 2021 -- 2020 -- 2019 -- 2018 -- 2017 -- 2016 +title: "Art" --- + +Welcome to my art gallery! This is the most complete archive of my work online. You might also be interested in [how this gallery works and how I maintain it](/blog/2023/04/breakdown-of-my-static-art-gallery/). + +The gallery is sorted by date, but there's other sections to check out such as [Guest Art](/art/guest) and [Stats](/art/stats/)! You can filter by [tags](/art/tags), or by [characters](/art/characters). + +I've also been [participating in Artfight](https://artfight.net/~redstrate) since 2023. You can view my attacks and defenses [here](/art/tags/artfight). + +You can follow me on [Mastodon](https://mastodon.art/@redstrate), [Pixiv](https://www.pixiv.net/en/users/58118005), [Newgrounds](https://redstrate.newgrounds.com/), or [RSS](/art/index.xml)! diff --git a/content/art/guest/_index.md b/content/art/guest/_index.md index 542ae3e..dddfb20 100644 --- a/content/art/guest/_index.md +++ b/content/art/guest/_index.md @@ -1,4 +1,8 @@ --- -title: Guest Art -layout: guestart +title: "Guest Art" +layout: "guestart" --- + +This is a collection of guest artwork made by other artists. The name of the artist is located on the details page of each artwork! + +If you draw one of my characters, it can be featured on this page! If you want me to remove it for any reason (or maybe I forgot to add yours), please [contact me](/contact). diff --git a/content/art/guest/guest-juritta1.md b/content/art/guest/guest-juritta1.md deleted file mode 100644 index 04419b3..0000000 --- a/content/art/guest/guest-juritta1.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Avatar challenge by Snickerpuffs" -artist: "SnickerPuffs" -date: 2023-06-27 -layout: art-detail -filename: /art/guest-juritta1.webp -slug: guest-juritta1 -characters: -- Juritta -width: 1155 -height: 1739 -thumb_width: 512 -thumb_height: 771 ---- -Draw avatar above you challenge: https://knockout.chat/thread/634/15#post-1839973 diff --git a/content/art/guest/guest-juritta2.md b/content/art/guest/guest-juritta2.md deleted file mode 100644 index 84dcfa6..0000000 --- a/content/art/guest/guest-juritta2.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Artfight defense by Vulpeculas" -artist: "Vulpeculas" -date: 2023-07-02 -layout: art-detail -filename: /art/guest-juritta2.webp -slug: guest-juritta2 -characters: -- Juritta -arttags: -- artfight -width: 1164 -height: 1280 -thumb_width: 512 -thumb_height: 563 ---- -Artfight Attack: https://artfight.net/attack/4145358.revenge-w-juritta-3 diff --git a/content/art/guest/guest-juritta3.md b/content/art/guest/guest-juritta3.md deleted file mode 100644 index 3091629..0000000 --- a/content/art/guest/guest-juritta3.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Artfight defense by Nrok" -artist: "Nrok" -date: 2024-07-21 -layout: art-detail -filename: /art/guest-juritta3.webp -slug: guest-juritta3 -characters: -- Juritta -arttags: -- artfight -width: 1920 -height: 2561 -thumb_width: 512 -thumb_height: 683 ---- -Artfight Attack: https://artfight.net/attack/7989482.juritta diff --git a/content/art/guest/guest-sakura1.md b/content/art/guest/guest-sakura1.md deleted file mode 100644 index 767fde1..0000000 --- a/content/art/guest/guest-sakura1.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Artfight defense by revzux" -artist: "revzux" -date: 2023-07-05 -layout: art-detail -filename: /art/guest-sakura1.webp -slug: guest-sakura1 -characters: -- Sakura -arttags: -- artfight -width: 617 -height: 858 -thumb_width: 512 -thumb_height: 712 ---- -Artfight attack: https://artfight.net/attack/4505981.sakura diff --git a/content/art/guest/guest-sakura2.md b/content/art/guest/guest-sakura2.md deleted file mode 100644 index 5164c4c..0000000 --- a/content/art/guest/guest-sakura2.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Artfight defense by axooli" -artist: "axooli" -date: 2024-07-03 -layout: art-detail -filename: /art/guest-sakura2.webp -slug: guest-sakura2 -characters: -- Sakura -arttags: -- artfight -width: 732 -height: 1129 -thumb_width: 512 -thumb_height: 790 ---- -Artfight attack: https://artfight.net/attack/6364032.sakura diff --git a/content/art/guest/guest-sakura3.md b/content/art/guest/guest-sakura3.md deleted file mode 100644 index 018525b..0000000 --- a/content/art/guest/guest-sakura3.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Artfight defense by Nrok" -artist: "Nrok" -date: 2024-07-10 -layout: art-detail -filename: /art/guest-sakura3.webp -slug: guest-sakura3 -characters: -- Sakura -arttags: -- artfight -width: 1920 -height: 2561 -thumb_width: 512 -thumb_height: 683 ---- -Artfight attack: https://artfight.net/attack/7272271.sakura diff --git a/content/art/guest/guest-sakura4.md b/content/art/guest/guest-sakura4.md deleted file mode 100644 index b232f9a..0000000 --- a/content/art/guest/guest-sakura4.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Artfight mass attack by Lina" -artist: "Lina" -date: 2024-08-02 -layout: art-detail -filename: /art/guest-sakura4.webp -slug: guest-sakura4 -characters: -- Sakura -arttags: -- artfight -width: 1920 -height: 1920 -thumb_width: 512 -thumb_height: 512 ---- -Artfight attack: https://artfight.net/attack/8599807.seafoam-vs-stardust-new-age-of-artists diff --git a/content/art/guest/guest-swordswoman1.md b/content/art/guest/guest-swordswoman1.md deleted file mode 100644 index fda2855..0000000 --- a/content/art/guest/guest-swordswoman1.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Artfight defense by nikkiwaffle" -artist: "nikkiwaffle" -date: 2023-07-02 -layout: art-detail -filename: /art/guest-swordswoman1.webp -slug: guest-swordswoman1 -characters: -- Mysterious Swordswoman -arttags: -- artfight -width: 1920 -height: 1920 -thumb_width: 512 -thumb_height: 512 ---- -Artfight Attack: https://artfight.net/attack/4178441.awawa diff --git a/content/art/guest/guest-swordswoman2.md b/content/art/guest/guest-swordswoman2.md deleted file mode 100644 index 4dc06ca..0000000 --- a/content/art/guest/guest-swordswoman2.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Artfight defense by GrumpySeaFoam" -artist: "GrumpySeaFoam" -date: 2023-07-02 -layout: art-detail -filename: /art/guest-swordswoman2.webp -slug: guest-swordswoman2 -characters: -- Mysterious Swordswoman -arttags: -- artfight -width: 600 -height: 1000 -thumb_width: 512 -thumb_height: 853 ---- -Artfight Attack: https://artfight.net/attack/4178956.mysterious-swordswoman diff --git a/content/art/guest/guest-swordswoman3.md b/content/art/guest/guest-swordswoman3.md deleted file mode 100644 index 1151f5b..0000000 --- a/content/art/guest/guest-swordswoman3.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Fan art by AcroCatabro" -artist: "AcroCatabro" -date: 2023-10-09 -layout: art-detail -filename: /art/guest-swordswoman3.webp -slug: guest-swordswoman3 -characters: -- Mysterious Swordswoman -width: 1000 -height: 688 -thumb_width: 512 -thumb_height: 352 ---- diff --git a/content/art/stats/_index.md b/content/art/stats/_index.md index 097c45b..307f4a7 100644 --- a/content/art/stats/_index.md +++ b/content/art/stats/_index.md @@ -1,74 +1,4 @@ --- -title: Stats -layout: art-stats -total: 257 -years: -- year: 2019 - num: 60 -- year: 2022 - num: 45 -- year: 2024 - num: 44 -- year: 2023 - num: 38 -- year: 2020 - num: 29 -- year: 2021 - num: 25 -- year: 2016 - num: 7 -- year: 2018 - num: 7 -- year: 2011 - num: 1 -- year: 2017 - num: 1 -characters: -- name: Mysterious Swordswoman - num: 18 -- name: Juritta - num: 17 -- name: Merume - num: 13 -- name: Mari - num: 6 -- name: Asuka - num: 6 -- name: Sakura - num: 5 -- name: Mythra - num: 3 -- name: Dr. Frizzly - num: 3 -- name: Luci - num: 3 -- name: Knocky-chan - num: 3 -tags: -- name: technical - num: 1 -- name: flipnote - num: 1 -- name: comic - num: 3 -- name: oil painting - num: 4 -- name: animation - num: 4 -- name: character sheet - num: 6 -- name: landscape - num: 8 -- name: request - num: 9 -- name: drawpile - num: 10 -- name: artfight - num: 17 -- name: 3d - num: 19 -- name: fan art - num: 61 -- name: sketch - num: 113 +title: "Stats" +layout: "art-stats" --- diff --git a/content/characters/_content.gotmpl b/content/characters/_content.gotmpl new file mode 100644 index 0000000..36de85b --- /dev/null +++ b/content/characters/_content.gotmpl @@ -0,0 +1,30 @@ +{{ range readDir "/data/characters" }} + {{ if eq (path.Ext .Name) ".json" }} + {{ $file := readFile ( printf "/data/characters/%s" .Name ) }} + {{ $data := unmarshal $file }} + {{ $basename := strings.TrimSuffix (path.Ext .Name) .Name }} + + {{ $content := dict "mediaType" "text/markdown" "value" $data.description }} + + {{ $title := $data.name }} + + {{ $params := dict + "slug" $basename + "original" $data.original + "age" $data.age + "pronouns" $data.pronouns + "origin" $data.origin + }} + + {{ $page := dict + "content" $content + "kind" "term" + "path" $basename + "title" $title + "params" $params + "layout" "character" + "slug" $basename + }} + {{ $.AddPage $page }} + {{ end }} +{{ end }} diff --git a/content/characters/aerith/_index.md b/content/characters/aerith/_index.md deleted file mode 100644 index 247abf1..0000000 --- a/content/characters/aerith/_index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: art-character -title: Aerith -age: 22 -origin: Final Fantasy VII -original: false -slug: aerith ---- diff --git a/content/characters/alear/_index.md b/content/characters/alear/_index.md deleted file mode 100644 index bfd0ec9..0000000 --- a/content/characters/alear/_index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: art-character -title: Alear -age: 1000+ -origin: Fire Emblem Engage -original: false -slug: alear ---- diff --git a/content/characters/amber/_index.md b/content/characters/amber/_index.md deleted file mode 100644 index e6683e0..0000000 --- a/content/characters/amber/_index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: art-character -title: Amber -age: ?? -origin: Genshin Impact -original: false -slug: amber ---- diff --git a/content/characters/ashley/_index.md b/content/characters/ashley/_index.md deleted file mode 100644 index 189554e..0000000 --- a/content/characters/ashley/_index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: art-character -title: Ashley Graham -age: 20 -origin: Resident Evil 4 -original: false -slug: ashley ---- diff --git a/content/characters/asuka/_index.md b/content/characters/asuka/_index.md deleted file mode 100644 index 4df093c..0000000 --- a/content/characters/asuka/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Asuka -origin: Evangelion -original: false -slug: asuka ---- diff --git a/content/characters/barrett/_index.md b/content/characters/barrett/_index.md deleted file mode 100644 index 708cd49..0000000 --- a/content/characters/barrett/_index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: art-character -title: Barrett -age: 34 -origin: Final Fantasy VII -original: false -slug: barrett ---- diff --git a/content/characters/bart/_index.md b/content/characters/bart/_index.md deleted file mode 100644 index 7e37ae4..0000000 --- a/content/characters/bart/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: art-character -title: Bart -original: false -slug: bart ---- diff --git a/content/characters/beard-burger-master/_index.md b/content/characters/beard-burger-master/_index.md deleted file mode 100644 index 874d76f..0000000 --- a/content/characters/beard-burger-master/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Beard Burger Master -origin: PaRappa the Rappa 2 -original: false -slug: beard-burger-master ---- diff --git a/content/characters/byleth/_index.md b/content/characters/byleth/_index.md deleted file mode 100644 index f0906b0..0000000 --- a/content/characters/byleth/_index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: art-character -title: Byleth -age: 21 -origin: Fire Emblem Three Houses -original: false -slug: byleth ---- diff --git a/content/characters/carl/_index.md b/content/characters/carl/_index.md deleted file mode 100644 index 2cf84b9..0000000 --- a/content/characters/carl/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Carl -origin: Jimmy Neutron -original: false -slug: carl ---- diff --git a/content/characters/chat/_index.md b/content/characters/chat/_index.md deleted file mode 100644 index 4535546..0000000 --- a/content/characters/chat/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Chat -origin: twitch.tv -original: false -slug: chat ---- diff --git a/content/characters/cloud/_index.md b/content/characters/cloud/_index.md deleted file mode 100644 index cdddcd3..0000000 --- a/content/characters/cloud/_index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: art-character -title: Cloud -age: 21 -origin: Final Fantasy VII -original: false -slug: cloud ---- diff --git a/content/characters/desert-stalker/_index.md b/content/characters/desert-stalker/_index.md deleted file mode 100644 index d5aeb6d..0000000 --- a/content/characters/desert-stalker/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: art-character -title: Desert Stalker -original: false -slug: desert-stalker ---- diff --git a/content/characters/doodle-bob/_index.md b/content/characters/doodle-bob/_index.md deleted file mode 100644 index 052a137..0000000 --- a/content/characters/doodle-bob/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Doodle Bob -origin: Spongebob Squarepants -original: false -slug: doodle-bob ---- diff --git a/content/characters/dr.-frizzly/_index.md b/content/characters/dr.-frizzly/_index.md deleted file mode 100644 index 25134a9..0000000 --- a/content/characters/dr.-frizzly/_index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: art-character -title: Dr. Frizzly -pronouns: he/him -origin: Dr. Frizzly's Mega Minigame Collection -original: true -slug: dr.-frizzly ---- diff --git a/content/characters/eleanor/_index.md b/content/characters/eleanor/_index.md deleted file mode 100644 index 0071706..0000000 --- a/content/characters/eleanor/_index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: art-character -title: Eleanor -age: ?? -origin: Dragalia Lost -original: false -slug: eleanor ---- diff --git a/content/characters/elisanne/_index.md b/content/characters/elisanne/_index.md deleted file mode 100644 index 8a36522..0000000 --- a/content/characters/elisanne/_index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: art-character -title: Elisanne -age: ?? -origin: Dragalia Lost -original: false -slug: elisanne ---- diff --git a/content/characters/eugen/_index.md b/content/characters/eugen/_index.md deleted file mode 100644 index 53c3a0a..0000000 --- a/content/characters/eugen/_index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: art-character -title: Eugen -age: 17 -origin: Dragalia Lost -original: false -slug: eugen ---- diff --git a/content/characters/eunie/_index.md b/content/characters/eunie/_index.md deleted file mode 100644 index 943bd4e..0000000 --- a/content/characters/eunie/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Eunie -origin: Xenoblade Chronicles 3 -original: false -slug: eunie ---- diff --git a/content/characters/feathers-mcgraw/_index.md b/content/characters/feathers-mcgraw/_index.md deleted file mode 100644 index fc42ca1..0000000 --- a/content/characters/feathers-mcgraw/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Feathers McGraw -origin: Wallace and Gromit -original: false -slug: feathers-mcgraw ---- diff --git a/content/characters/fiona/_index.md b/content/characters/fiona/_index.md deleted file mode 100644 index bb0d52e..0000000 --- a/content/characters/fiona/_index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: art-character -title: Fiona -age: 18 -origin: Haunting Ground -original: false -slug: fiona ---- diff --git a/content/characters/florence-griffin/_index.md b/content/characters/florence-griffin/_index.md deleted file mode 100644 index 14840af..0000000 --- a/content/characters/florence-griffin/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: art-character -title: Florence Griffin -original: false -slug: florence-griffin ---- diff --git a/content/characters/futaba/_index.md b/content/characters/futaba/_index.md deleted file mode 100644 index ffc4778..0000000 --- a/content/characters/futaba/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Futaba -origin: Persona 5 -original: false -slug: futaba ---- diff --git a/content/characters/gustavo/_index.md b/content/characters/gustavo/_index.md deleted file mode 100644 index c9b30a4..0000000 --- a/content/characters/gustavo/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Gutavo -origin: Pizza Tower -original: false -slug: gustavo ---- diff --git a/content/characters/heavy/_index.md b/content/characters/heavy/_index.md deleted file mode 100644 index b76dc5a..0000000 --- a/content/characters/heavy/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Heavy -origin: Team Fortress 2 -original: false -slug: heavy ---- diff --git a/content/characters/hunter/_index.md b/content/characters/hunter/_index.md deleted file mode 100644 index a966977..0000000 --- a/content/characters/hunter/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: art-character -title: Hunter -original: false -slug: hunter ---- diff --git a/content/characters/jake-the-dog/_index.md b/content/characters/jake-the-dog/_index.md deleted file mode 100644 index eed0e31..0000000 --- a/content/characters/jake-the-dog/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Jake the Dog -origin: Adventure Time -original: false -slug: jake-the-dog ---- diff --git a/content/characters/juritta/_index.md b/content/characters/juritta/_index.md deleted file mode 100644 index 7aa6b61..0000000 --- a/content/characters/juritta/_index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -layout: art-character -title: Juritta -age: ??? -pronouns: she/her -origin: FINAL FANTASY XIV ONLINE -original: true -slug: juritta ---- diff --git a/content/characters/kali/_index.md b/content/characters/kali/_index.md deleted file mode 100644 index 4d1e9ec..0000000 --- a/content/characters/kali/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: art-character -title: Kali -original: false -slug: kali ---- diff --git a/content/characters/katie/_index.md b/content/characters/katie/_index.md deleted file mode 100644 index c9e8f5b..0000000 --- a/content/characters/katie/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: art-character -title: Katie -original: false -slug: katie ---- diff --git a/content/characters/kirby/_index.md b/content/characters/kirby/_index.md deleted file mode 100644 index bda21e8..0000000 --- a/content/characters/kirby/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Kirby -origin: Kirby's Dream Land -original: false -slug: kirby ---- diff --git a/content/characters/knocky-chan/_index.md b/content/characters/knocky-chan/_index.md deleted file mode 100644 index d5adbce..0000000 --- a/content/characters/knocky-chan/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Knocky-Chan -origin: knockout.chat -original: false -slug: knocky-chan ---- diff --git a/content/characters/konqi/_index.md b/content/characters/konqi/_index.md deleted file mode 100644 index 03fcf48..0000000 --- a/content/characters/konqi/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Konqi -origin: KDE -original: false -slug: konqi ---- diff --git a/content/characters/luca/_index.md b/content/characters/luca/_index.md deleted file mode 100644 index de14c19..0000000 --- a/content/characters/luca/_index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: art-character -title: Luca -age: ?? -origin: Dragalia Lost -original: false -slug: luca ---- diff --git a/content/characters/luci/_index.md b/content/characters/luci/_index.md deleted file mode 100644 index c7c09c9..0000000 --- a/content/characters/luci/_index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: art-character -title: Luci -age: 23 -pronouns: she/her -original: true -slug: luci ---- diff --git a/content/characters/macheo/_index.md b/content/characters/macheo/_index.md deleted file mode 100644 index edb45da..0000000 --- a/content/characters/macheo/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: art-character -title: Macheo -original: false -slug: macheo ---- diff --git a/content/characters/madison/_index.md b/content/characters/madison/_index.md deleted file mode 100644 index a841252..0000000 --- a/content/characters/madison/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: art-character -title: Madison -original: false -slug: madison ---- diff --git a/content/characters/mari/_index.md b/content/characters/mari/_index.md deleted file mode 100644 index 1a4a32a..0000000 --- a/content/characters/mari/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Mari -origin: Evangelion -original: false -slug: mari ---- diff --git a/content/characters/mario/_index.md b/content/characters/mario/_index.md deleted file mode 100644 index a9a16a7..0000000 --- a/content/characters/mario/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Mario -origin: Super Mario Bros -original: false -slug: mario ---- diff --git a/content/characters/mel/_index.md b/content/characters/mel/_index.md deleted file mode 100644 index 5c375fa..0000000 --- a/content/characters/mel/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: art-character -title: Mel -original: false -slug: mel ---- diff --git a/content/characters/merume/_index.md b/content/characters/merume/_index.md deleted file mode 100644 index be054c4..0000000 --- a/content/characters/merume/_index.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -layout: art-character -title: Merume -age: ??? -pronouns: she/her -origin: Original Character -original: true -slug: merume ---- -A four-armed succubus with long elven ears, and a tail. She usually ties her blue hair into pigtails. She enjoys cooking (only when she's by herself) and of course, playing way too much video games in her free time. diff --git a/content/characters/mizuoto-sui/_index.md b/content/characters/mizuoto-sui/_index.md deleted file mode 100644 index 20eccae..0000000 --- a/content/characters/mizuoto-sui/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: art-character -title: Mizuoto Sui -original: false -slug: mizuoto-sui ---- diff --git a/content/characters/mona/_index.md b/content/characters/mona/_index.md deleted file mode 100644 index ac3b4f6..0000000 --- a/content/characters/mona/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Mona -origin: Genshin Impact -original: false -slug: mona ---- diff --git a/content/characters/morgana/_index.md b/content/characters/morgana/_index.md deleted file mode 100644 index e5848c8..0000000 --- a/content/characters/morgana/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Morgana -origin: Persona 5 -original: false -slug: morgana ---- diff --git a/content/characters/mothman/_index.md b/content/characters/mothman/_index.md deleted file mode 100644 index 72348bf..0000000 --- a/content/characters/mothman/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: art-character -title: Mothman -original: false -slug: mothman ---- diff --git a/content/characters/mudkip/_index.md b/content/characters/mudkip/_index.md deleted file mode 100644 index b39c723..0000000 --- a/content/characters/mudkip/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Mudkip -origin: Pokémon -original: false -slug: mudkip ---- diff --git a/content/characters/mysterious-swordswoman/_index.md b/content/characters/mysterious-swordswoman/_index.md deleted file mode 100644 index 9b73e00..0000000 --- a/content/characters/mysterious-swordswoman/_index.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -layout: art-character -title: Mysterious Swordswoman -age: ??? -pronouns: she/her -origin: Original Character -original: true -slug: mysterious-swordswoman ---- -She is a talented swordsman and nomad that travels from town to town in the countryside. diff --git a/content/characters/mythra/_index.md b/content/characters/mythra/_index.md deleted file mode 100644 index 9f1d29a..0000000 --- a/content/characters/mythra/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Mythra -origin: Xenoblade Chronicles 2 -original: false -slug: mythra ---- diff --git a/content/characters/natasha-kandy/_index.md b/content/characters/natasha-kandy/_index.md deleted file mode 100644 index fb5bb46..0000000 --- a/content/characters/natasha-kandy/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: art-character -title: Natasha Kandy -original: false -slug: natasha-kandy ---- diff --git a/content/characters/nikki/_index.md b/content/characters/nikki/_index.md deleted file mode 100644 index 0eec147..0000000 --- a/content/characters/nikki/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: art-character -title: Nikki -original: false -slug: nikki ---- diff --git a/content/characters/noah/_index.md b/content/characters/noah/_index.md deleted file mode 100644 index 870c993..0000000 --- a/content/characters/noah/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Noah -origin: Xenoblade Chronicles 3 -original: false -slug: noah ---- diff --git a/content/characters/parappa-the-rapper/_index.md b/content/characters/parappa-the-rapper/_index.md deleted file mode 100644 index 9661e40..0000000 --- a/content/characters/parappa-the-rapper/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: PaRappa the Rapper -origin: PaRappa the Rappa -original: false -slug: parappa-the-rapper ---- diff --git a/content/characters/patrick/_index.md b/content/characters/patrick/_index.md deleted file mode 100644 index 3c17d2e..0000000 --- a/content/characters/patrick/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Patrick -origin: Spongebob Squarepants -original: false -slug: patrick ---- diff --git a/content/characters/peppino/_index.md b/content/characters/peppino/_index.md deleted file mode 100644 index 32df297..0000000 --- a/content/characters/peppino/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Peppino -origin: Pizza Tower -original: false -slug: peppino ---- diff --git a/content/characters/pomni/_index.md b/content/characters/pomni/_index.md deleted file mode 100644 index 5f71b67..0000000 --- a/content/characters/pomni/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Pomni -origin: The Amazing Digital Circus -original: false -slug: pomni ---- diff --git a/content/characters/pyra/_index.md b/content/characters/pyra/_index.md deleted file mode 100644 index 7eb2a2f..0000000 --- a/content/characters/pyra/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Pyra -origin: Xenoblade Chronicles 2 -original: false -slug: pyra ---- diff --git a/content/characters/quaxly/_index.md b/content/characters/quaxly/_index.md deleted file mode 100644 index 8324943..0000000 --- a/content/characters/quaxly/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Quaxly -origin: Pokémon -original: false -slug: quaxly ---- diff --git a/content/characters/rat/_index.md b/content/characters/rat/_index.md deleted file mode 100644 index d098c15..0000000 --- a/content/characters/rat/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Rat -origin: Pizza Tower -original: false -slug: rat ---- diff --git a/content/characters/raubahn/_index.md b/content/characters/raubahn/_index.md deleted file mode 100644 index c347ec2..0000000 --- a/content/characters/raubahn/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Raubahn -origin: Final Fantasy XIV -original: false -slug: raubahn ---- diff --git a/content/characters/rei/_index.md b/content/characters/rei/_index.md deleted file mode 100644 index 2944f63..0000000 --- a/content/characters/rei/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Rei -origin: Evangelion -original: false -slug: rei ---- diff --git a/content/characters/rude/_index.md b/content/characters/rude/_index.md deleted file mode 100644 index 9b04ea5..0000000 --- a/content/characters/rude/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Rude -origin: Final Fantasy VII -original: false -slug: rude ---- diff --git a/content/characters/sakura/_index.md b/content/characters/sakura/_index.md deleted file mode 100644 index 88745c1..0000000 --- a/content/characters/sakura/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Sakura -pronouns: she/her -original: true -slug: sakura ---- diff --git a/content/characters/samus/_index.md b/content/characters/samus/_index.md deleted file mode 100644 index bde5a9f..0000000 --- a/content/characters/samus/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Samus -origin: Metroid -original: false -slug: samus ---- diff --git a/content/characters/sanae/_index.md b/content/characters/sanae/_index.md deleted file mode 100644 index 104fe02..0000000 --- a/content/characters/sanae/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: art-character -title: Sanae -original: false -slug: sanae ---- diff --git a/content/characters/senzaki-yukiko/_index.md b/content/characters/senzaki-yukiko/_index.md deleted file mode 100644 index 632825f..0000000 --- a/content/characters/senzaki-yukiko/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Senzaki Yukiko -origin: Infection x Girl -original: false -slug: senzaki-yukiko ---- diff --git a/content/characters/sir-birdington-the-banker/_index.md b/content/characters/sir-birdington-the-banker/_index.md deleted file mode 100644 index 0e88894..0000000 --- a/content/characters/sir-birdington-the-banker/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: art-character -title: Sir Birdington the Banker -original: false -slug: sir-birdington-the-banker ---- diff --git a/content/characters/sniper-girl/_index.md b/content/characters/sniper-girl/_index.md deleted file mode 100644 index 9239f21..0000000 --- a/content/characters/sniper-girl/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Sniper Girl -pronouns: she/her -original: true -slug: sniper-girl ---- diff --git a/content/characters/terra-missu/_index.md b/content/characters/terra-missu/_index.md deleted file mode 100644 index 2db66d5..0000000 --- a/content/characters/terra-missu/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Terra Missu -pronouns: she/her -original: true -slug: terra-missu ---- diff --git a/content/characters/the-chromosomes/_index.md b/content/characters/the-chromosomes/_index.md deleted file mode 100644 index 2b87082..0000000 --- a/content/characters/the-chromosomes/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: art-character -title: The Chromosomes -original: false -slug: the-chromosomes ---- diff --git a/content/characters/tifa/_index.md b/content/characters/tifa/_index.md deleted file mode 100644 index 334b57b..0000000 --- a/content/characters/tifa/_index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: art-character -title: Tifa -age: 20 -origin: Final Fantasy VII -original: false -slug: tifa ---- diff --git a/content/characters/tim/_index.md b/content/characters/tim/_index.md deleted file mode 100644 index c606082..0000000 --- a/content/characters/tim/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: art-character -title: Tim -original: false -slug: tim ---- diff --git a/content/characters/titania/_index.md b/content/characters/titania/_index.md deleted file mode 100644 index 6b91bba..0000000 --- a/content/characters/titania/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: art-character -title: Titania -original: false -slug: titania ---- diff --git a/content/characters/vineshroom/_index.md b/content/characters/vineshroom/_index.md deleted file mode 100644 index 244db6e..0000000 --- a/content/characters/vineshroom/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: art-character -title: Vineshroom -origin: Vinesauce -original: false -slug: vineshroom ---- diff --git a/content/characters/y2k/_index.md b/content/characters/y2k/_index.md deleted file mode 100644 index 94bf256..0000000 --- a/content/characters/y2k/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: art-character -title: Y2K -original: false -slug: y2k ---- diff --git a/data/art/2011/turrets.json b/data/art/2011/turrets.json new file mode 100644 index 0000000..e70ed4e --- /dev/null +++ b/data/art/2011/turrets.json @@ -0,0 +1,6 @@ +{ + "date": "2011-12-06", + "title": "Turrets", + "tags": ["Animation", "Flipnote"], + "type": "Animation" +} diff --git a/art/angry-gibus.json b/data/art/2016/angry-gibus.json similarity index 100% rename from art/angry-gibus.json rename to data/art/2016/angry-gibus.json diff --git a/art/cactus-border.json b/data/art/2016/cactus-border.json similarity index 100% rename from art/cactus-border.json rename to data/art/2016/cactus-border.json diff --git a/3d/lantern.json b/data/art/2016/lantern.json similarity index 68% rename from 3d/lantern.json rename to data/art/2016/lantern.json index bdb7c65..67ccc11 100644 --- a/3d/lantern.json +++ b/data/art/2016/lantern.json @@ -4,5 +4,6 @@ "nsfw": false, "title": "Lantern", "tags": ["3D"], - "camera-orbit": "122.3deg 76deg 12.79m" + "camera-orbit": "122.3deg 76deg 12.79m", + "type": "3D" } diff --git a/art/production-monitor.json b/data/art/2016/production-monitor.json similarity index 100% rename from art/production-monitor.json rename to data/art/2016/production-monitor.json diff --git a/art/sniper-rifle.json b/data/art/2016/sniper-rifle.json similarity index 100% rename from art/sniper-rifle.json rename to data/art/2016/sniper-rifle.json diff --git a/art/space.json b/data/art/2016/space.json similarity index 100% rename from art/space.json rename to data/art/2016/space.json diff --git a/art/vinesauce.json b/data/art/2016/vinesauce.json similarity index 100% rename from art/vinesauce.json rename to data/art/2016/vinesauce.json diff --git a/art/samus.json b/data/art/2017/samus.json similarity index 100% rename from art/samus.json rename to data/art/2017/samus.json diff --git a/art/alley.json b/data/art/2018/alley.json similarity index 100% rename from art/alley.json rename to data/art/2018/alley.json diff --git a/art/city-train.json b/data/art/2018/city-train.json similarity index 100% rename from art/city-train.json rename to data/art/2018/city-train.json diff --git a/art/glass.json b/data/art/2018/glass.json similarity index 100% rename from art/glass.json rename to data/art/2018/glass.json diff --git a/art/hallway.json b/data/art/2018/hallway.json similarity index 100% rename from art/hallway.json rename to data/art/2018/hallway.json diff --git a/art/lemon.json b/data/art/2018/lemon.json similarity index 100% rename from art/lemon.json rename to data/art/2018/lemon.json diff --git a/art/room.json b/data/art/2018/room.json similarity index 100% rename from art/room.json rename to data/art/2018/room.json diff --git a/art/tv.json b/data/art/2018/tv.json similarity index 100% rename from art/tv.json rename to data/art/2018/tv.json diff --git a/art/back.json b/data/art/2019/back.json similarity index 100% rename from art/back.json rename to data/art/2019/back.json diff --git a/art/candle-light.json b/data/art/2019/candle-light.json similarity index 100% rename from art/candle-light.json rename to data/art/2019/candle-light.json diff --git a/art/chains.json b/data/art/2019/chains.json similarity index 100% rename from art/chains.json rename to data/art/2019/chains.json diff --git a/art/clock.json b/data/art/2019/clock.json similarity index 100% rename from art/clock.json rename to data/art/2019/clock.json diff --git a/art/cup.json b/data/art/2019/cup.json similarity index 100% rename from art/cup.json rename to data/art/2019/cup.json diff --git a/art/day4.json b/data/art/2019/day4.json similarity index 100% rename from art/day4.json rename to data/art/2019/day4.json diff --git a/art/day6.json b/data/art/2019/day6.json similarity index 100% rename from art/day6.json rename to data/art/2019/day6.json diff --git a/art/dec1-2.json b/data/art/2019/dec1-2.json similarity index 100% rename from art/dec1-2.json rename to data/art/2019/dec1-2.json diff --git a/art/dec1.json b/data/art/2019/dec1.json similarity index 100% rename from art/dec1.json rename to data/art/2019/dec1.json diff --git a/art/dec7.json b/data/art/2019/dec7.json similarity index 100% rename from art/dec7.json rename to data/art/2019/dec7.json diff --git a/art/descent.json b/data/art/2019/descent.json similarity index 100% rename from art/descent.json rename to data/art/2019/descent.json diff --git a/art/desert.json b/data/art/2019/desert.json similarity index 100% rename from art/desert.json rename to data/art/2019/desert.json diff --git a/art/dorks.json b/data/art/2019/dorks.json similarity index 100% rename from art/dorks.json rename to data/art/2019/dorks.json diff --git a/art/dr-bob.json b/data/art/2019/dr-bob.json similarity index 100% rename from art/dr-bob.json rename to data/art/2019/dr-bob.json diff --git a/art/drink.json b/data/art/2019/drink.json similarity index 100% rename from art/drink.json rename to data/art/2019/drink.json diff --git a/art/duel2.json b/data/art/2019/duel2.json similarity index 100% rename from art/duel2.json rename to data/art/2019/duel2.json diff --git a/art/duo.json b/data/art/2019/duo.json similarity index 100% rename from art/duo.json rename to data/art/2019/duo.json diff --git a/art/eccentric-girl.json b/data/art/2019/eccentric-girl.json similarity index 100% rename from art/eccentric-girl.json rename to data/art/2019/eccentric-girl.json diff --git a/art/eleanor.json b/data/art/2019/eleanor.json similarity index 100% rename from art/eleanor.json rename to data/art/2019/eleanor.json diff --git a/art/elisanne.json b/data/art/2019/elisanne.json similarity index 100% rename from art/elisanne.json rename to data/art/2019/elisanne.json diff --git a/art/fitgirl1.json b/data/art/2019/fitgirl1.json similarity index 100% rename from art/fitgirl1.json rename to data/art/2019/fitgirl1.json diff --git a/art/fitgirl2.json b/data/art/2019/fitgirl2.json similarity index 100% rename from art/fitgirl2.json rename to data/art/2019/fitgirl2.json diff --git a/art/girl-drinking-water.json b/data/art/2019/girl-drinking-water.json similarity index 100% rename from art/girl-drinking-water.json rename to data/art/2019/girl-drinking-water.json diff --git a/art/great-subject.json b/data/art/2019/great-subject.json similarity index 100% rename from art/great-subject.json rename to data/art/2019/great-subject.json diff --git a/art/gunpoint.json b/data/art/2019/gunpoint.json similarity index 100% rename from art/gunpoint.json rename to data/art/2019/gunpoint.json diff --git a/art/hey-baby.json b/data/art/2019/hey-baby.json similarity index 100% rename from art/hey-baby.json rename to data/art/2019/hey-baby.json diff --git a/art/lifeguard.json b/data/art/2019/lifeguard.json similarity index 100% rename from art/lifeguard.json rename to data/art/2019/lifeguard.json diff --git a/art/loss.json b/data/art/2019/loss.json similarity index 100% rename from art/loss.json rename to data/art/2019/loss.json diff --git a/art/luca.json b/data/art/2019/luca.json similarity index 100% rename from art/luca.json rename to data/art/2019/luca.json diff --git a/art/madman.json b/data/art/2019/madman.json similarity index 100% rename from art/madman.json rename to data/art/2019/madman.json diff --git a/art/mothman.json b/data/art/2019/mothman.json similarity index 100% rename from art/mothman.json rename to data/art/2019/mothman.json diff --git a/art/museum.json b/data/art/2019/museum.json similarity index 100% rename from art/museum.json rename to data/art/2019/museum.json diff --git a/art/naked-elf.json b/data/art/2019/naked-elf.json similarity index 100% rename from art/naked-elf.json rename to data/art/2019/naked-elf.json diff --git a/art/naked.json b/data/art/2019/naked.json similarity index 100% rename from art/naked.json rename to data/art/2019/naked.json diff --git a/art/object-study.json b/data/art/2019/object-study.json similarity index 100% rename from art/object-study.json rename to data/art/2019/object-study.json diff --git a/art/pair.json b/data/art/2019/pair.json similarity index 100% rename from art/pair.json rename to data/art/2019/pair.json diff --git a/art/plan.json b/data/art/2019/plan.json similarity index 100% rename from art/plan.json rename to data/art/2019/plan.json diff --git a/art/pokegirls.json b/data/art/2019/pokegirls.json similarity index 100% rename from art/pokegirls.json rename to data/art/2019/pokegirls.json diff --git a/art/question.json b/data/art/2019/question.json similarity index 100% rename from art/question.json rename to data/art/2019/question.json diff --git a/art/refill.json b/data/art/2019/refill.json similarity index 100% rename from art/refill.json rename to data/art/2019/refill.json diff --git a/art/sand.json b/data/art/2019/sand.json similarity index 100% rename from art/sand.json rename to data/art/2019/sand.json diff --git a/art/scythe-monster.json b/data/art/2019/scythe-monster.json similarity index 100% rename from art/scythe-monster.json rename to data/art/2019/scythe-monster.json diff --git a/art/scythe.json b/data/art/2019/scythe.json similarity index 100% rename from art/scythe.json rename to data/art/2019/scythe.json diff --git a/art/sep-2019.json b/data/art/2019/sep-2019.json similarity index 100% rename from art/sep-2019.json rename to data/art/2019/sep-2019.json diff --git a/art/sep29.json b/data/art/2019/sep29.json similarity index 100% rename from art/sep29.json rename to data/art/2019/sep29.json diff --git a/art/shoot-ghost.json b/data/art/2019/shoot-ghost.json similarity index 100% rename from art/shoot-ghost.json rename to data/art/2019/shoot-ghost.json diff --git a/art/shorts-girl.json b/data/art/2019/shorts-girl.json similarity index 100% rename from art/shorts-girl.json rename to data/art/2019/shorts-girl.json diff --git a/art/sketch-collect.json b/data/art/2019/sketch-collect.json similarity index 100% rename from art/sketch-collect.json rename to data/art/2019/sketch-collect.json diff --git a/art/sleeping.json b/data/art/2019/sleeping.json similarity index 100% rename from art/sleeping.json rename to data/art/2019/sleeping.json diff --git a/art/sniper-girl.json b/data/art/2019/sniper-girl.json similarity index 100% rename from art/sniper-girl.json rename to data/art/2019/sniper-girl.json diff --git a/art/sniper.json b/data/art/2019/sniper.json similarity index 100% rename from art/sniper.json rename to data/art/2019/sniper.json diff --git a/art/some-swords.json b/data/art/2019/some-swords.json similarity index 100% rename from art/some-swords.json rename to data/art/2019/some-swords.json diff --git a/art/sword-buying.json b/data/art/2019/sword-buying.json similarity index 100% rename from art/sword-buying.json rename to data/art/2019/sword-buying.json diff --git a/art/toys.json b/data/art/2019/toys.json similarity index 100% rename from art/toys.json rename to data/art/2019/toys.json diff --git a/art/tree2.json b/data/art/2019/tree2.json similarity index 100% rename from art/tree2.json rename to data/art/2019/tree2.json diff --git a/art/waiting2.json b/data/art/2019/waiting2.json similarity index 100% rename from art/waiting2.json rename to data/art/2019/waiting2.json diff --git a/art/whatever.json b/data/art/2019/whatever.json similarity index 100% rename from art/whatever.json rename to data/art/2019/whatever.json diff --git a/art/witch.json b/data/art/2019/witch.json similarity index 100% rename from art/witch.json rename to data/art/2019/witch.json diff --git a/art/witch2.json b/data/art/2019/witch2.json similarity index 100% rename from art/witch2.json rename to data/art/2019/witch2.json diff --git a/art/wooden-boy.json b/data/art/2019/wooden-boy.json similarity index 100% rename from art/wooden-boy.json rename to data/art/2019/wooden-boy.json diff --git a/art/bench.json b/data/art/2020/bench.json similarity index 100% rename from art/bench.json rename to data/art/2020/bench.json diff --git a/art/bike.json b/data/art/2020/bike.json similarity index 100% rename from art/bike.json rename to data/art/2020/bike.json diff --git a/art/bike2020.json b/data/art/2020/bike2020.json similarity index 100% rename from art/bike2020.json rename to data/art/2020/bike2020.json diff --git a/art/casual-elf.json b/data/art/2020/casual-elf.json similarity index 100% rename from art/casual-elf.json rename to data/art/2020/casual-elf.json diff --git a/art/chains-sketch.json b/data/art/2020/chains-sketch.json similarity index 100% rename from art/chains-sketch.json rename to data/art/2020/chains-sketch.json diff --git a/art/chair2020.json b/data/art/2020/chair2020.json similarity index 100% rename from art/chair2020.json rename to data/art/2020/chair2020.json diff --git a/art/chars2020.json b/data/art/2020/chars2020.json similarity index 100% rename from art/chars2020.json rename to data/art/2020/chars2020.json diff --git a/art/fantasyfolks.json b/data/art/2020/fantasyfolks.json similarity index 100% rename from art/fantasyfolks.json rename to data/art/2020/fantasyfolks.json diff --git a/art/ffxiv-swim.json b/data/art/2020/ffxiv-swim.json similarity index 100% rename from art/ffxiv-swim.json rename to data/art/2020/ffxiv-swim.json diff --git a/art/fight2020.json b/data/art/2020/fight2020.json similarity index 100% rename from art/fight2020.json rename to data/art/2020/fight2020.json diff --git a/art/fitness.json b/data/art/2020/fitness.json similarity index 100% rename from art/fitness.json rename to data/art/2020/fitness.json diff --git a/art/genshin-amber.json b/data/art/2020/genshin-amber.json similarity index 100% rename from art/genshin-amber.json rename to data/art/2020/genshin-amber.json diff --git a/art/goblin-mines.json b/data/art/2020/goblin-mines.json similarity index 100% rename from art/goblin-mines.json rename to data/art/2020/goblin-mines.json diff --git a/art/gun-lady.json b/data/art/2020/gun-lady.json similarity index 100% rename from art/gun-lady.json rename to data/art/2020/gun-lady.json diff --git a/art/king.json b/data/art/2020/king.json similarity index 100% rename from art/king.json rename to data/art/2020/king.json diff --git a/art/lets-get-fit.json b/data/art/2020/lets-get-fit.json similarity index 100% rename from art/lets-get-fit.json rename to data/art/2020/lets-get-fit.json diff --git a/art/ma-sketch.json b/data/art/2020/ma-sketch.json similarity index 100% rename from art/ma-sketch.json rename to data/art/2020/ma-sketch.json diff --git a/art/naga2020.json b/data/art/2020/naga2020.json similarity index 100% rename from art/naga2020.json rename to data/art/2020/naga2020.json diff --git a/art/nook-cat.json b/data/art/2020/nook-cat.json similarity index 100% rename from art/nook-cat.json rename to data/art/2020/nook-cat.json diff --git a/art/ray-concept.json b/data/art/2020/ray-concept.json similarity index 100% rename from art/ray-concept.json rename to data/art/2020/ray-concept.json diff --git a/art/shading-study.json b/data/art/2020/shading-study.json similarity index 100% rename from art/shading-study.json rename to data/art/2020/shading-study.json diff --git a/animation/sniper-standup.json b/data/art/2020/sniper-standup.json similarity index 74% rename from animation/sniper-standup.json rename to data/art/2020/sniper-standup.json index 4145c99..a8c1bef 100644 --- a/animation/sniper-standup.json +++ b/data/art/2020/sniper-standup.json @@ -3,5 +3,6 @@ "date": "2020-12-12", "title": "Sniper Stand-up Test", "tags": ["Animation"], - "characters": ["Sniper Girl"] + "characters": ["Sniper Girl"], + "type": "Animation" } diff --git a/art/swordwoman-concept.json b/data/art/2020/swordwoman-concept.json similarity index 100% rename from art/swordwoman-concept.json rename to data/art/2020/swordwoman-concept.json diff --git a/art/town2020.json b/data/art/2020/town2020.json similarity index 100% rename from art/town2020.json rename to data/art/2020/town2020.json diff --git a/art/trainwatching.json b/data/art/2020/trainwatching.json similarity index 100% rename from art/trainwatching.json rename to data/art/2020/trainwatching.json diff --git a/art/viera-sketch.json b/data/art/2020/viera-sketch.json similarity index 100% rename from art/viera-sketch.json rename to data/art/2020/viera-sketch.json diff --git a/art/waiting.json b/data/art/2020/waiting.json similarity index 100% rename from art/waiting.json rename to data/art/2020/waiting.json diff --git a/art/water-test.json b/data/art/2020/water-test.json similarity index 100% rename from art/water-test.json rename to data/art/2020/water-test.json diff --git a/art/wip2020.json b/data/art/2020/wip2020.json similarity index 100% rename from art/wip2020.json rename to data/art/2020/wip2020.json diff --git a/art/aerith.json b/data/art/2021/aerith.json similarity index 100% rename from art/aerith.json rename to data/art/2021/aerith.json diff --git a/art/beachball.json b/data/art/2021/beachball.json similarity index 100% rename from art/beachball.json rename to data/art/2021/beachball.json diff --git a/art/castle.json b/data/art/2021/castle.json similarity index 100% rename from art/castle.json rename to data/art/2021/castle.json diff --git a/art/drawpile-snippet.json b/data/art/2021/drawpile-snippet.json similarity index 100% rename from art/drawpile-snippet.json rename to data/art/2021/drawpile-snippet.json diff --git a/art/eva-girls.json b/data/art/2021/eva-girls.json similarity index 100% rename from art/eva-girls.json rename to data/art/2021/eva-girls.json diff --git a/art/ff7r-airbuster-fight.json b/data/art/2021/ff7r-airbuster-fight.json similarity index 100% rename from art/ff7r-airbuster-fight.json rename to data/art/2021/ff7r-airbuster-fight.json diff --git a/art/ffxiv-sketches.json b/data/art/2021/ffxiv-sketches.json similarity index 100% rename from art/ffxiv-sketches.json rename to data/art/2021/ffxiv-sketches.json diff --git a/art/futaba.json b/data/art/2021/futaba.json similarity index 100% rename from art/futaba.json rename to data/art/2021/futaba.json diff --git a/art/girl-sketch.json b/data/art/2021/girl-sketch.json similarity index 100% rename from art/girl-sketch.json rename to data/art/2021/girl-sketch.json diff --git a/art/jan1.json b/data/art/2021/jan1.json similarity index 100% rename from art/jan1.json rename to data/art/2021/jan1.json diff --git a/art/knight.json b/data/art/2021/knight.json similarity index 100% rename from art/knight.json rename to data/art/2021/knight.json diff --git a/art/ma-casual.json b/data/art/2021/ma-casual.json similarity index 100% rename from art/ma-casual.json rename to data/art/2021/ma-casual.json diff --git a/art/mari-and-asuka.json b/data/art/2021/mari-and-asuka.json similarity index 100% rename from art/mari-and-asuka.json rename to data/art/2021/mari-and-asuka.json diff --git a/art/miqote-swimsuit.json b/data/art/2021/miqote-swimsuit.json similarity index 100% rename from art/miqote-swimsuit.json rename to data/art/2021/miqote-swimsuit.json diff --git a/art/mona-wip.json b/data/art/2021/mona-wip.json similarity index 100% rename from art/mona-wip.json rename to data/art/2021/mona-wip.json diff --git a/art/mythra-sketch.json b/data/art/2021/mythra-sketch.json similarity index 100% rename from art/mythra-sketch.json rename to data/art/2021/mythra-sketch.json diff --git a/art/pyra-sketch.json b/data/art/2021/pyra-sketch.json similarity index 100% rename from art/pyra-sketch.json rename to data/art/2021/pyra-sketch.json diff --git a/3d/sakura-avatar.json b/data/art/2021/sakura-avatar.json similarity index 87% rename from 3d/sakura-avatar.json rename to data/art/2021/sakura-avatar.json index 608c42f..74b2fdd 100644 --- a/3d/sakura-avatar.json +++ b/data/art/2021/sakura-avatar.json @@ -9,5 +9,6 @@ "tags": ["3D"], "camera-orbit": "44.17deg 89.29deg 2.778m", "camera-target": "0.1m 1.34m 0.14m", - "camera-fov": "19.07deg" + "camera-fov": "19.07deg", + "type": "3D" } diff --git a/art/sakura.json b/data/art/2021/sakura.json similarity index 100% rename from art/sakura.json rename to data/art/2021/sakura.json diff --git a/art/sweater-girl.json b/data/art/2021/sweater-girl.json similarity index 100% rename from art/sweater-girl.json rename to data/art/2021/sweater-girl.json diff --git a/art/swordlady-comp.json b/data/art/2021/swordlady-comp.json similarity index 100% rename from art/swordlady-comp.json rename to data/art/2021/swordlady-comp.json diff --git a/art/tifa-sketch.json b/data/art/2021/tifa-sketch.json similarity index 100% rename from art/tifa-sketch.json rename to data/art/2021/tifa-sketch.json diff --git a/art/train.json b/data/art/2021/train.json similarity index 100% rename from art/train.json rename to data/art/2021/train.json diff --git a/art/tree.json b/data/art/2021/tree.json similarity index 100% rename from art/tree.json rename to data/art/2021/tree.json diff --git a/art/viera-dancer.json b/data/art/2021/viera-dancer.json similarity index 100% rename from art/viera-dancer.json rename to data/art/2021/viera-dancer.json diff --git a/art/after-school.json b/data/art/2022/after-school.json similarity index 100% rename from art/after-school.json rename to data/art/2022/after-school.json diff --git a/art/after-the-rain.json b/data/art/2022/after-the-rain.json similarity index 100% rename from art/after-the-rain.json rename to data/art/2022/after-the-rain.json diff --git a/art/artifical.json b/data/art/2022/artifical.json similarity index 100% rename from art/artifical.json rename to data/art/2022/artifical.json diff --git a/art/bard.json b/data/art/2022/bard.json similarity index 100% rename from art/bard.json rename to data/art/2022/bard.json diff --git a/art/cactaur.json b/data/art/2022/cactaur.json similarity index 100% rename from art/cactaur.json rename to data/art/2022/cactaur.json diff --git a/art/chips.json b/data/art/2022/chips.json similarity index 100% rename from art/chips.json rename to data/art/2022/chips.json diff --git a/art/demon.json b/data/art/2022/demon.json similarity index 100% rename from art/demon.json rename to data/art/2022/demon.json diff --git a/art/funny.json b/data/art/2022/funny.json similarity index 100% rename from art/funny.json rename to data/art/2022/funny.json diff --git a/art/girls.json b/data/art/2022/girls.json similarity index 100% rename from art/girls.json rename to data/art/2022/girls.json diff --git a/art/goinghome.json b/data/art/2022/goinghome.json similarity index 100% rename from art/goinghome.json rename to data/art/2022/goinghome.json diff --git a/art/grocery-shopping.json b/data/art/2022/grocery-shopping.json similarity index 100% rename from art/grocery-shopping.json rename to data/art/2022/grocery-shopping.json diff --git a/art/guns.json b/data/art/2022/guns.json similarity index 100% rename from art/guns.json rename to data/art/2022/guns.json diff --git a/3d/headsculpt.json b/data/art/2022/headsculpt.json similarity index 94% rename from 3d/headsculpt.json rename to data/art/2022/headsculpt.json index e1fa59f..90d1e2a 100644 --- a/3d/headsculpt.json +++ b/data/art/2022/headsculpt.json @@ -5,5 +5,6 @@ "mastodon_url": "https://mastodon.art/@redstrate/109459311625828312", "program": "Nomadsculpt", "title": "Nomadsculpt test", - "tags": ["3D"] + "tags": ["3D"], + "type": "3D" } diff --git a/art/knockout-background.json b/data/art/2022/knockout-background.json similarity index 100% rename from art/knockout-background.json rename to data/art/2022/knockout-background.json diff --git a/art/knocky-chan.json b/data/art/2022/knocky-chan.json similarity index 100% rename from art/knocky-chan.json rename to data/art/2022/knocky-chan.json diff --git a/art/ko-girl.json b/data/art/2022/ko-girl.json similarity index 100% rename from art/ko-girl.json rename to data/art/2022/ko-girl.json diff --git a/art/lifeform.json b/data/art/2022/lifeform.json similarity index 100% rename from art/lifeform.json rename to data/art/2022/lifeform.json diff --git a/art/mona.json b/data/art/2022/mona.json similarity index 100% rename from art/mona.json rename to data/art/2022/mona.json diff --git a/art/mystery-ham.json b/data/art/2022/mystery-ham.json similarity index 100% rename from art/mystery-ham.json rename to data/art/2022/mystery-ham.json diff --git a/art/mythra-sketch2.json b/data/art/2022/mythra-sketch2.json similarity index 100% rename from art/mythra-sketch2.json rename to data/art/2022/mythra-sketch2.json diff --git a/art/mythra.json b/data/art/2022/mythra.json similarity index 100% rename from art/mythra.json rename to data/art/2022/mythra.json diff --git a/art/office-date.json b/data/art/2022/office-date.json similarity index 100% rename from art/office-date.json rename to data/art/2022/office-date.json diff --git a/art/orbit-correction.json b/data/art/2022/orbit-correction.json similarity index 100% rename from art/orbit-correction.json rename to data/art/2022/orbit-correction.json diff --git a/art/overalls.json b/data/art/2022/overalls.json similarity index 100% rename from art/overalls.json rename to data/art/2022/overalls.json diff --git a/art/pencil.json b/data/art/2022/pencil.json similarity index 100% rename from art/pencil.json rename to data/art/2022/pencil.json diff --git a/3d/planet-express-ship.json b/data/art/2022/planet-express-ship.json similarity index 87% rename from 3d/planet-express-ship.json rename to data/art/2022/planet-express-ship.json index eecb9ca..d4c487a 100644 --- a/3d/planet-express-ship.json +++ b/data/art/2022/planet-express-ship.json @@ -7,5 +7,6 @@ "tags": ["3D"], "camera-orbit": "62.37deg 81.2deg 37.12m", "camera-target": "0.94m 0.32m 0m", - "camera-fov": "19.58deg" + "camera-fov": "19.58deg", + "type": "3D" } diff --git a/art/pokewalk.json b/data/art/2022/pokewalk.json similarity index 100% rename from art/pokewalk.json rename to data/art/2022/pokewalk.json diff --git a/art/pot.json b/data/art/2022/pot.json similarity index 100% rename from art/pot.json rename to data/art/2022/pot.json diff --git a/art/recursive.json b/data/art/2022/recursive.json similarity index 100% rename from art/recursive.json rename to data/art/2022/recursive.json diff --git a/art/shading-test.json b/data/art/2022/shading-test.json similarity index 100% rename from art/shading-test.json rename to data/art/2022/shading-test.json diff --git a/art/ship.json b/data/art/2022/ship.json similarity index 100% rename from art/ship.json rename to data/art/2022/ship.json diff --git a/art/sketch-dump.json b/data/art/2022/sketch-dump.json similarity index 100% rename from art/sketch-dump.json rename to data/art/2022/sketch-dump.json diff --git a/art/sketch-dump2.json b/data/art/2022/sketch-dump2.json similarity index 100% rename from art/sketch-dump2.json rename to data/art/2022/sketch-dump2.json diff --git a/art/sketch-dump3.json b/data/art/2022/sketch-dump3.json similarity index 100% rename from art/sketch-dump3.json rename to data/art/2022/sketch-dump3.json diff --git a/art/summer-byleth.json b/data/art/2022/summer-byleth.json similarity index 100% rename from art/summer-byleth.json rename to data/art/2022/summer-byleth.json diff --git a/art/summer-eva-girls.json b/data/art/2022/summer-eva-girls.json similarity index 100% rename from art/summer-eva-girls.json rename to data/art/2022/summer-eva-girls.json diff --git a/art/two-girls.json b/data/art/2022/two-girls.json similarity index 100% rename from art/two-girls.json rename to data/art/2022/two-girls.json diff --git a/art/underwear.json b/data/art/2022/underwear.json similarity index 100% rename from art/underwear.json rename to data/art/2022/underwear.json diff --git a/art/viera-street.json b/data/art/2022/viera-street.json similarity index 100% rename from art/viera-street.json rename to data/art/2022/viera-street.json diff --git a/art/viera1.json b/data/art/2022/viera1.json similarity index 100% rename from art/viera1.json rename to data/art/2022/viera1.json diff --git a/art/viera2.json b/data/art/2022/viera2.json similarity index 100% rename from art/viera2.json rename to data/art/2022/viera2.json diff --git a/art/warrior.json b/data/art/2022/warrior.json similarity index 100% rename from art/warrior.json rename to data/art/2022/warrior.json diff --git a/art/well-fed.json b/data/art/2022/well-fed.json similarity index 100% rename from art/well-fed.json rename to data/art/2022/well-fed.json diff --git a/art/working-out.json b/data/art/2022/working-out.json similarity index 100% rename from art/working-out.json rename to data/art/2022/working-out.json diff --git a/art/workingout.json b/data/art/2022/workingout.json similarity index 100% rename from art/workingout.json rename to data/art/2022/workingout.json diff --git a/art/acrocatabro.json b/data/art/2023/acrocatabro.json similarity index 100% rename from art/acrocatabro.json rename to data/art/2023/acrocatabro.json diff --git a/art/aks.json b/data/art/2023/aks.json similarity index 100% rename from art/aks.json rename to data/art/2023/aks.json diff --git a/art/alear.json b/data/art/2023/alear.json similarity index 100% rename from art/alear.json rename to data/art/2023/alear.json diff --git a/art/asuka-thumbnail.json b/data/art/2023/asuka-thumbnail.json similarity index 100% rename from art/asuka-thumbnail.json rename to data/art/2023/asuka-thumbnail.json diff --git a/art/bathing.json b/data/art/2023/bathing.json similarity index 100% rename from art/bathing.json rename to data/art/2023/bathing.json diff --git a/art/beachtrip.json b/data/art/2023/beachtrip.json similarity index 100% rename from art/beachtrip.json rename to data/art/2023/beachtrip.json diff --git a/art/birdington.json b/data/art/2023/birdington.json similarity index 100% rename from art/birdington.json rename to data/art/2023/birdington.json diff --git a/art/bringontheketchup.json b/data/art/2023/bringontheketchup.json similarity index 100% rename from art/bringontheketchup.json rename to data/art/2023/bringontheketchup.json diff --git a/art/businesscat.json b/data/art/2023/businesscat.json similarity index 100% rename from art/businesscat.json rename to data/art/2023/businesscat.json diff --git a/art/cows.json b/data/art/2023/cows.json similarity index 100% rename from art/cows.json rename to data/art/2023/cows.json diff --git a/art/emily.json b/data/art/2023/emily.json similarity index 100% rename from art/emily.json rename to data/art/2023/emily.json diff --git a/art/exiledking.json b/data/art/2023/exiledking.json similarity index 100% rename from art/exiledking.json rename to data/art/2023/exiledking.json diff --git a/art/gamingforone.json b/data/art/2023/gamingforone.json similarity index 100% rename from art/gamingforone.json rename to data/art/2023/gamingforone.json diff --git a/art/hunter.json b/data/art/2023/hunter.json similarity index 100% rename from art/hunter.json rename to data/art/2023/hunter.json diff --git a/art/join-me.json b/data/art/2023/join-me.json similarity index 100% rename from art/join-me.json rename to data/art/2023/join-me.json diff --git a/art/katie.json b/data/art/2023/katie.json similarity index 100% rename from art/katie.json rename to data/art/2023/katie.json diff --git a/art/knockout-background2.json b/data/art/2023/knockout-background2.json similarity index 100% rename from art/knockout-background2.json rename to data/art/2023/knockout-background2.json diff --git a/art/lookahead.json b/data/art/2023/lookahead.json similarity index 100% rename from art/lookahead.json rename to data/art/2023/lookahead.json diff --git a/art/marchsketch.json b/data/art/2023/marchsketch.json similarity index 100% rename from art/marchsketch.json rename to data/art/2023/marchsketch.json diff --git a/art/marchsketch4.json b/data/art/2023/marchsketch4.json similarity index 100% rename from art/marchsketch4.json rename to data/art/2023/marchsketch4.json diff --git a/art/mel.json b/data/art/2023/mel.json similarity index 100% rename from art/mel.json rename to data/art/2023/mel.json diff --git a/art/misnina.json b/data/art/2023/misnina.json similarity index 100% rename from art/misnina.json rename to data/art/2023/misnina.json diff --git a/art/moonlight.json b/data/art/2023/moonlight.json similarity index 100% rename from art/moonlight.json rename to data/art/2023/moonlight.json diff --git a/art/mountains.json b/data/art/2023/mountains.json similarity index 100% rename from art/mountains.json rename to data/art/2023/mountains.json diff --git a/art/neuroknives.json b/data/art/2023/neuroknives.json similarity index 100% rename from art/neuroknives.json rename to data/art/2023/neuroknives.json diff --git a/art/newsakura.json b/data/art/2023/newsakura.json similarity index 100% rename from art/newsakura.json rename to data/art/2023/newsakura.json diff --git a/art/nikki.json b/data/art/2023/nikki.json similarity index 100% rename from art/nikki.json rename to data/art/2023/nikki.json diff --git a/art/nov23sketches.json b/data/art/2023/nov23sketches.json similarity index 100% rename from art/nov23sketches.json rename to data/art/2023/nov23sketches.json diff --git a/art/octsketch.json b/data/art/2023/octsketch.json similarity index 100% rename from art/octsketch.json rename to data/art/2023/octsketch.json diff --git a/art/sanae.json b/data/art/2023/sanae.json similarity index 100% rename from art/sanae.json rename to data/art/2023/sanae.json diff --git a/art/shirts.json b/data/art/2023/shirts.json similarity index 100% rename from art/shirts.json rename to data/art/2023/shirts.json diff --git a/art/short-hair.json b/data/art/2023/short-hair.json similarity index 100% rename from art/short-hair.json rename to data/art/2023/short-hair.json diff --git a/art/sketchmarch2.json b/data/art/2023/sketchmarch2.json similarity index 100% rename from art/sketchmarch2.json rename to data/art/2023/sketchmarch2.json diff --git a/art/summerfun.json b/data/art/2023/summerfun.json similarity index 100% rename from art/summerfun.json rename to data/art/2023/summerfun.json diff --git a/art/sword-leftlean.json b/data/art/2023/sword-leftlean.json similarity index 100% rename from art/sword-leftlean.json rename to data/art/2023/sword-leftlean.json diff --git a/art/tim.json b/data/art/2023/tim.json similarity index 100% rename from art/tim.json rename to data/art/2023/tim.json diff --git a/art/wanttolisten.json b/data/art/2023/wanttolisten.json similarity index 100% rename from art/wanttolisten.json rename to data/art/2023/wanttolisten.json diff --git a/art/xbc3.json b/data/art/2023/xbc3.json similarity index 100% rename from art/xbc3.json rename to data/art/2023/xbc3.json diff --git a/art/applebabies.json b/data/art/2024/applebabies.json similarity index 100% rename from art/applebabies.json rename to data/art/2024/applebabies.json diff --git a/art/ashley.json b/data/art/2024/ashley.json similarity index 100% rename from art/ashley.json rename to data/art/2024/ashley.json diff --git a/art/balloonshroom.json b/data/art/2024/balloonshroom.json similarity index 100% rename from art/balloonshroom.json rename to data/art/2024/balloonshroom.json diff --git a/animation/bart-incoming.json b/data/art/2024/bart-incoming.json similarity index 86% rename from animation/bart-incoming.json rename to data/art/2024/bart-incoming.json index 467e702..d4455f1 100644 --- a/animation/bart-incoming.json +++ b/data/art/2024/bart-incoming.json @@ -4,5 +4,6 @@ "title": "BART INCOMING", "tags": ["Animation", "Artfight"], "characters": ["Bart"], - "description": "Artfight attack: https://artfight.net/attack/8002019.bart-incoming" + "description": "Artfight attack: https://artfight.net/attack/8002019.bart-incoming", + "type": "Animation" } diff --git a/comic/big-bunny.json b/data/art/2024/big-bunny.json similarity index 99% rename from comic/big-bunny.json rename to data/art/2024/big-bunny.json index 7023d2a..817eecf 100644 --- a/comic/big-bunny.json +++ b/data/art/2024/big-bunny.json @@ -2,6 +2,7 @@ "date": "2024-03-30", "title": "Big Bunny 🐰", "tags": ["Comic"], + "type": "Comic", "characters": ["Mysterious Swordswoman"], "mastodon_url": "https://mastodon.art/@redstrate/112187076950789997", "pixiv_url": "https://www.pixiv.net/artworks/117405970", diff --git a/art/calamancyy.json b/data/art/2024/calamancyy.json similarity index 100% rename from art/calamancyy.json rename to data/art/2024/calamancyy.json diff --git a/art/charsheet-drfrizzly.json b/data/art/2024/charsheet-drfrizzly.json similarity index 100% rename from art/charsheet-drfrizzly.json rename to data/art/2024/charsheet-drfrizzly.json diff --git a/art/charsheet-juritta.json b/data/art/2024/charsheet-juritta.json similarity index 100% rename from art/charsheet-juritta.json rename to data/art/2024/charsheet-juritta.json diff --git a/art/charsheet-luci.json b/data/art/2024/charsheet-luci.json similarity index 100% rename from art/charsheet-luci.json rename to data/art/2024/charsheet-luci.json diff --git a/art/charsheet-merume.json b/data/art/2024/charsheet-merume.json similarity index 100% rename from art/charsheet-merume.json rename to data/art/2024/charsheet-merume.json diff --git a/art/charsheet-mysterious-swordswoman.json b/data/art/2024/charsheet-mysterious-swordswoman.json similarity index 100% rename from art/charsheet-mysterious-swordswoman.json rename to data/art/2024/charsheet-mysterious-swordswoman.json diff --git a/art/charsheet-sakura.json b/data/art/2024/charsheet-sakura.json similarity index 100% rename from art/charsheet-sakura.json rename to data/art/2024/charsheet-sakura.json diff --git a/art/costadelsol.json b/data/art/2024/costadelsol.json similarity index 100% rename from art/costadelsol.json rename to data/art/2024/costadelsol.json diff --git a/art/drip.json b/data/art/2024/drip.json similarity index 100% rename from art/drip.json rename to data/art/2024/drip.json diff --git a/art/electrical.json b/data/art/2024/electrical.json similarity index 100% rename from art/electrical.json rename to data/art/2024/electrical.json diff --git a/art/fallenangel.json b/data/art/2024/fallenangel.json similarity index 100% rename from art/fallenangel.json rename to data/art/2024/fallenangel.json diff --git a/art/feathers.json b/data/art/2024/feathers.json similarity index 100% rename from art/feathers.json rename to data/art/2024/feathers.json diff --git a/art/fediseum-interior.json b/data/art/2024/fediseum-interior.json similarity index 100% rename from art/fediseum-interior.json rename to data/art/2024/fediseum-interior.json diff --git a/art/ffxiv-sketches-miqote.json b/data/art/2024/ffxiv-sketches-miqote.json similarity index 100% rename from art/ffxiv-sketches-miqote.json rename to data/art/2024/ffxiv-sketches-miqote.json diff --git a/art/ffxiv-sketches-sage.json b/data/art/2024/ffxiv-sketches-sage.json similarity index 100% rename from art/ffxiv-sketches-sage.json rename to data/art/2024/ffxiv-sketches-sage.json diff --git a/art/ffxiv-sketches-viera.json b/data/art/2024/ffxiv-sketches-viera.json similarity index 100% rename from art/ffxiv-sketches-viera.json rename to data/art/2024/ffxiv-sketches-viera.json diff --git a/art/firstdraw.json b/data/art/2024/firstdraw.json similarity index 100% rename from art/firstdraw.json rename to data/art/2024/firstdraw.json diff --git a/art/florence.json b/data/art/2024/florence.json similarity index 100% rename from art/florence.json rename to data/art/2024/florence.json diff --git a/art/glare.json b/data/art/2024/glare.json similarity index 100% rename from art/glare.json rename to data/art/2024/glare.json diff --git a/art/idcheck.json b/data/art/2024/idcheck.json similarity index 100% rename from art/idcheck.json rename to data/art/2024/idcheck.json diff --git a/art/itscoldhere.json b/data/art/2024/itscoldhere.json similarity index 100% rename from art/itscoldhere.json rename to data/art/2024/itscoldhere.json diff --git a/art/kali.json b/data/art/2024/kali.json similarity index 100% rename from art/kali.json rename to data/art/2024/kali.json diff --git a/art/konqi.json b/data/art/2024/konqi.json similarity index 100% rename from art/konqi.json rename to data/art/2024/konqi.json diff --git a/art/l1.json b/data/art/2024/l1.json similarity index 100% rename from art/l1.json rename to data/art/2024/l1.json diff --git a/art/l3ny.json b/data/art/2024/l3ny.json similarity index 100% rename from art/l3ny.json rename to data/art/2024/l3ny.json diff --git a/art/lizard.json b/data/art/2024/lizard.json similarity index 100% rename from art/lizard.json rename to data/art/2024/lizard.json diff --git a/art/macheo.json b/data/art/2024/macheo.json similarity index 100% rename from art/macheo.json rename to data/art/2024/macheo.json diff --git a/art/madison.json b/data/art/2024/madison.json similarity index 100% rename from art/madison.json rename to data/art/2024/madison.json diff --git a/art/maioutfit.json b/data/art/2024/maioutfit.json similarity index 100% rename from art/maioutfit.json rename to data/art/2024/maioutfit.json diff --git a/animation/merume-anim.json b/data/art/2024/merume-anim.json similarity index 79% rename from animation/merume-anim.json rename to data/art/2024/merume-anim.json index 6c3be28..d83342a 100644 --- a/animation/merume-anim.json +++ b/data/art/2024/merume-anim.json @@ -3,5 +3,6 @@ "date": "2024-01-24", "title": "merume animation", "tags": ["Animation"], - "characters": ["Merume"] + "characters": ["Merume"], + "type": "Animation" } diff --git a/art/merumes-night-out.json b/data/art/2024/merumes-night-out.json similarity index 100% rename from art/merumes-night-out.json rename to data/art/2024/merumes-night-out.json diff --git a/art/raubahn.json b/data/art/2024/raubahn.json similarity index 100% rename from art/raubahn.json rename to data/art/2024/raubahn.json diff --git a/art/recoverydisk.json b/data/art/2024/recoverydisk.json similarity index 100% rename from art/recoverydisk.json rename to data/art/2024/recoverydisk.json diff --git a/art/senzaki.json b/data/art/2024/senzaki.json similarity index 100% rename from art/senzaki.json rename to data/art/2024/senzaki.json diff --git a/art/slowday.json b/data/art/2024/slowday.json similarity index 100% rename from art/slowday.json rename to data/art/2024/slowday.json diff --git a/art/summertime.json b/data/art/2024/summertime.json similarity index 100% rename from art/summertime.json rename to data/art/2024/summertime.json diff --git a/art/thechromosomes.json b/data/art/2024/thechromosomes.json similarity index 100% rename from art/thechromosomes.json rename to data/art/2024/thechromosomes.json diff --git a/art/tiramisu.json b/data/art/2024/tiramisu.json similarity index 100% rename from art/tiramisu.json rename to data/art/2024/tiramisu.json diff --git a/art/winter-merume.json b/data/art/2024/winter-merume.json similarity index 100% rename from art/winter-merume.json rename to data/art/2024/winter-merume.json diff --git a/guestart/guest-juritta1.json b/data/art/guest/guest-juritta1.json similarity index 100% rename from guestart/guest-juritta1.json rename to data/art/guest/guest-juritta1.json diff --git a/guestart/guest-juritta2.json b/data/art/guest/guest-juritta2.json similarity index 100% rename from guestart/guest-juritta2.json rename to data/art/guest/guest-juritta2.json diff --git a/guestart/guest-juritta3.json b/data/art/guest/guest-juritta3.json similarity index 100% rename from guestart/guest-juritta3.json rename to data/art/guest/guest-juritta3.json diff --git a/guestart/guest-sakura1.json b/data/art/guest/guest-sakura1.json similarity index 100% rename from guestart/guest-sakura1.json rename to data/art/guest/guest-sakura1.json diff --git a/guestart/guest-sakura2.json b/data/art/guest/guest-sakura2.json similarity index 100% rename from guestart/guest-sakura2.json rename to data/art/guest/guest-sakura2.json diff --git a/guestart/guest-sakura3.json b/data/art/guest/guest-sakura3.json similarity index 100% rename from guestart/guest-sakura3.json rename to data/art/guest/guest-sakura3.json diff --git a/guestart/guest-sakura4.json b/data/art/guest/guest-sakura4.json similarity index 100% rename from guestart/guest-sakura4.json rename to data/art/guest/guest-sakura4.json diff --git a/guestart/guest-swordswoman1.json b/data/art/guest/guest-swordswoman1.json similarity index 100% rename from guestart/guest-swordswoman1.json rename to data/art/guest/guest-swordswoman1.json diff --git a/guestart/guest-swordswoman2.json b/data/art/guest/guest-swordswoman2.json similarity index 100% rename from guestart/guest-swordswoman2.json rename to data/art/guest/guest-swordswoman2.json diff --git a/guestart/guest-swordswoman3.json b/data/art/guest/guest-swordswoman3.json similarity index 100% rename from guestart/guest-swordswoman3.json rename to data/art/guest/guest-swordswoman3.json diff --git a/characters/aerith.json b/data/characters/aerith.json similarity index 100% rename from characters/aerith.json rename to data/characters/aerith.json diff --git a/characters/alear.json b/data/characters/alear.json similarity index 100% rename from characters/alear.json rename to data/characters/alear.json diff --git a/characters/amber.json b/data/characters/amber.json similarity index 100% rename from characters/amber.json rename to data/characters/amber.json diff --git a/characters/ashley.json b/data/characters/ashley.json similarity index 100% rename from characters/ashley.json rename to data/characters/ashley.json diff --git a/characters/asuka.json b/data/characters/asuka.json similarity index 100% rename from characters/asuka.json rename to data/characters/asuka.json diff --git a/characters/barrett.json b/data/characters/barrett.json similarity index 100% rename from characters/barrett.json rename to data/characters/barrett.json diff --git a/characters/bart.json b/data/characters/bart.json similarity index 100% rename from characters/bart.json rename to data/characters/bart.json diff --git a/characters/beard-burger-master.json b/data/characters/beard-burger-master.json similarity index 100% rename from characters/beard-burger-master.json rename to data/characters/beard-burger-master.json diff --git a/characters/byleth.json b/data/characters/byleth.json similarity index 100% rename from characters/byleth.json rename to data/characters/byleth.json diff --git a/characters/carl.json b/data/characters/carl.json similarity index 100% rename from characters/carl.json rename to data/characters/carl.json diff --git a/characters/chat.json b/data/characters/chat.json similarity index 100% rename from characters/chat.json rename to data/characters/chat.json diff --git a/characters/cloud.json b/data/characters/cloud.json similarity index 100% rename from characters/cloud.json rename to data/characters/cloud.json diff --git a/characters/desert-stalker.json b/data/characters/desert-stalker.json similarity index 100% rename from characters/desert-stalker.json rename to data/characters/desert-stalker.json diff --git a/characters/doodle-bob.json b/data/characters/doodle-bob.json similarity index 100% rename from characters/doodle-bob.json rename to data/characters/doodle-bob.json diff --git a/characters/dr.-frizzly.json b/data/characters/dr.-frizzly.json similarity index 100% rename from characters/dr.-frizzly.json rename to data/characters/dr.-frizzly.json diff --git a/characters/eleanor.json b/data/characters/eleanor.json similarity index 100% rename from characters/eleanor.json rename to data/characters/eleanor.json diff --git a/characters/elisanne.json b/data/characters/elisanne.json similarity index 100% rename from characters/elisanne.json rename to data/characters/elisanne.json diff --git a/characters/eugen.json b/data/characters/eugen.json similarity index 100% rename from characters/eugen.json rename to data/characters/eugen.json diff --git a/characters/eunie.json b/data/characters/eunie.json similarity index 100% rename from characters/eunie.json rename to data/characters/eunie.json diff --git a/characters/feathers-mcgraw.json b/data/characters/feathers-mcgraw.json similarity index 100% rename from characters/feathers-mcgraw.json rename to data/characters/feathers-mcgraw.json diff --git a/characters/fiona.json b/data/characters/fiona.json similarity index 100% rename from characters/fiona.json rename to data/characters/fiona.json diff --git a/characters/florence-griffin.json b/data/characters/florence-griffin.json similarity index 100% rename from characters/florence-griffin.json rename to data/characters/florence-griffin.json diff --git a/characters/futaba.json b/data/characters/futaba.json similarity index 100% rename from characters/futaba.json rename to data/characters/futaba.json diff --git a/characters/gustavo.json b/data/characters/gustavo.json similarity index 100% rename from characters/gustavo.json rename to data/characters/gustavo.json diff --git a/characters/heavy.json b/data/characters/heavy.json similarity index 100% rename from characters/heavy.json rename to data/characters/heavy.json diff --git a/characters/hunter.json b/data/characters/hunter.json similarity index 100% rename from characters/hunter.json rename to data/characters/hunter.json diff --git a/characters/jake-the-dog.json b/data/characters/jake-the-dog.json similarity index 100% rename from characters/jake-the-dog.json rename to data/characters/jake-the-dog.json diff --git a/characters/juritta.json b/data/characters/juritta.json similarity index 100% rename from characters/juritta.json rename to data/characters/juritta.json diff --git a/characters/kali.json b/data/characters/kali.json similarity index 100% rename from characters/kali.json rename to data/characters/kali.json diff --git a/characters/katie.json b/data/characters/katie.json similarity index 100% rename from characters/katie.json rename to data/characters/katie.json diff --git a/characters/kirby.json b/data/characters/kirby.json similarity index 100% rename from characters/kirby.json rename to data/characters/kirby.json diff --git a/characters/knocky-chan.json b/data/characters/knocky-chan.json similarity index 100% rename from characters/knocky-chan.json rename to data/characters/knocky-chan.json diff --git a/characters/konqi.json b/data/characters/konqi.json similarity index 100% rename from characters/konqi.json rename to data/characters/konqi.json diff --git a/characters/luca.json b/data/characters/luca.json similarity index 100% rename from characters/luca.json rename to data/characters/luca.json diff --git a/characters/luci.json b/data/characters/luci.json similarity index 100% rename from characters/luci.json rename to data/characters/luci.json diff --git a/characters/macheo.json b/data/characters/macheo.json similarity index 100% rename from characters/macheo.json rename to data/characters/macheo.json diff --git a/characters/madison.json b/data/characters/madison.json similarity index 100% rename from characters/madison.json rename to data/characters/madison.json diff --git a/characters/mari.json b/data/characters/mari.json similarity index 100% rename from characters/mari.json rename to data/characters/mari.json diff --git a/characters/mario.json b/data/characters/mario.json similarity index 100% rename from characters/mario.json rename to data/characters/mario.json diff --git a/characters/mel.json b/data/characters/mel.json similarity index 100% rename from characters/mel.json rename to data/characters/mel.json diff --git a/characters/merume.json b/data/characters/merume.json similarity index 100% rename from characters/merume.json rename to data/characters/merume.json diff --git a/characters/mizuoto-sui.json b/data/characters/mizuoto-sui.json similarity index 100% rename from characters/mizuoto-sui.json rename to data/characters/mizuoto-sui.json diff --git a/characters/mona.json b/data/characters/mona.json similarity index 100% rename from characters/mona.json rename to data/characters/mona.json diff --git a/characters/morgana.json b/data/characters/morgana.json similarity index 100% rename from characters/morgana.json rename to data/characters/morgana.json diff --git a/characters/mothman.json b/data/characters/mothman.json similarity index 100% rename from characters/mothman.json rename to data/characters/mothman.json diff --git a/characters/mudkip.json b/data/characters/mudkip.json similarity index 100% rename from characters/mudkip.json rename to data/characters/mudkip.json diff --git a/characters/mysterious-swordswoman.json b/data/characters/mysterious-swordswoman.json similarity index 100% rename from characters/mysterious-swordswoman.json rename to data/characters/mysterious-swordswoman.json diff --git a/characters/mythra.json b/data/characters/mythra.json similarity index 100% rename from characters/mythra.json rename to data/characters/mythra.json diff --git a/characters/natasha-kandy.json b/data/characters/natasha-kandy.json similarity index 100% rename from characters/natasha-kandy.json rename to data/characters/natasha-kandy.json diff --git a/characters/nikki.json b/data/characters/nikki.json similarity index 100% rename from characters/nikki.json rename to data/characters/nikki.json diff --git a/characters/noah.json b/data/characters/noah.json similarity index 100% rename from characters/noah.json rename to data/characters/noah.json diff --git a/characters/parappa-the-rapper.json b/data/characters/parappa-the-rapper.json similarity index 100% rename from characters/parappa-the-rapper.json rename to data/characters/parappa-the-rapper.json diff --git a/characters/patrick.json b/data/characters/patrick.json similarity index 100% rename from characters/patrick.json rename to data/characters/patrick.json diff --git a/characters/peppino.json b/data/characters/peppino.json similarity index 100% rename from characters/peppino.json rename to data/characters/peppino.json diff --git a/characters/pomni.json b/data/characters/pomni.json similarity index 100% rename from characters/pomni.json rename to data/characters/pomni.json diff --git a/characters/pyra.json b/data/characters/pyra.json similarity index 100% rename from characters/pyra.json rename to data/characters/pyra.json diff --git a/characters/quaxly.json b/data/characters/quaxly.json similarity index 100% rename from characters/quaxly.json rename to data/characters/quaxly.json diff --git a/characters/rat.json b/data/characters/rat.json similarity index 100% rename from characters/rat.json rename to data/characters/rat.json diff --git a/characters/raubahn.json b/data/characters/raubahn.json similarity index 100% rename from characters/raubahn.json rename to data/characters/raubahn.json diff --git a/characters/rei.json b/data/characters/rei.json similarity index 100% rename from characters/rei.json rename to data/characters/rei.json diff --git a/characters/rude.json b/data/characters/rude.json similarity index 100% rename from characters/rude.json rename to data/characters/rude.json diff --git a/characters/sakura.json b/data/characters/sakura.json similarity index 100% rename from characters/sakura.json rename to data/characters/sakura.json diff --git a/characters/samus.json b/data/characters/samus.json similarity index 100% rename from characters/samus.json rename to data/characters/samus.json diff --git a/characters/sanae.json b/data/characters/sanae.json similarity index 100% rename from characters/sanae.json rename to data/characters/sanae.json diff --git a/characters/senzaki-yukiko.json b/data/characters/senzaki-yukiko.json similarity index 100% rename from characters/senzaki-yukiko.json rename to data/characters/senzaki-yukiko.json diff --git a/characters/sir-birdington-the-banker.json b/data/characters/sir-birdington-the-banker.json similarity index 100% rename from characters/sir-birdington-the-banker.json rename to data/characters/sir-birdington-the-banker.json diff --git a/characters/sniper-girl.json b/data/characters/sniper-girl.json similarity index 100% rename from characters/sniper-girl.json rename to data/characters/sniper-girl.json diff --git a/characters/terra-missu.json b/data/characters/terra-missu.json similarity index 100% rename from characters/terra-missu.json rename to data/characters/terra-missu.json diff --git a/characters/the-chromosomes.json b/data/characters/the-chromosomes.json similarity index 100% rename from characters/the-chromosomes.json rename to data/characters/the-chromosomes.json diff --git a/characters/tifa.json b/data/characters/tifa.json similarity index 100% rename from characters/tifa.json rename to data/characters/tifa.json diff --git a/characters/tim.json b/data/characters/tim.json similarity index 100% rename from characters/tim.json rename to data/characters/tim.json diff --git a/characters/titania.json b/data/characters/titania.json similarity index 100% rename from characters/titania.json rename to data/characters/titania.json diff --git a/characters/vineshroom.json b/data/characters/vineshroom.json similarity index 100% rename from characters/vineshroom.json rename to data/characters/vineshroom.json diff --git a/characters/y2k.json b/data/characters/y2k.json similarity index 100% rename from characters/y2k.json rename to data/characters/y2k.json diff --git a/data/photos.json b/data/photos.json deleted file mode 100644 index fac34a2..0000000 --- a/data/photos.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "categories": [ - { - "name": "Figures", - "description": "This is a photo collection of my figure collection.", - "years": [ - { - "year": 2022, - "pieces": [ - { - "title": "2B", - "filename": "20220519_0001.webp" - } - ] - } - ] - } - ] -} diff --git a/resources/_gen/images/2016_huadab879e941b7914a791a1e932e934b6_93876_256x0_resize_box_2.bmp b/resources/_gen/images/2016_huadab879e941b7914a791a1e932e934b6_93876_256x0_resize_box_2.bmp deleted file mode 100644 index b27b780..0000000 Binary files a/resources/_gen/images/2016_huadab879e941b7914a791a1e932e934b6_93876_256x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/2017_hu965a71971b0dce365f132ff99cb39b3f_35246_256x0_resize_box_2.bmp b/resources/_gen/images/2017_hu965a71971b0dce365f132ff99cb39b3f_35246_256x0_resize_box_2.bmp deleted file mode 100644 index 014bfab..0000000 Binary files a/resources/_gen/images/2017_hu965a71971b0dce365f132ff99cb39b3f_35246_256x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/2018_hua4a6f714cc8346513e27ec44ffd34822_55082_256x0_resize_box_2.bmp b/resources/_gen/images/2018_hua4a6f714cc8346513e27ec44ffd34822_55082_256x0_resize_box_2.bmp deleted file mode 100644 index e4a60bd..0000000 Binary files a/resources/_gen/images/2018_hua4a6f714cc8346513e27ec44ffd34822_55082_256x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/2019_hu3f4dce7cbfb2db40da523251471aae14_74226_256x0_resize_box_2.bmp b/resources/_gen/images/2019_hu3f4dce7cbfb2db40da523251471aae14_74226_256x0_resize_box_2.bmp deleted file mode 100644 index 9aa5e5f..0000000 Binary files a/resources/_gen/images/2019_hu3f4dce7cbfb2db40da523251471aae14_74226_256x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/2020_hu7282ee0b32eb274b4dfcd5275b97edd4_78056_256x0_resize_box_2.bmp b/resources/_gen/images/2020_hu7282ee0b32eb274b4dfcd5275b97edd4_78056_256x0_resize_box_2.bmp deleted file mode 100644 index 25881d3..0000000 Binary files a/resources/_gen/images/2020_hu7282ee0b32eb274b4dfcd5275b97edd4_78056_256x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/2021_hu696412dae68e717825aa3e2bcfa9430e_79260_256x0_resize_box_2.bmp b/resources/_gen/images/2021_hu696412dae68e717825aa3e2bcfa9430e_79260_256x0_resize_box_2.bmp deleted file mode 100644 index 64d2183..0000000 Binary files a/resources/_gen/images/2021_hu696412dae68e717825aa3e2bcfa9430e_79260_256x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/2022-review_hub7734365a87ed5cfe6ea8d4db5f1d5ee_255800_400x0_resize_box_2.bmp b/resources/_gen/images/2022-review_hub7734365a87ed5cfe6ea8d4db5f1d5ee_255800_400x0_resize_box_2.bmp deleted file mode 100644 index 0721dc8..0000000 Binary files a/resources/_gen/images/2022-review_hub7734365a87ed5cfe6ea8d4db5f1d5ee_255800_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/2022-review_hub7734365a87ed5cfe6ea8d4db5f1d5ee_255800_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/2022-review_hub7734365a87ed5cfe6ea8d4db5f1d5ee_255800_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index f96572e..0000000 Binary files a/resources/_gen/images/2022-review_hub7734365a87ed5cfe6ea8d4db5f1d5ee_255800_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/2022_hu67d1fcba79ee91d8ec99fee4534d31d9_95752_256x0_resize_box_2.bmp b/resources/_gen/images/2022_hu67d1fcba79ee91d8ec99fee4534d31d9_95752_256x0_resize_box_2.bmp deleted file mode 100644 index c30e7e2..0000000 Binary files a/resources/_gen/images/2022_hu67d1fcba79ee91d8ec99fee4534d31d9_95752_256x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/2023_hub8e296303adf36b32499370d8e9cd0f0_48466_256x0_resize_box_2.bmp b/resources/_gen/images/2023_hub8e296303adf36b32499370d8e9cd0f0_48466_256x0_resize_box_2.bmp deleted file mode 100644 index a8b23f2..0000000 Binary files a/resources/_gen/images/2023_hub8e296303adf36b32499370d8e9cd0f0_48466_256x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/2024_hu56a3f7c9b1241eb794192a4c3385e366_23696_256x0_resize_box_2.bmp b/resources/_gen/images/2024_hu56a3f7c9b1241eb794192a4c3385e366_23696_256x0_resize_box_2.bmp deleted file mode 100644 index 9970d39..0000000 Binary files a/resources/_gen/images/2024_hu56a3f7c9b1241eb794192a4c3385e366_23696_256x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/acrocatabro_hue6c364474138869432853f2a3ce22739_165736_400x0_resize_box_2.bmp b/resources/_gen/images/acrocatabro_hue6c364474138869432853f2a3ce22739_165736_400x0_resize_box_2.bmp deleted file mode 100644 index 9c620ff..0000000 Binary files a/resources/_gen/images/acrocatabro_hue6c364474138869432853f2a3ce22739_165736_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/acrocatabro_hue6c364474138869432853f2a3ce22739_165736_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/acrocatabro_hue6c364474138869432853f2a3ce22739_165736_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index f1ff661..0000000 Binary files a/resources/_gen/images/acrocatabro_hue6c364474138869432853f2a3ce22739_165736_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/acrocatabro_hue6c364474138869432853f2a3ce22739_165736_500x0_resize_q75_h2_box_2.webp b/resources/_gen/images/acrocatabro_hue6c364474138869432853f2a3ce22739_165736_500x0_resize_q75_h2_box_2.webp deleted file mode 100644 index 24d84dd..0000000 Binary files a/resources/_gen/images/acrocatabro_hue6c364474138869432853f2a3ce22739_165736_500x0_resize_q75_h2_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/aerith_huc590f81b497353d8e5a8d7aa377c046c_127206_400x0_resize_box_2.bmp b/resources/_gen/images/aerith_huc590f81b497353d8e5a8d7aa377c046c_127206_400x0_resize_box_2.bmp deleted file mode 100644 index 3edbd3b..0000000 Binary files a/resources/_gen/images/aerith_huc590f81b497353d8e5a8d7aa377c046c_127206_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/aerith_huc590f81b497353d8e5a8d7aa377c046c_127206_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/aerith_huc590f81b497353d8e5a8d7aa377c046c_127206_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 7440c4b..0000000 Binary files a/resources/_gen/images/aerith_huc590f81b497353d8e5a8d7aa377c046c_127206_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/after-school_huc59c0dc74c53c1d54992193e94314bb4_220474_400x0_resize_box_2.bmp b/resources/_gen/images/after-school_huc59c0dc74c53c1d54992193e94314bb4_220474_400x0_resize_box_2.bmp deleted file mode 100644 index bca47be..0000000 Binary files a/resources/_gen/images/after-school_huc59c0dc74c53c1d54992193e94314bb4_220474_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/after-school_huc59c0dc74c53c1d54992193e94314bb4_220474_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/after-school_huc59c0dc74c53c1d54992193e94314bb4_220474_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 10df990..0000000 Binary files a/resources/_gen/images/after-school_huc59c0dc74c53c1d54992193e94314bb4_220474_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/after-the-rain_hu582817e2f11ab1efa9f326e0b80d2535_110666_400x0_resize_box_2.bmp b/resources/_gen/images/after-the-rain_hu582817e2f11ab1efa9f326e0b80d2535_110666_400x0_resize_box_2.bmp deleted file mode 100644 index ac2a523..0000000 Binary files a/resources/_gen/images/after-the-rain_hu582817e2f11ab1efa9f326e0b80d2535_110666_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/after-the-rain_hu582817e2f11ab1efa9f326e0b80d2535_110666_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/after-the-rain_hu582817e2f11ab1efa9f326e0b80d2535_110666_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 85a96fa..0000000 Binary files a/resources/_gen/images/after-the-rain_hu582817e2f11ab1efa9f326e0b80d2535_110666_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/aks_hu650fb737884664f448c06ced35379298_96100_400x0_resize_box_2.bmp b/resources/_gen/images/aks_hu650fb737884664f448c06ced35379298_96100_400x0_resize_box_2.bmp deleted file mode 100644 index 8d07929..0000000 Binary files a/resources/_gen/images/aks_hu650fb737884664f448c06ced35379298_96100_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/aks_hu650fb737884664f448c06ced35379298_96100_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/aks_hu650fb737884664f448c06ced35379298_96100_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index d219138..0000000 Binary files a/resources/_gen/images/aks_hu650fb737884664f448c06ced35379298_96100_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/alear_hu82b2526c88723c379f4de379b655d939_73968_400x0_resize_box_2.bmp b/resources/_gen/images/alear_hu82b2526c88723c379f4de379b655d939_73968_400x0_resize_box_2.bmp deleted file mode 100644 index 0810364..0000000 Binary files a/resources/_gen/images/alear_hu82b2526c88723c379f4de379b655d939_73968_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/alear_hu82b2526c88723c379f4de379b655d939_73968_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/alear_hu82b2526c88723c379f4de379b655d939_73968_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index c9bc770..0000000 Binary files a/resources/_gen/images/alear_hu82b2526c88723c379f4de379b655d939_73968_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/alley_hu3e45cc0cee2ad657dedb19efe3abaadf_129742_400x0_resize_box_2.bmp b/resources/_gen/images/alley_hu3e45cc0cee2ad657dedb19efe3abaadf_129742_400x0_resize_box_2.bmp deleted file mode 100644 index 3da9c59..0000000 Binary files a/resources/_gen/images/alley_hu3e45cc0cee2ad657dedb19efe3abaadf_129742_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/alley_hu3e45cc0cee2ad657dedb19efe3abaadf_129742_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/alley_hu3e45cc0cee2ad657dedb19efe3abaadf_129742_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 2fdc524..0000000 Binary files a/resources/_gen/images/alley_hu3e45cc0cee2ad657dedb19efe3abaadf_129742_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/angry-gibus_hu8b138b30b1dd8a10c3db670322cc54b2_256776_400x0_resize_box_2.bmp b/resources/_gen/images/angry-gibus_hu8b138b30b1dd8a10c3db670322cc54b2_256776_400x0_resize_box_2.bmp deleted file mode 100644 index cd42893..0000000 Binary files a/resources/_gen/images/angry-gibus_hu8b138b30b1dd8a10c3db670322cc54b2_256776_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/angry-gibus_hu8b138b30b1dd8a10c3db670322cc54b2_256776_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/angry-gibus_hu8b138b30b1dd8a10c3db670322cc54b2_256776_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index f678977..0000000 Binary files a/resources/_gen/images/angry-gibus_hu8b138b30b1dd8a10c3db670322cc54b2_256776_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/artifical_huc0c48b215ec78f01bcc1bea4982290be_118496_400x0_resize_box_2.bmp b/resources/_gen/images/artifical_huc0c48b215ec78f01bcc1bea4982290be_118496_400x0_resize_box_2.bmp deleted file mode 100644 index df46893..0000000 Binary files a/resources/_gen/images/artifical_huc0c48b215ec78f01bcc1bea4982290be_118496_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/artifical_huc0c48b215ec78f01bcc1bea4982290be_118496_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/artifical_huc0c48b215ec78f01bcc1bea4982290be_118496_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index fa5939b..0000000 Binary files a/resources/_gen/images/artifical_huc0c48b215ec78f01bcc1bea4982290be_118496_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/ashley_hu94bc57cb9679eb587a3250a2dd94bd71_189788_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/ashley_hu94bc57cb9679eb587a3250a2dd94bd71_189788_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index fa42c11..0000000 Binary files a/resources/_gen/images/ashley_hu94bc57cb9679eb587a3250a2dd94bd71_189788_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/asuka-thumbnail_hu00f0a49aff1daa2c14661414e3c20ea0_714412_400x0_resize_box_2.bmp b/resources/_gen/images/asuka-thumbnail_hu00f0a49aff1daa2c14661414e3c20ea0_714412_400x0_resize_box_2.bmp deleted file mode 100644 index f5f4770..0000000 Binary files a/resources/_gen/images/asuka-thumbnail_hu00f0a49aff1daa2c14661414e3c20ea0_714412_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/asuka-thumbnail_hu00f0a49aff1daa2c14661414e3c20ea0_714412_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/asuka-thumbnail_hu00f0a49aff1daa2c14661414e3c20ea0_714412_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index adbf6ed..0000000 Binary files a/resources/_gen/images/asuka-thumbnail_hu00f0a49aff1daa2c14661414e3c20ea0_714412_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/back_hue0427f58b64662108c04c8727ee3757a_56106_400x0_resize_box_2.bmp b/resources/_gen/images/back_hue0427f58b64662108c04c8727ee3757a_56106_400x0_resize_box_2.bmp deleted file mode 100644 index 5d622d8..0000000 Binary files a/resources/_gen/images/back_hue0427f58b64662108c04c8727ee3757a_56106_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/back_hue0427f58b64662108c04c8727ee3757a_56106_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/back_hue0427f58b64662108c04c8727ee3757a_56106_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index d5761ff..0000000 Binary files a/resources/_gen/images/back_hue0427f58b64662108c04c8727ee3757a_56106_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/banner2_hu966f29a5b7b41ac5d8b35b89ba48c10c_7980_400x0_resize_box_2.bmp b/resources/_gen/images/banner2_hu966f29a5b7b41ac5d8b35b89ba48c10c_7980_400x0_resize_box_2.bmp deleted file mode 100644 index 56a0266..0000000 Binary files a/resources/_gen/images/banner2_hu966f29a5b7b41ac5d8b35b89ba48c10c_7980_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/banner_hu67d171227535d17445d9bd60250fa093_7534_400x0_resize_box_2.bmp b/resources/_gen/images/banner_hu67d171227535d17445d9bd60250fa093_7534_400x0_resize_box_2.bmp deleted file mode 100644 index 9bc3eb8..0000000 Binary files a/resources/_gen/images/banner_hu67d171227535d17445d9bd60250fa093_7534_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/bard_hu76b27965f49442c528354170619b798a_146664_400x0_resize_box_2.bmp b/resources/_gen/images/bard_hu76b27965f49442c528354170619b798a_146664_400x0_resize_box_2.bmp deleted file mode 100644 index e2cea00..0000000 Binary files a/resources/_gen/images/bard_hu76b27965f49442c528354170619b798a_146664_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/bard_hu76b27965f49442c528354170619b798a_146664_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/bard_hu76b27965f49442c528354170619b798a_146664_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index fb48b48..0000000 Binary files a/resources/_gen/images/bard_hu76b27965f49442c528354170619b798a_146664_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/bathing_hu2ace6f21a2c5883fdab9d326385f8479_147252_400x0_resize_box_2.bmp b/resources/_gen/images/bathing_hu2ace6f21a2c5883fdab9d326385f8479_147252_400x0_resize_box_2.bmp deleted file mode 100644 index b0a3990..0000000 Binary files a/resources/_gen/images/bathing_hu2ace6f21a2c5883fdab9d326385f8479_147252_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/bathing_hu2ace6f21a2c5883fdab9d326385f8479_147252_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/bathing_hu2ace6f21a2c5883fdab9d326385f8479_147252_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index c248c56..0000000 Binary files a/resources/_gen/images/bathing_hu2ace6f21a2c5883fdab9d326385f8479_147252_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/beachball_hu15e04b536d41c8d5f7f8e74294b4977e_106750_400x0_resize_box_2.bmp b/resources/_gen/images/beachball_hu15e04b536d41c8d5f7f8e74294b4977e_106750_400x0_resize_box_2.bmp deleted file mode 100644 index c55d8c9..0000000 Binary files a/resources/_gen/images/beachball_hu15e04b536d41c8d5f7f8e74294b4977e_106750_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/beachball_hu15e04b536d41c8d5f7f8e74294b4977e_106750_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/beachball_hu15e04b536d41c8d5f7f8e74294b4977e_106750_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 26c393a..0000000 Binary files a/resources/_gen/images/beachball_hu15e04b536d41c8d5f7f8e74294b4977e_106750_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/beachtrip_hua11e7cf810d4a13694c241a067f2e271_344338_400x0_resize_box_2.bmp b/resources/_gen/images/beachtrip_hua11e7cf810d4a13694c241a067f2e271_344338_400x0_resize_box_2.bmp deleted file mode 100644 index e0d7a96..0000000 Binary files a/resources/_gen/images/beachtrip_hua11e7cf810d4a13694c241a067f2e271_344338_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/beachtrip_hua11e7cf810d4a13694c241a067f2e271_344338_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/beachtrip_hua11e7cf810d4a13694c241a067f2e271_344338_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index dd4dd07..0000000 Binary files a/resources/_gen/images/beachtrip_hua11e7cf810d4a13694c241a067f2e271_344338_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/bench_huff7179d1fba6042c5da84da9326cb4af_87196_400x0_resize_box_2.bmp b/resources/_gen/images/bench_huff7179d1fba6042c5da84da9326cb4af_87196_400x0_resize_box_2.bmp deleted file mode 100644 index 936b0e8..0000000 Binary files a/resources/_gen/images/bench_huff7179d1fba6042c5da84da9326cb4af_87196_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/bench_huff7179d1fba6042c5da84da9326cb4af_87196_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/bench_huff7179d1fba6042c5da84da9326cb4af_87196_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 57c8781..0000000 Binary files a/resources/_gen/images/bench_huff7179d1fba6042c5da84da9326cb4af_87196_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/bike2020_hu8ff6e6e2408254e6559259def9726c88_68036_400x0_resize_box_2.bmp b/resources/_gen/images/bike2020_hu8ff6e6e2408254e6559259def9726c88_68036_400x0_resize_box_2.bmp deleted file mode 100644 index fb6b85c..0000000 Binary files a/resources/_gen/images/bike2020_hu8ff6e6e2408254e6559259def9726c88_68036_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/bike2020_hu8ff6e6e2408254e6559259def9726c88_68036_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/bike2020_hu8ff6e6e2408254e6559259def9726c88_68036_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 4e0b62b..0000000 Binary files a/resources/_gen/images/bike2020_hu8ff6e6e2408254e6559259def9726c88_68036_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/bike_hua2377976c1e864874021cef049178ff7_115928_400x0_resize_box_2.bmp b/resources/_gen/images/bike_hua2377976c1e864874021cef049178ff7_115928_400x0_resize_box_2.bmp deleted file mode 100644 index dea503b..0000000 Binary files a/resources/_gen/images/bike_hua2377976c1e864874021cef049178ff7_115928_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/bike_hua2377976c1e864874021cef049178ff7_115928_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/bike_hua2377976c1e864874021cef049178ff7_115928_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 99ea5cb..0000000 Binary files a/resources/_gen/images/bike_hua2377976c1e864874021cef049178ff7_115928_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/birdington_huc7a46ae11b1b19a26d819ed81e08397a_69432_400x0_resize_box_2.bmp b/resources/_gen/images/birdington_huc7a46ae11b1b19a26d819ed81e08397a_69432_400x0_resize_box_2.bmp deleted file mode 100644 index 532a722..0000000 Binary files a/resources/_gen/images/birdington_huc7a46ae11b1b19a26d819ed81e08397a_69432_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/birdington_huc7a46ae11b1b19a26d819ed81e08397a_69432_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/birdington_huc7a46ae11b1b19a26d819ed81e08397a_69432_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 939dbc4..0000000 Binary files a/resources/_gen/images/birdington_huc7a46ae11b1b19a26d819ed81e08397a_69432_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/blog/breakdown-gallery/art-gallery_hu23852798ae885fc595ecf4053a8c7e3a_272980_400x0_resize_box_2.bmp b/resources/_gen/images/blog/breakdown-gallery/art-gallery_hu23852798ae885fc595ecf4053a8c7e3a_272980_400x0_resize_box_2.bmp deleted file mode 100644 index 07ec80c..0000000 Binary files a/resources/_gen/images/blog/breakdown-gallery/art-gallery_hu23852798ae885fc595ecf4053a8c7e3a_272980_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/breakdown-gallery/redai_hu65611743be0478da8cf8c65f7f6e3a13_41264_400x0_resize_box_2.bmp b/resources/_gen/images/blog/breakdown-gallery/redai_hu65611743be0478da8cf8c65f7f6e3a13_41264_400x0_resize_box_2.bmp deleted file mode 100644 index 24d21e6..0000000 Binary files a/resources/_gen/images/blog/breakdown-gallery/redai_hu65611743be0478da8cf8c65f7f6e3a13_41264_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/breaking-even/prospect_promotion_3_hua1a070022c587c88ab304c2d6a462d2d_79728_400x0_resize_box_2.bmp b/resources/_gen/images/blog/breaking-even/prospect_promotion_3_hua1a070022c587c88ab304c2d6a462d2d_79728_400x0_resize_box_2.bmp deleted file mode 100644 index d7e5c8b..0000000 Binary files a/resources/_gen/images/blog/breaking-even/prospect_promotion_3_hua1a070022c587c88ab304c2d6a462d2d_79728_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/breaking-even/silica-screenshot_hu4878c6a1d1125a9010208a3dd24c44eb_192744_400x0_resize_box_2.bmp b/resources/_gen/images/blog/breaking-even/silica-screenshot_hu4878c6a1d1125a9010208a3dd24c44eb_192744_400x0_resize_box_2.bmp deleted file mode 100644 index 20510b7..0000000 Binary files a/resources/_gen/images/blog/breaking-even/silica-screenshot_hu4878c6a1d1125a9010208a3dd24c44eb_192744_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/death-of-gfx/prism-on-mac-vulkan_hu15a7d0b999aed7de6fcb2d9010bde6bd_100064_400x0_resize_box_2.bmp b/resources/_gen/images/blog/death-of-gfx/prism-on-mac-vulkan_hu15a7d0b999aed7de6fcb2d9010bde6bd_100064_400x0_resize_box_2.bmp deleted file mode 100644 index 24c2115..0000000 Binary files a/resources/_gen/images/blog/death-of-gfx/prism-on-mac-vulkan_hu15a7d0b999aed7de6fcb2d9010bde6bd_100064_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/death-of-gfx/vkconfig-mac_hu4e48cac2e00e44c4cf2bb5611df31aeb_121244_400x0_resize_box_2.bmp b/resources/_gen/images/blog/death-of-gfx/vkconfig-mac_hu4e48cac2e00e44c4cf2bb5611df31aeb_121244_400x0_resize_box_2.bmp deleted file mode 100644 index 45977f4..0000000 Binary files a/resources/_gen/images/blog/death-of-gfx/vkconfig-mac_hu4e48cac2e00e44c4cf2bb5611df31aeb_121244_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/drawing-simple-cubes/grid_hu0ee1befcff74dd7eecaab92eff3b12a6_103960_400x0_resize_box_2.bmp b/resources/_gen/images/blog/drawing-simple-cubes/grid_hu0ee1befcff74dd7eecaab92eff3b12a6_103960_400x0_resize_box_2.bmp deleted file mode 100644 index 440baf8..0000000 Binary files a/resources/_gen/images/blog/drawing-simple-cubes/grid_hu0ee1befcff74dd7eecaab92eff3b12a6_103960_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/ffxiv-oct2023/cmp_hu3b577d19b2b7c5cd7536aee1f9ccab46_64448_400x0_resize_box_2.bmp b/resources/_gen/images/blog/ffxiv-oct2023/cmp_hu3b577d19b2b7c5cd7536aee1f9ccab46_64448_400x0_resize_box_2.bmp deleted file mode 100644 index 0e39706..0000000 Binary files a/resources/_gen/images/blog/ffxiv-oct2023/cmp_hu3b577d19b2b7c5cd7536aee1f9ccab46_64448_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/ffxiv-oct2023/docs_hufa9a891a9875597cbe858a5d0b7e83d7_110762_400x0_resize_box_2.bmp b/resources/_gen/images/blog/ffxiv-oct2023/docs_hufa9a891a9875597cbe858a5d0b7e83d7_110762_400x0_resize_box_2.bmp deleted file mode 100644 index 4bf2804..0000000 Binary files a/resources/_gen/images/blog/ffxiv-oct2023/docs_hufa9a891a9875597cbe858a5d0b7e83d7_110762_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/ffxiv-oct2023/excel_hua19dabe06ffde518bfa72d9b29ec1369_98828_400x0_resize_box_2.bmp b/resources/_gen/images/blog/ffxiv-oct2023/excel_hua19dabe06ffde518bfa72d9b29ec1369_98828_400x0_resize_box_2.bmp deleted file mode 100644 index fed5caf..0000000 Binary files a/resources/_gen/images/blog/ffxiv-oct2023/excel_hua19dabe06ffde518bfa72d9b29ec1369_98828_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/ffxiv-oct2023/indexer_hufc3548b6277b1f310b936dfd261b711c_132554_400x0_resize_box_2.bmp b/resources/_gen/images/blog/ffxiv-oct2023/indexer_hufc3548b6277b1f310b936dfd261b711c_132554_400x0_resize_box_2.bmp deleted file mode 100644 index 7ea6088..0000000 Binary files a/resources/_gen/images/blog/ffxiv-oct2023/indexer_hufc3548b6277b1f310b936dfd261b711c_132554_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/ffxiv-oct2023/newdesign_hu353eb0ec9724bf694ede35ce8c6627f3_96858_400x0_resize_box_2.bmp b/resources/_gen/images/blog/ffxiv-oct2023/newdesign_hu353eb0ec9724bf694ede35ce8c6627f3_96858_400x0_resize_box_2.bmp deleted file mode 100644 index acd60b0..0000000 Binary files a/resources/_gen/images/blog/ffxiv-oct2023/newdesign_hu353eb0ec9724bf694ede35ce8c6627f3_96858_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/ffxiv-oct2023/rawhex_hu2f67f9899d6e56f866c8b34d63494c54_84184_400x0_resize_box_2.bmp b/resources/_gen/images/blog/ffxiv-oct2023/rawhex_hu2f67f9899d6e56f866c8b34d63494c54_84184_400x0_resize_box_2.bmp deleted file mode 100644 index b4b630b..0000000 Binary files a/resources/_gen/images/blog/ffxiv-oct2023/rawhex_hu2f67f9899d6e56f866c8b34d63494c54_84184_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/ffxiv-oct2023/shader_hu01f7d6bd40c1fff1a0b1d918b4e630ea_78868_400x0_resize_box_2.bmp b/resources/_gen/images/blog/ffxiv-oct2023/shader_hu01f7d6bd40c1fff1a0b1d918b4e630ea_78868_400x0_resize_box_2.bmp deleted file mode 100644 index 69434ca..0000000 Binary files a/resources/_gen/images/blog/ffxiv-oct2023/shader_hu01f7d6bd40c1fff1a0b1d918b4e630ea_78868_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/ffxiv-oct2023/skel_hu2fb8933a280189572fb9054618948b4f_48994_400x0_resize_box_2.bmp b/resources/_gen/images/blog/ffxiv-oct2023/skel_hu2fb8933a280189572fb9054618948b4f_48994_400x0_resize_box_2.bmp deleted file mode 100644 index bdc0cbf..0000000 Binary files a/resources/_gen/images/blog/ffxiv-oct2023/skel_hu2fb8933a280189572fb9054618948b4f_48994_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/ffxiv-oct2023/static_hu822d0207abf1641c6d5193adf7b18a3e_19220_400x0_resize_box_2.bmp b/resources/_gen/images/blog/ffxiv-oct2023/static_hu822d0207abf1641c6d5193adf7b18a3e_19220_400x0_resize_box_2.bmp deleted file mode 100644 index ad662fd..0000000 Binary files a/resources/_gen/images/blog/ffxiv-oct2023/static_hu822d0207abf1641c6d5193adf7b18a3e_19220_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/ffxiv-oct2023/tex_hu13e1b683ddfad95e3751f4d4319af76b_82186_400x0_resize_box_2.bmp b/resources/_gen/images/blog/ffxiv-oct2023/tex_hu13e1b683ddfad95e3751f4d4319af76b_82186_400x0_resize_box_2.bmp deleted file mode 100644 index 552247b..0000000 Binary files a/resources/_gen/images/blog/ffxiv-oct2023/tex_hu13e1b683ddfad95e3751f4d4319af76b_82186_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/ffxiv-oct2023/updater_hu9bb2ec5d2756541b7b6c1d4089d3c1a7_17292_400x0_resize_box_2.bmp b/resources/_gen/images/blog/ffxiv-oct2023/updater_hu9bb2ec5d2756541b7b6c1d4089d3c1a7_17292_400x0_resize_box_2.bmp deleted file mode 100644 index 98ccdaf..0000000 Binary files a/resources/_gen/images/blog/ffxiv-oct2023/updater_hu9bb2ec5d2756541b7b6c1d4089d3c1a7_17292_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/ffxiv-sept2023/Screenshot_23_162150_hu97e2e21875e07877b2dd7bed2f073d8c_103406_400x0_resize_box_2.bmp b/resources/_gen/images/blog/ffxiv-sept2023/Screenshot_23_162150_hu97e2e21875e07877b2dd7bed2f073d8c_103406_400x0_resize_box_2.bmp deleted file mode 100644 index 8431eaf..0000000 Binary files a/resources/_gen/images/blog/ffxiv-sept2023/Screenshot_23_162150_hu97e2e21875e07877b2dd7bed2f073d8c_103406_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/ffxiv-sept2023/Screenshot_23_162243_hu5b1c31879418355286a90540372235d6_25692_400x0_resize_box_2.bmp b/resources/_gen/images/blog/ffxiv-sept2023/Screenshot_23_162243_hu5b1c31879418355286a90540372235d6_25692_400x0_resize_box_2.bmp deleted file mode 100644 index df9a6f8..0000000 Binary files a/resources/_gen/images/blog/ffxiv-sept2023/Screenshot_23_162243_hu5b1c31879418355286a90540372235d6_25692_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/ffxiv-sept2023/Screenshot_23_162922_hu95153eba474e37a88c8ef323f90d0d9e_51826_400x0_resize_box_2.bmp b/resources/_gen/images/blog/ffxiv-sept2023/Screenshot_23_162922_hu95153eba474e37a88c8ef323f90d0d9e_51826_400x0_resize_box_2.bmp deleted file mode 100644 index f7ffe8f..0000000 Binary files a/resources/_gen/images/blog/ffxiv-sept2023/Screenshot_23_162922_hu95153eba474e37a88c8ef323f90d0d9e_51826_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/ffxiv-sept2023/Screenshot_23_163039_hu09fa815b2e72d945326253c75df1fb1d_36538_400x0_resize_box_2.bmp b/resources/_gen/images/blog/ffxiv-sept2023/Screenshot_23_163039_hu09fa815b2e72d945326253c75df1fb1d_36538_400x0_resize_box_2.bmp deleted file mode 100644 index 4c422f7..0000000 Binary files a/resources/_gen/images/blog/ffxiv-sept2023/Screenshot_23_163039_hu09fa815b2e72d945326253c75df1fb1d_36538_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/ffxiv-sept2023/Screenshot_23_164405_hue6a9c674a95eb540fa737d4a362bb8d8_54086_400x0_resize_box_2.bmp b/resources/_gen/images/blog/ffxiv-sept2023/Screenshot_23_164405_hue6a9c674a95eb540fa737d4a362bb8d8_54086_400x0_resize_box_2.bmp deleted file mode 100644 index 3c2ebc9..0000000 Binary files a/resources/_gen/images/blog/ffxiv-sept2023/Screenshot_23_164405_hue6a9c674a95eb540fa737d4a362bb8d8_54086_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/ffxiv-sept2023/steam_hu8b397a28ae8164d95a6c49cac923dfbf_77440_400x0_resize_box_2.bmp b/resources/_gen/images/blog/ffxiv-sept2023/steam_hu8b397a28ae8164d95a6c49cac923dfbf_77440_400x0_resize_box_2.bmp deleted file mode 100644 index ad791a0..0000000 Binary files a/resources/_gen/images/blog/ffxiv-sept2023/steam_hu8b397a28ae8164d95a6c49cac923dfbf_77440_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/figure1/figure-review-mari-back_hu3d38b67d0fa248b3c5f46c5f5d7cc139_234274_400x0_resize_box_2.bmp b/resources/_gen/images/blog/figure1/figure-review-mari-back_hu3d38b67d0fa248b3c5f46c5f5d7cc139_234274_400x0_resize_box_2.bmp deleted file mode 100644 index 80a0f95..0000000 Binary files a/resources/_gen/images/blog/figure1/figure-review-mari-back_hu3d38b67d0fa248b3c5f46c5f5d7cc139_234274_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/figure1/figure-review-mari-front_hu7dd681e69ed92fd4fc1d2c945bbaac3a_212446_400x0_resize_box_2.bmp b/resources/_gen/images/blog/figure1/figure-review-mari-front_hu7dd681e69ed92fd4fc1d2c945bbaac3a_212446_400x0_resize_box_2.bmp deleted file mode 100644 index 6e76e0f..0000000 Binary files a/resources/_gen/images/blog/figure1/figure-review-mari-front_hu7dd681e69ed92fd4fc1d2c945bbaac3a_212446_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/figure1/figure-review-mari-sega_hu31a32475174e132f49efd0252aa2ed9e_8898_400x0_resize_box_2.bmp b/resources/_gen/images/blog/figure1/figure-review-mari-sega_hu31a32475174e132f49efd0252aa2ed9e_8898_400x0_resize_box_2.bmp deleted file mode 100644 index 49eb253..0000000 Binary files a/resources/_gen/images/blog/figure1/figure-review-mari-sega_hu31a32475174e132f49efd0252aa2ed9e_8898_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/figure1/figure-review-mari-side_hu2ae8c3463a51c2539cba90dfecd10d2a_253536_400x0_resize_box_2.bmp b/resources/_gen/images/blog/figure1/figure-review-mari-side_hu2ae8c3463a51c2539cba90dfecd10d2a_253536_400x0_resize_box_2.bmp deleted file mode 100644 index 2a85e30..0000000 Binary files a/resources/_gen/images/blog/figure1/figure-review-mari-side_hu2ae8c3463a51c2539cba90dfecd10d2a_253536_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/figure2/box_hu757b8eb9b485065a330d60e4b630c8c1_31432_400x0_resize_box_2.bmp b/resources/_gen/images/blog/figure2/box_hu757b8eb9b485065a330d60e4b630c8c1_31432_400x0_resize_box_2.bmp deleted file mode 100644 index 2e2ffc2..0000000 Binary files a/resources/_gen/images/blog/figure2/box_hu757b8eb9b485065a330d60e4b630c8c1_31432_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/figure2/cool-back_hub9eb5b3717ce922e8abb77eba50e03a0_47962_400x0_resize_box_2.bmp b/resources/_gen/images/blog/figure2/cool-back_hub9eb5b3717ce922e8abb77eba50e03a0_47962_400x0_resize_box_2.bmp deleted file mode 100644 index 864353c..0000000 Binary files a/resources/_gen/images/blog/figure2/cool-back_hub9eb5b3717ce922e8abb77eba50e03a0_47962_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/figure2/deluxe-back_hu71facafe8f991950ff828dbfea241566_44124_400x0_resize_box_2.bmp b/resources/_gen/images/blog/figure2/deluxe-back_hu71facafe8f991950ff828dbfea241566_44124_400x0_resize_box_2.bmp deleted file mode 100644 index f874e6d..0000000 Binary files a/resources/_gen/images/blog/figure2/deluxe-back_hu71facafe8f991950ff828dbfea241566_44124_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/figure2/deluxe-face_hucc17c26ae740a1f49daf35ef3180e78d_65052_400x0_resize_box_2.bmp b/resources/_gen/images/blog/figure2/deluxe-face_hucc17c26ae740a1f49daf35ef3180e78d_65052_400x0_resize_box_2.bmp deleted file mode 100644 index cca4006..0000000 Binary files a/resources/_gen/images/blog/figure2/deluxe-face_hucc17c26ae740a1f49daf35ef3180e78d_65052_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/figure2/deluxe-front_hu45a85277d42683631198237248a8d719_43356_400x0_resize_box_2.bmp b/resources/_gen/images/blog/figure2/deluxe-front_hu45a85277d42683631198237248a8d719_43356_400x0_resize_box_2.bmp deleted file mode 100644 index 5b2d39d..0000000 Binary files a/resources/_gen/images/blog/figure2/deluxe-front_hu45a85277d42683631198237248a8d719_43356_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/figure2/dusties_hu1c8d4111e1a8b470d4f8ee4d542a2b12_25614_400x0_resize_box_2.bmp b/resources/_gen/images/blog/figure2/dusties_hu1c8d4111e1a8b470d4f8ee4d542a2b12_25614_400x0_resize_box_2.bmp deleted file mode 100644 index 7aacfc7..0000000 Binary files a/resources/_gen/images/blog/figure2/dusties_hu1c8d4111e1a8b470d4f8ee4d542a2b12_25614_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/figure2/pod_hu392a4319e6b8a91e55228a6e2a881cb3_24680_400x0_resize_box_2.bmp b/resources/_gen/images/blog/figure2/pod_hu392a4319e6b8a91e55228a6e2a881cb3_24680_400x0_resize_box_2.bmp deleted file mode 100644 index d49e577..0000000 Binary files a/resources/_gen/images/blog/figure2/pod_hu392a4319e6b8a91e55228a6e2a881cb3_24680_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/figure2/reality_hu89107cb54c717e947c157ef6727af8e3_34042_400x0_resize_box_2.bmp b/resources/_gen/images/blog/figure2/reality_hu89107cb54c717e947c157ef6727af8e3_34042_400x0_resize_box_2.bmp deleted file mode 100644 index c4aa487..0000000 Binary files a/resources/_gen/images/blog/figure2/reality_hu89107cb54c717e947c157ef6727af8e3_34042_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/figure2/sword_hubcac93d4fda3eb085908e3e58fec401e_48020_400x0_resize_box_2.bmp b/resources/_gen/images/blog/figure2/sword_hubcac93d4fda3eb085908e3e58fec401e_48020_400x0_resize_box_2.bmp deleted file mode 100644 index 705a38b..0000000 Binary files a/resources/_gen/images/blog/figure2/sword_hubcac93d4fda3eb085908e3e58fec401e_48020_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/figure4/20221216_0072_02_hu10961f4e36342af3d674f2d015fae8fc_138696_400x0_resize_box_2.bmp b/resources/_gen/images/blog/figure4/20221216_0072_02_hu10961f4e36342af3d674f2d015fae8fc_138696_400x0_resize_box_2.bmp deleted file mode 100644 index be2a773..0000000 Binary files a/resources/_gen/images/blog/figure4/20221216_0072_02_hu10961f4e36342af3d674f2d015fae8fc_138696_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/figure4/20221216_0074_hu89b8d65181fb4a324e5768f1e79a0a57_465476_400x0_resize_box_2.bmp b/resources/_gen/images/blog/figure4/20221216_0074_hu89b8d65181fb4a324e5768f1e79a0a57_465476_400x0_resize_box_2.bmp deleted file mode 100644 index f96e5ce..0000000 Binary files a/resources/_gen/images/blog/figure4/20221216_0074_hu89b8d65181fb4a324e5768f1e79a0a57_465476_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/figure4/20221216_0077_hu3dd1b8fe96f07c85991b2a34a202abd6_338656_400x0_resize_box_2.bmp b/resources/_gen/images/blog/figure4/20221216_0077_hu3dd1b8fe96f07c85991b2a34a202abd6_338656_400x0_resize_box_2.bmp deleted file mode 100644 index dc2a86c..0000000 Binary files a/resources/_gen/images/blog/figure4/20221216_0077_hu3dd1b8fe96f07c85991b2a34a202abd6_338656_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/figure4/20221216_0082_hu77a3a171d2d5bd21aa2827eef31f7640_201166_400x0_resize_box_2.bmp b/resources/_gen/images/blog/figure4/20221216_0082_hu77a3a171d2d5bd21aa2827eef31f7640_201166_400x0_resize_box_2.bmp deleted file mode 100644 index 56dc1a2..0000000 Binary files a/resources/_gen/images/blog/figure4/20221216_0082_hu77a3a171d2d5bd21aa2827eef31f7640_201166_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/figure4/20221216_0083_hucf55ea2ec68fe4d13dda936c5993853a_323252_400x0_resize_box_2.bmp b/resources/_gen/images/blog/figure4/20221216_0083_hucf55ea2ec68fe4d13dda936c5993853a_323252_400x0_resize_box_2.bmp deleted file mode 100644 index 9941b43..0000000 Binary files a/resources/_gen/images/blog/figure4/20221216_0083_hucf55ea2ec68fe4d13dda936c5993853a_323252_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/figure4/2657705_hu6d19980a1cbdd6f10f86a83f506867c1_275392_400x0_resize_box_2.bmp b/resources/_gen/images/blog/figure4/2657705_hu6d19980a1cbdd6f10f86a83f506867c1_275392_400x0_resize_box_2.bmp deleted file mode 100644 index 8abca8f..0000000 Binary files a/resources/_gen/images/blog/figure4/2657705_hu6d19980a1cbdd6f10f86a83f506867c1_275392_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/fixing-22r/pentester_hu90f40937ea8cbfd7ec410c748721c4ed_24708_400x0_resize_box_2.bmp b/resources/_gen/images/blog/fixing-22r/pentester_hu90f40937ea8cbfd7ec410c748721c4ed_24708_400x0_resize_box_2.bmp deleted file mode 100644 index 63cb34d..0000000 Binary files a/resources/_gen/images/blog/fixing-22r/pentester_hu90f40937ea8cbfd7ec410c748721c4ed_24708_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/fixing-22r/tablet_hude820a16c106cbe1ccdd4814d5c76d5c_78602_400x0_resize_box_2.bmp b/resources/_gen/images/blog/fixing-22r/tablet_hude820a16c106cbe1ccdd4814d5c76d5c_78602_400x0_resize_box_2.bmp deleted file mode 100644 index 8977deb..0000000 Binary files a/resources/_gen/images/blog/fixing-22r/tablet_hude820a16c106cbe1ccdd4814d5c76d5c_78602_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/fixing-22r2/Screenshot_26_094853_hu31aaf1ab71838afebdd51cd59b7d27c0_28300_400x0_resize_box_2.bmp b/resources/_gen/images/blog/fixing-22r2/Screenshot_26_094853_hu31aaf1ab71838afebdd51cd59b7d27c0_28300_400x0_resize_box_2.bmp deleted file mode 100644 index eae5e6f..0000000 Binary files a/resources/_gen/images/blog/fixing-22r2/Screenshot_26_094853_hu31aaf1ab71838afebdd51cd59b7d27c0_28300_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/fixing-22r2/Screenshot_27_092933_huaee38c8d6e5313a71b2237da430fc14c_8498_400x0_resize_box_2.bmp b/resources/_gen/images/blog/fixing-22r2/Screenshot_27_092933_huaee38c8d6e5313a71b2237da430fc14c_8498_400x0_resize_box_2.bmp deleted file mode 100644 index 4ca3277..0000000 Binary files a/resources/_gen/images/blog/fixing-22r2/Screenshot_27_092933_huaee38c8d6e5313a71b2237da430fc14c_8498_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/fixing-22r2/Screenshot_27_095114_hu8a06627db847a213c4700e1d8d367ad3_35504_400x0_resize_box_2.bmp b/resources/_gen/images/blog/fixing-22r2/Screenshot_27_095114_hu8a06627db847a213c4700e1d8d367ad3_35504_400x0_resize_box_2.bmp deleted file mode 100644 index 5218047..0000000 Binary files a/resources/_gen/images/blog/fixing-22r2/Screenshot_27_095114_hu8a06627db847a213c4700e1d8d367ad3_35504_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/fixing-22r2/Screenshot_27_095600_hu34fbdf508536ba751e006a1d875f292d_5868_400x0_resize_box_2.bmp b/resources/_gen/images/blog/fixing-22r2/Screenshot_27_095600_hu34fbdf508536ba751e006a1d875f292d_5868_400x0_resize_box_2.bmp deleted file mode 100644 index 2190d11..0000000 Binary files a/resources/_gen/images/blog/fixing-22r2/Screenshot_27_095600_hu34fbdf508536ba751e006a1d875f292d_5868_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/fixing-22r2/Screenshot_27_095720_hucd8db289e4ceef460dbde626df880148_20278_400x0_resize_box_2.bmp b/resources/_gen/images/blog/fixing-22r2/Screenshot_27_095720_hucd8db289e4ceef460dbde626df880148_20278_400x0_resize_box_2.bmp deleted file mode 100644 index fb852ad..0000000 Binary files a/resources/_gen/images/blog/fixing-22r2/Screenshot_27_095720_hucd8db289e4ceef460dbde626df880148_20278_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/fixing-22r2/grafik_hu02612c999b440f9907b9133f7dd958dc_9372_400x0_resize_box_2.bmp b/resources/_gen/images/blog/fixing-22r2/grafik_hu02612c999b440f9907b9133f7dd958dc_9372_400x0_resize_box_2.bmp deleted file mode 100644 index d690183..0000000 Binary files a/resources/_gen/images/blog/fixing-22r2/grafik_hu02612c999b440f9907b9133f7dd958dc_9372_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/future-of-silica-viewer/macos_hub4e52e00e0d40885d0b06bfe4a2caf7e_37982_400x0_resize_box_2.bmp b/resources/_gen/images/blog/future-of-silica-viewer/macos_hub4e52e00e0d40885d0b06bfe4a2caf7e_37982_400x0_resize_box_2.bmp deleted file mode 100644 index 42042ab..0000000 Binary files a/resources/_gen/images/blog/future-of-silica-viewer/macos_hub4e52e00e0d40885d0b06bfe4a2caf7e_37982_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/gushing-kde/kasts_hudf31f6309f79099d6ace5651246f1022_133059_400x0_resize_box_3.bmp b/resources/_gen/images/blog/gushing-kde/kasts_hudf31f6309f79099d6ace5651246f1022_133059_400x0_resize_box_3.bmp deleted file mode 100644 index 0991b69..0000000 Binary files a/resources/_gen/images/blog/gushing-kde/kasts_hudf31f6309f79099d6ace5651246f1022_133059_400x0_resize_box_3.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/gushing-kde/kdenlive_hu203db434d1a68e56bc1bcb9c67f9d1d5_831125_400x0_resize_box_3.bmp b/resources/_gen/images/blog/gushing-kde/kdenlive_hu203db434d1a68e56bc1bcb9c67f9d1d5_831125_400x0_resize_box_3.bmp deleted file mode 100644 index 7dc2b96..0000000 Binary files a/resources/_gen/images/blog/gushing-kde/kdenlive_hu203db434d1a68e56bc1bcb9c67f9d1d5_831125_400x0_resize_box_3.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/gushing-kde/kmail_hu32f0250e2a10d929dc2d48e2d171a8e1_194929_400x0_resize_box_3.bmp b/resources/_gen/images/blog/gushing-kde/kmail_hu32f0250e2a10d929dc2d48e2d171a8e1_194929_400x0_resize_box_3.bmp deleted file mode 100644 index a9ddbcb..0000000 Binary files a/resources/_gen/images/blog/gushing-kde/kmail_hu32f0250e2a10d929dc2d48e2d171a8e1_194929_400x0_resize_box_3.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/gushing-kde/ruqola_huc8c11ac59962c42bb70b06af4ac38680_132835_400x0_resize_box_3.bmp b/resources/_gen/images/blog/gushing-kde/ruqola_huc8c11ac59962c42bb70b06af4ac38680_132835_400x0_resize_box_3.bmp deleted file mode 100644 index c4af02d..0000000 Binary files a/resources/_gen/images/blog/gushing-kde/ruqola_huc8c11ac59962c42bb70b06af4ac38680_132835_400x0_resize_box_3.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/gushing-kde/tokodon_huac36eb9801afc7494fac03d8510a5938_171747_400x0_resize_box_3.bmp b/resources/_gen/images/blog/gushing-kde/tokodon_huac36eb9801afc7494fac03d8510a5938_171747_400x0_resize_box_3.bmp deleted file mode 100644 index 4ee30c9..0000000 Binary files a/resources/_gen/images/blog/gushing-kde/tokodon_huac36eb9801afc7494fac03d8510a5938_171747_400x0_resize_box_3.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/infra-review/bear_hufda4d6740da65fc1bfee84205222eb92_554944_400x0_resize_box_2.bmp b/resources/_gen/images/blog/infra-review/bear_hufda4d6740da65fc1bfee84205222eb92_554944_400x0_resize_box_2.bmp deleted file mode 100644 index 5fcf857..0000000 Binary files a/resources/_gen/images/blog/infra-review/bear_hufda4d6740da65fc1bfee84205222eb92_554944_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/infra-review/environment_hua5edbd393d1295db5dde36991385b093_917048_400x0_resize_box_2.bmp b/resources/_gen/images/blog/infra-review/environment_hua5edbd393d1295db5dde36991385b093_917048_400x0_resize_box_2.bmp deleted file mode 100644 index 8a41161..0000000 Binary files a/resources/_gen/images/blog/infra-review/environment_hua5edbd393d1295db5dde36991385b093_917048_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/infra-review/metro_hucd5e8278c6d8f1f95e1f46ae786319fe_397612_400x0_resize_box_2.bmp b/resources/_gen/images/blog/infra-review/metro_hucd5e8278c6d8f1f95e1f46ae786319fe_397612_400x0_resize_box_2.bmp deleted file mode 100644 index 2b43efb..0000000 Binary files a/resources/_gen/images/blog/infra-review/metro_hucd5e8278c6d8f1f95e1f46ae786319fe_397612_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/infra-review/npcs_hu97e086a9c08a150efd009377dcc91ddc_287498_400x0_resize_box_2.bmp b/resources/_gen/images/blog/infra-review/npcs_hu97e086a9c08a150efd009377dcc91ddc_287498_400x0_resize_box_2.bmp deleted file mode 100644 index 1f1b5ae..0000000 Binary files a/resources/_gen/images/blog/infra-review/npcs_hu97e086a9c08a150efd009377dcc91ddc_287498_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/infra-review/office_hu05999608186ad1b9f59939b7f56a56f3_738694_400x0_resize_box_2.bmp b/resources/_gen/images/blog/infra-review/office_hu05999608186ad1b9f59939b7f56a56f3_738694_400x0_resize_box_2.bmp deleted file mode 100644 index 3552836..0000000 Binary files a/resources/_gen/images/blog/infra-review/office_hu05999608186ad1b9f59939b7f56a56f3_738694_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/infra-review/pretty1_huecd6f46cc1370a3a34803208c7526d29_371222_400x0_resize_box_2.bmp b/resources/_gen/images/blog/infra-review/pretty1_huecd6f46cc1370a3a34803208c7526d29_371222_400x0_resize_box_2.bmp deleted file mode 100644 index be9335a..0000000 Binary files a/resources/_gen/images/blog/infra-review/pretty1_huecd6f46cc1370a3a34803208c7526d29_371222_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/infra-review/pretty2_hu1d6618c1f1be87e62167e669851eaae8_997056_400x0_resize_box_2.bmp b/resources/_gen/images/blog/infra-review/pretty2_hu1d6618c1f1be87e62167e669851eaae8_997056_400x0_resize_box_2.bmp deleted file mode 100644 index 854dea2..0000000 Binary files a/resources/_gen/images/blog/infra-review/pretty2_hu1d6618c1f1be87e62167e669851eaae8_997056_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/infra-review/reflections_hu461091fe016e730efa308676d251190f_243252_400x0_resize_box_2.bmp b/resources/_gen/images/blog/infra-review/reflections_hu461091fe016e730efa308676d251190f_243252_400x0_resize_box_2.bmp deleted file mode 100644 index 2434d3d..0000000 Binary files a/resources/_gen/images/blog/infra-review/reflections_hu461091fe016e730efa308676d251190f_243252_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/infra-review/sky_hud92df07ecd4f9ec869bd81d2f114ae22_180756_400x0_resize_box_2.bmp b/resources/_gen/images/blog/infra-review/sky_hud92df07ecd4f9ec869bd81d2f114ae22_180756_400x0_resize_box_2.bmp deleted file mode 100644 index dea0bfe..0000000 Binary files a/resources/_gen/images/blog/infra-review/sky_hud92df07ecd4f9ec869bd81d2f114ae22_180756_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-april2023/character-count_hu1c41a6ca0e388af5909abce123c3f2b3_1704_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-april2023/character-count_hu1c41a6ca0e388af5909abce123c3f2b3_1704_400x0_resize_box_2.bmp deleted file mode 100644 index d6b4781..0000000 Binary files a/resources/_gen/images/blog/kde-april2023/character-count_hu1c41a6ca0e388af5909abce123c3f2b3_1704_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-april2023/maximize_hue30f4363c3146391b58d1f8dadcba48f_36658_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-april2023/maximize_hue30f4363c3146391b58d1f8dadcba48f_36658_400x0_resize_box_2.bmp deleted file mode 100644 index 09dc036..0000000 Binary files a/resources/_gen/images/blog/kde-april2023/maximize_hue30f4363c3146391b58d1f8dadcba48f_36658_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-april2023/new-icons_hue7dba5860d4d86dea056d494d7a06e60_28940_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-april2023/new-icons_hue7dba5860d4d86dea056d494d7a06e60_28940_400x0_resize_box_2.bmp deleted file mode 100644 index 49a3789..0000000 Binary files a/resources/_gen/images/blog/kde-april2023/new-icons_hue7dba5860d4d86dea056d494d7a06e60_28940_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-april2023/new-menu_hu32cef98a212dc949e01fd98745964f7a_5392_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-april2023/new-menu_hu32cef98a212dc949e01fd98745964f7a_5392_400x0_resize_box_2.bmp deleted file mode 100644 index ff9cc7f..0000000 Binary files a/resources/_gen/images/blog/kde-april2023/new-menu_hu32cef98a212dc949e01fd98745964f7a_5392_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-april2023/new-page_hu884ea33b3157dbd0627a807a89326e48_19188_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-april2023/new-page_hu884ea33b3157dbd0627a807a89326e48_19188_400x0_resize_box_2.bmp deleted file mode 100644 index 260563c..0000000 Binary files a/resources/_gen/images/blog/kde-april2023/new-page_hu884ea33b3157dbd0627a807a89326e48_19188_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-april2023/passive_hu09b54a7af766ca6c08cc368849e57d05_16564_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-april2023/passive_hu09b54a7af766ca6c08cc368849e57d05_16564_400x0_resize_box_2.bmp deleted file mode 100644 index 4367594..0000000 Binary files a/resources/_gen/images/blog/kde-april2023/passive_hu09b54a7af766ca6c08cc368849e57d05_16564_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-april2023/profile-posts_hu9925e0569ba953e957ee9d9ae5d434ea_7976_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-april2023/profile-posts_hu9925e0569ba953e957ee9d9ae5d434ea_7976_400x0_resize_box_2.bmp deleted file mode 100644 index 99dbc95..0000000 Binary files a/resources/_gen/images/blog/kde-april2023/profile-posts_hu9925e0569ba953e957ee9d9ae5d434ea_7976_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-aug2023/aboutpage-improvements_hu0ca10f108e0e5158f5dacf27cd576c37_9816_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-aug2023/aboutpage-improvements_hu0ca10f108e0e5158f5dacf27cd576c37_9816_400x0_resize_box_2.bmp deleted file mode 100644 index d318b17..0000000 Binary files a/resources/_gen/images/blog/kde-aug2023/aboutpage-improvements_hu0ca10f108e0e5158f5dacf27cd576c37_9816_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-aug2023/drkonqi_hu705ccf0474d6157c6f792f0c1ffdeebd_22822_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-aug2023/drkonqi_hu705ccf0474d6157c6f792f0c1ffdeebd_22822_400x0_resize_box_2.bmp deleted file mode 100644 index e0c7469..0000000 Binary files a/resources/_gen/images/blog/kde-aug2023/drkonqi_hu705ccf0474d6157c6f792f0c1ffdeebd_22822_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-aug2023/explore-page_huc5595448b9a92e4f9db1d94e2c8d3a24_77538_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-aug2023/explore-page_huc5595448b9a92e4f9db1d94e2c8d3a24_77538_400x0_resize_box_2.bmp deleted file mode 100644 index 65cce1b..0000000 Binary files a/resources/_gen/images/blog/kde-aug2023/explore-page_huc5595448b9a92e4f9db1d94e2c8d3a24_77538_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-aug2023/floating-button_hu737def899797da6279f9a1384752b0f0_14020_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-aug2023/floating-button_hu737def899797da6279f9a1384752b0f0_14020_400x0_resize_box_2.bmp deleted file mode 100644 index e38cc3e..0000000 Binary files a/resources/_gen/images/blog/kde-aug2023/floating-button_hu737def899797da6279f9a1384752b0f0_14020_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-aug2023/focalpoint_huec1ebb4333a2daf0610569906158aa96_43228_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-aug2023/focalpoint_huec1ebb4333a2daf0610569906158aa96_43228_400x0_resize_box_2.bmp deleted file mode 100644 index cd28ec9..0000000 Binary files a/resources/_gen/images/blog/kde-aug2023/focalpoint_huec1ebb4333a2daf0610569906158aa96_43228_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-aug2023/footer-actions_hu0feb00e7dc3a086a426a19a3fa0d52fc_62232_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-aug2023/footer-actions_hu0feb00e7dc3a086a426a19a3fa0d52fc_62232_400x0_resize_box_2.bmp deleted file mode 100644 index 19c9bc8..0000000 Binary files a/resources/_gen/images/blog/kde-aug2023/footer-actions_hu0feb00e7dc3a086a426a19a3fa0d52fc_62232_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-aug2023/moderation-toggle_hub25aba2da3607fa653e6f02bd43b836b_14236_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-aug2023/moderation-toggle_hub25aba2da3607fa653e6f02bd43b836b_14236_400x0_resize_box_2.bmp deleted file mode 100644 index e9e52cc..0000000 Binary files a/resources/_gen/images/blog/kde-aug2023/moderation-toggle_hub25aba2da3607fa653e6f02bd43b836b_14236_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-aug2023/new-menu_huca3eb9d8d7259922baa0acdeaf52c68f_10592_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-aug2023/new-menu_huca3eb9d8d7259922baa0acdeaf52c68f_10592_400x0_resize_box_2.bmp deleted file mode 100644 index a660853..0000000 Binary files a/resources/_gen/images/blog/kde-aug2023/new-menu_huca3eb9d8d7259922baa0acdeaf52c68f_10592_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-aug2023/push_hu870d56d5c32971f2e4811c2e5eabcb66_61640_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-aug2023/push_hu870d56d5c32971f2e4811c2e5eabcb66_61640_400x0_resize_box_2.bmp deleted file mode 100644 index 97fb303..0000000 Binary files a/resources/_gen/images/blog/kde-aug2023/push_hu870d56d5c32971f2e4811c2e5eabcb66_61640_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-feb2023/404_hueb7dc5462ae4dbc35fb774d470502d9b_7234_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-feb2023/404_hueb7dc5462ae4dbc35fb774d470502d9b_7234_400x0_resize_box_2.bmp deleted file mode 100644 index fba6a54..0000000 Binary files a/resources/_gen/images/blog/kde-feb2023/404_hueb7dc5462ae4dbc35fb774d470502d9b_7234_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-feb2023/adding-polls_hu88a65f2d1e5bd21e7423fba5b43a2488_5870_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-feb2023/adding-polls_hu88a65f2d1e5bd21e7423fba5b43a2488_5870_400x0_resize_box_2.bmp deleted file mode 100644 index bd71fe0..0000000 Binary files a/resources/_gen/images/blog/kde-feb2023/adding-polls_hu88a65f2d1e5bd21e7423fba5b43a2488_5870_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-feb2023/broken-toolbar_huae74f0ebc7c188ee934abcb0fdf0388a_10110_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-feb2023/broken-toolbar_huae74f0ebc7c188ee934abcb0fdf0388a_10110_400x0_resize_box_2.bmp deleted file mode 100644 index 4ffa7fb..0000000 Binary files a/resources/_gen/images/blog/kde-feb2023/broken-toolbar_huae74f0ebc7c188ee934abcb0fdf0388a_10110_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-feb2023/fixed-toolbar_hu2786a5e0e1faa2def6609076b13a85cc_14058_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-feb2023/fixed-toolbar_hu2786a5e0e1faa2def6609076b13a85cc_14058_400x0_resize_box_2.bmp deleted file mode 100644 index b7b7232..0000000 Binary files a/resources/_gen/images/blog/kde-feb2023/fixed-toolbar_hu2786a5e0e1faa2def6609076b13a85cc_14058_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-feb2023/neochat-badge_hu8339bd3f5b0cca6a8b00cac237ab9cf4_1528_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-feb2023/neochat-badge_hu8339bd3f5b0cca6a8b00cac237ab9cf4_1528_400x0_resize_box_2.bmp deleted file mode 100644 index fe1c2f1..0000000 Binary files a/resources/_gen/images/blog/kde-feb2023/neochat-badge_hu8339bd3f5b0cca6a8b00cac237ab9cf4_1528_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-feb2023/new-joystick_hue3ca5331fbcb0d9f7fbf853205e844fe_37228_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-feb2023/new-joystick_hue3ca5331fbcb0d9f7fbf853205e844fe_37228_400x0_resize_box_2.bmp deleted file mode 100644 index bae3956..0000000 Binary files a/resources/_gen/images/blog/kde-feb2023/new-joystick_hue3ca5331fbcb0d9f7fbf853205e844fe_37228_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-feb2023/notifications_hu57134ebe41721e19195f14c2f14eece4_22538_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-feb2023/notifications_hu57134ebe41721e19195f14c2f14eece4_22538_400x0_resize_box_2.bmp deleted file mode 100644 index 062840f..0000000 Binary files a/resources/_gen/images/blog/kde-feb2023/notifications_hu57134ebe41721e19195f14c2f14eece4_22538_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-feb2023/old-joystick_hu0de7e8154fc10881c5464bddca5193d1_28182_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-feb2023/old-joystick_hu0de7e8154fc10881c5464bddca5193d1_28182_400x0_resize_box_2.bmp deleted file mode 100644 index 75ccbe7..0000000 Binary files a/resources/_gen/images/blog/kde-feb2023/old-joystick_hu0de7e8154fc10881c5464bddca5193d1_28182_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-feb2023/post-lang_hu87cf26829b0acaa418e29620876dce77_17230_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-feb2023/post-lang_hu87cf26829b0acaa418e29620876dce77_17230_400x0_resize_box_2.bmp deleted file mode 100644 index bee25a2..0000000 Binary files a/resources/_gen/images/blog/kde-feb2023/post-lang_hu87cf26829b0acaa418e29620876dce77_17230_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-feb2023/pulse-pa_hu123cba4769597301155fcc0d6db6764d_64238_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-feb2023/pulse-pa_hu123cba4769597301155fcc0d6db6764d_64238_400x0_resize_box_2.bmp deleted file mode 100644 index a6066a7..0000000 Binary files a/resources/_gen/images/blog/kde-feb2023/pulse-pa_hu123cba4769597301155fcc0d6db6764d_64238_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-jan2023/aboutkde_hu7307fda54d00203b55d8ee86f5e71c2b_44376_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-jan2023/aboutkde_hu7307fda54d00203b55d8ee86f5e71c2b_44376_400x0_resize_box_2.bmp deleted file mode 100644 index 373f685..0000000 Binary files a/resources/_gen/images/blog/kde-jan2023/aboutkde_hu7307fda54d00203b55d8ee86f5e71c2b_44376_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-jan2023/kcm_window_hu6a7e3a3ec73b09fc5ab1f6d178c26d74_30458_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-jan2023/kcm_window_hu6a7e3a3ec73b09fc5ab1f6d178c26d74_30458_400x0_resize_box_2.bmp deleted file mode 100644 index 620116b..0000000 Binary files a/resources/_gen/images/blog/kde-jan2023/kcm_window_hu6a7e3a3ec73b09fc5ab1f6d178c26d74_30458_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-jan2023/krita_hu2713ab88ef544ba46a3d780ff3a56326_75854_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-jan2023/krita_hu2713ab88ef544ba46a3d780ff3a56326_75854_400x0_resize_box_2.bmp deleted file mode 100644 index 1cae478..0000000 Binary files a/resources/_gen/images/blog/kde-jan2023/krita_hu2713ab88ef544ba46a3d780ff3a56326_75854_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-jan2023/tokodon_hu3fa3aab19f95ea30bf15b074a336b23d_45382_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-jan2023/tokodon_hu3fa3aab19f95ea30bf15b074a336b23d_45382_400x0_resize_box_2.bmp deleted file mode 100644 index 15d6603..0000000 Binary files a/resources/_gen/images/blog/kde-jan2023/tokodon_hu3fa3aab19f95ea30bf15b074a336b23d_45382_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-jan2024/curve_huab5124e2214888471e7a0e1728978a57_60778_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-jan2024/curve_huab5124e2214888471e7a0e1728978a57_60778_400x0_resize_box_2.bmp deleted file mode 100644 index 6c82bea..0000000 Binary files a/resources/_gen/images/blog/kde-jan2024/curve_huab5124e2214888471e7a0e1728978a57_60778_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-jan2024/fixed-camera_hued7204e1ebd8c7e9043f2a83c0948b98_1662_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-jan2024/fixed-camera_hued7204e1ebd8c7e9043f2a83c0948b98_1662_400x0_resize_box_2.bmp deleted file mode 100644 index 52c11dc..0000000 Binary files a/resources/_gen/images/blog/kde-jan2024/fixed-camera_hued7204e1ebd8c7e9043f2a83c0948b98_1662_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-jan2024/fixed-send_hu92e48c72d7377fac153d8fb3dad843cb_996_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-jan2024/fixed-send_hu92e48c72d7377fac153d8fb3dad843cb_996_400x0_resize_box_2.bmp deleted file mode 100644 index 0585a24..0000000 Binary files a/resources/_gen/images/blog/kde-jan2024/fixed-send_hu92e48c72d7377fac153d8fb3dad843cb_996_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-jan2024/flow_hu927af6f6dfebb336c3ca7a981474727a_46114_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-jan2024/flow_hu927af6f6dfebb336c3ca7a981474727a_46114_400x0_resize_box_2.bmp deleted file mode 100644 index e08da1f..0000000 Binary files a/resources/_gen/images/blog/kde-jan2024/flow_hu927af6f6dfebb336c3ca7a981474727a_46114_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-jan2024/private_hu9b13614ada2a27e9d7fc3b27b79d2de2_13736_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-jan2024/private_hu9b13614ada2a27e9d7fc3b27b79d2de2_13736_400x0_resize_box_2.bmp deleted file mode 100644 index ba456f9..0000000 Binary files a/resources/_gen/images/blog/kde-jan2024/private_hu9b13614ada2a27e9d7fc3b27b79d2de2_13736_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-jan2024/search_hu9c51628c4458ef7cd16fdb1f2e106b4a_48426_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-jan2024/search_hu9c51628c4458ef7cd16fdb1f2e106b4a_48426_400x0_resize_box_2.bmp deleted file mode 100644 index 4f86da4..0000000 Binary files a/resources/_gen/images/blog/kde-jan2024/search_hu9c51628c4458ef7cd16fdb1f2e106b4a_48426_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-jan2024/tester_hue56a05b6d84dfeda7b1f423cc4f18b91_38978_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-jan2024/tester_hue56a05b6d84dfeda7b1f423cc4f18b91_38978_400x0_resize_box_2.bmp deleted file mode 100644 index 1da5e07..0000000 Binary files a/resources/_gen/images/blog/kde-jan2024/tester_hue56a05b6d84dfeda7b1f423cc4f18b91_38978_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-jan2024/tobias_hua14535f7ad488a208c9da1afb7adff50_3096_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-jan2024/tobias_hua14535f7ad488a208c9da1afb7adff50_3096_400x0_resize_box_2.bmp deleted file mode 100644 index 3f8a23c..0000000 Binary files a/resources/_gen/images/blog/kde-jan2024/tobias_hua14535f7ad488a208c9da1afb7adff50_3096_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-july2023/emoji-picker_hu3c7d0c28e85815cf26879c9f9b539d91_47192_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-july2023/emoji-picker_hu3c7d0c28e85815cf26879c9f9b539d91_47192_400x0_resize_box_2.bmp deleted file mode 100644 index b6f3eb1..0000000 Binary files a/resources/_gen/images/blog/kde-july2023/emoji-picker_hu3c7d0c28e85815cf26879c9f9b539d91_47192_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-july2023/gamepad-kcm_hu67e6973bd34a78b1c95822cd2a65026a_54276_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-july2023/gamepad-kcm_hu67e6973bd34a78b1c95822cd2a65026a_54276_400x0_resize_box_2.bmp deleted file mode 100644 index 36a168a..0000000 Binary files a/resources/_gen/images/blog/kde-july2023/gamepad-kcm_hu67e6973bd34a78b1c95822cd2a65026a_54276_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-july2023/neochat-notifs_hu16bec0d3e3a4d919751a4dbe1e603311_6070_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-july2023/neochat-notifs_hu16bec0d3e3a4d919751a4dbe1e603311_6070_400x0_resize_box_2.bmp deleted file mode 100644 index c14c931..0000000 Binary files a/resources/_gen/images/blog/kde-july2023/neochat-notifs_hu16bec0d3e3a4d919751a4dbe1e603311_6070_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-july2023/university_hue9cc1bcf1f29d46303544e068bc75686_256054_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-july2023/university_hue9cc1bcf1f29d46303544e068bc75686_256054_400x0_resize_box_2.bmp deleted file mode 100644 index ea5155f..0000000 Binary files a/resources/_gen/images/blog/kde-july2023/university_hue9cc1bcf1f29d46303544e068bc75686_256054_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-july2023/watch-indicators_hu112aaa1aaaac83759383aa81195b891b_16528_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-july2023/watch-indicators_hu112aaa1aaaac83759383aa81195b891b_16528_400x0_resize_box_2.bmp deleted file mode 100644 index 427d505..0000000 Binary files a/resources/_gen/images/blog/kde-july2023/watch-indicators_hu112aaa1aaaac83759383aa81195b891b_16528_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-june2023/about-kde_huf5a2f41fcf2a677d27033855b99b5298_6070_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-june2023/about-kde_huf5a2f41fcf2a677d27033855b99b5298_6070_400x0_resize_box_2.bmp deleted file mode 100644 index 881b7d3..0000000 Binary files a/resources/_gen/images/blog/kde-june2023/about-kde_huf5a2f41fcf2a677d27033855b99b5298_6070_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-june2023/authcode_hu3cb51813a3ce06283f26204450ff466f_19908_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-june2023/authcode_hu3cb51813a3ce06283f26204450ff466f_19908_400x0_resize_box_2.bmp deleted file mode 100644 index b836b16..0000000 Binary files a/resources/_gen/images/blog/kde-june2023/authcode_hu3cb51813a3ce06283f26204450ff466f_19908_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-june2023/blank-fellow_hu77801a5dfb50f60f529ca660d742fa0f_7482_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-june2023/blank-fellow_hu77801a5dfb50f60f529ca660d742fa0f_7482_400x0_resize_box_2.bmp deleted file mode 100644 index 8f5c787..0000000 Binary files a/resources/_gen/images/blog/kde-june2023/blank-fellow_hu77801a5dfb50f60f529ca660d742fa0f_7482_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-june2023/channel-list_hu56c3b7d1852f6a3a99048c4f279208bf_240276_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-june2023/channel-list_hu56c3b7d1852f6a3a99048c4f279208bf_240276_400x0_resize_box_2.bmp deleted file mode 100644 index 916ab83..0000000 Binary files a/resources/_gen/images/blog/kde-june2023/channel-list_hu56c3b7d1852f6a3a99048c4f279208bf_240276_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-june2023/notification_hua905402c0bada1805bae1f1587affbc8_6408_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-june2023/notification_hua905402c0bada1805bae1f1587affbc8_6408_400x0_resize_box_2.bmp deleted file mode 100644 index f88ec45..0000000 Binary files a/resources/_gen/images/blog/kde-june2023/notification_hua905402c0bada1805bae1f1587affbc8_6408_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-june2023/pixelfed_huc47d89f4f27351538d7c74ba3ae42400_64724_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-june2023/pixelfed_huc47d89f4f27351538d7c74ba3ae42400_64724_400x0_resize_box_2.bmp deleted file mode 100644 index 492a7c7..0000000 Binary files a/resources/_gen/images/blog/kde-june2023/pixelfed_huc47d89f4f27351538d7c74ba3ae42400_64724_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-june2023/share_hu27945bea73c79f899d6fd33f4278165b_23134_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-june2023/share_hu27945bea73c79f899d6fd33f4278165b_23134_400x0_resize_box_2.bmp deleted file mode 100644 index 7f06f77..0000000 Binary files a/resources/_gen/images/blog/kde-june2023/share_hu27945bea73c79f899d6fd33f4278165b_23134_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-march2023/29_152318_hu6ff4a04ac9a98c03291f17270a86f021_17022_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-march2023/29_152318_hu6ff4a04ac9a98c03291f17270a86f021_17022_400x0_resize_box_2.bmp deleted file mode 100644 index d017a7e..0000000 Binary files a/resources/_gen/images/blog/kde-march2023/29_152318_hu6ff4a04ac9a98c03291f17270a86f021_17022_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-march2023/bugcontext_hu45d3093d05815f408f23e3d6813d5cce_29470_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-march2023/bugcontext_hu45d3093d05815f408f23e3d6813d5cce_29470_400x0_resize_box_2.bmp deleted file mode 100644 index 35af980..0000000 Binary files a/resources/_gen/images/blog/kde-march2023/bugcontext_hu45d3093d05815f408f23e3d6813d5cce_29470_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-march2023/crash_hu88e5372eeab7e93dd8a5ffa14f3c84b3_17458_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-march2023/crash_hu88e5372eeab7e93dd8a5ffa14f3c84b3_17458_400x0_resize_box_2.bmp deleted file mode 100644 index dee2173..0000000 Binary files a/resources/_gen/images/blog/kde-march2023/crash_hu88e5372eeab7e93dd8a5ffa14f3c84b3_17458_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-march2023/grouping_hu906a3aef857393657267ba8db783050b_17348_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-march2023/grouping_hu906a3aef857393657267ba8db783050b_17348_400x0_resize_box_2.bmp deleted file mode 100644 index b80f4bf..0000000 Binary files a/resources/_gen/images/blog/kde-march2023/grouping_hu906a3aef857393657267ba8db783050b_17348_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-march2023/image_hufacc92fe4389061b6c2597e786026970_16812_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-march2023/image_hufacc92fe4389061b6c2597e786026970_16812_400x0_resize_box_2.bmp deleted file mode 100644 index 4f75cbd..0000000 Binary files a/resources/_gen/images/blog/kde-march2023/image_hufacc92fe4389061b6c2597e786026970_16812_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-march2023/indicator_hua9bd6a7ef6ab0fa3a93735cbd379c388_11278_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-march2023/indicator_hua9bd6a7ef6ab0fa3a93735cbd379c388_11278_400x0_resize_box_2.bmp deleted file mode 100644 index e0c63ad..0000000 Binary files a/resources/_gen/images/blog/kde-march2023/indicator_hua9bd6a7ef6ab0fa3a93735cbd379c388_11278_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-march2023/login_huf4ee0308c9ce3eda4dcc4004e2765946_5566_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-march2023/login_huf4ee0308c9ce3eda4dcc4004e2765946_5566_400x0_resize_box_2.bmp deleted file mode 100644 index def6347..0000000 Binary files a/resources/_gen/images/blog/kde-march2023/login_huf4ee0308c9ce3eda4dcc4004e2765946_5566_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-march2023/notifications_hu5f0a6b6f5a6ad8e799a7ec4452165c10_5104_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-march2023/notifications_hu5f0a6b6f5a6ad8e799a7ec4452165c10_5104_400x0_resize_box_2.bmp deleted file mode 100644 index 4657189..0000000 Binary files a/resources/_gen/images/blog/kde-march2023/notifications_hu5f0a6b6f5a6ad8e799a7ec4452165c10_5104_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-march2023/plasma6-applets_hu48addf0433ca5c7a64cd53df55e501d3_53162_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-march2023/plasma6-applets_hu48addf0433ca5c7a64cd53df55e501d3_53162_400x0_resize_box_2.bmp deleted file mode 100644 index bf9bcba..0000000 Binary files a/resources/_gen/images/blog/kde-march2023/plasma6-applets_hu48addf0433ca5c7a64cd53df55e501d3_53162_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-march2023/preview_hu96a12c8b6ae6dc29a0a1bd973431b9d9_65664_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-march2023/preview_hu96a12c8b6ae6dc29a0a1bd973431b9d9_65664_400x0_resize_box_2.bmp deleted file mode 100644 index 5909732..0000000 Binary files a/resources/_gen/images/blog/kde-march2023/preview_hu96a12c8b6ae6dc29a0a1bd973431b9d9_65664_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-may2023/bad-docs_huf7984db19f4afb2b33ad38c43390772f_37912_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-may2023/bad-docs_huf7984db19f4afb2b33ad38c43390772f_37912_400x0_resize_box_2.bmp deleted file mode 100644 index f92eec2..0000000 Binary files a/resources/_gen/images/blog/kde-may2023/bad-docs_huf7984db19f4afb2b33ad38c43390772f_37912_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-may2023/better-qr-text_hu6e9229669725c444d577ca004df2f7aa_19106_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-may2023/better-qr-text_hu6e9229669725c444d577ca004df2f7aa_19106_400x0_resize_box_2.bmp deleted file mode 100644 index 268c70e..0000000 Binary files a/resources/_gen/images/blog/kde-may2023/better-qr-text_hu6e9229669725c444d577ca004df2f7aa_19106_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-may2023/close-action_huf1595982a34d5561efb1452279fc481d_7954_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-may2023/close-action_huf1595982a34d5561efb1452279fc481d_7954_400x0_resize_box_2.bmp deleted file mode 100644 index 36e0208..0000000 Binary files a/resources/_gen/images/blog/kde-may2023/close-action_huf1595982a34d5561efb1452279fc481d_7954_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-may2023/cuttlefish-select_huc2c78310eabe1c961c5f2031b9180126_56990_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-may2023/cuttlefish-select_huc2c78310eabe1c961c5f2031b9180126_56990_400x0_resize_box_2.bmp deleted file mode 100644 index 67e9145..0000000 Binary files a/resources/_gen/images/blog/kde-may2023/cuttlefish-select_huc2c78310eabe1c961c5f2031b9180126_56990_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-may2023/gnome-tokodon_hu94b66b0e1b94e6b2692e53e03e0d2cbf_77552_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-may2023/gnome-tokodon_hu94b66b0e1b94e6b2692e53e03e0d2cbf_77552_400x0_resize_box_2.bmp deleted file mode 100644 index 256465d..0000000 Binary files a/resources/_gen/images/blog/kde-may2023/gnome-tokodon_hu94b66b0e1b94e6b2692e53e03e0d2cbf_77552_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-may2023/good-docs_huf5127e1864995c80655ab7d503711c93_11864_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-may2023/good-docs_huf5127e1864995c80655ab7d503711c93_11864_400x0_resize_box_2.bmp deleted file mode 100644 index a8c299f..0000000 Binary files a/resources/_gen/images/blog/kde-may2023/good-docs_huf5127e1864995c80655ab7d503711c93_11864_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-may2023/krita-extract_hub87b80bdf7bfda2d27a23f9f53497cd1_100522_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-may2023/krita-extract_hub87b80bdf7bfda2d27a23f9f53497cd1_100522_400x0_resize_box_2.bmp deleted file mode 100644 index 5d4d996..0000000 Binary files a/resources/_gen/images/blog/kde-may2023/krita-extract_hub87b80bdf7bfda2d27a23f9f53497cd1_100522_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-may2023/qr-radio_hud0f85600a6069f9c63b6dcf6c96b1a7c_17142_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-may2023/qr-radio_hud0f85600a6069f9c63b6dcf6c96b1a7c_17142_400x0_resize_box_2.bmp deleted file mode 100644 index b1bfb35..0000000 Binary files a/resources/_gen/images/blog/kde-may2023/qr-radio_hud0f85600a6069f9c63b6dcf6c96b1a7c_17142_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-may2023/tokodon-prefs_hud773f7e7a16fe56568f91e422a6b5e15_20756_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-may2023/tokodon-prefs_hud773f7e7a16fe56568f91e422a6b5e15_20756_400x0_resize_box_2.bmp deleted file mode 100644 index ac2b5c2..0000000 Binary files a/resources/_gen/images/blog/kde-may2023/tokodon-prefs_hud773f7e7a16fe56568f91e422a6b5e15_20756_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-may2023/webchat-matrix_hu94650b37f7704791903258e53a9fdde3_37262_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-may2023/webchat-matrix_hu94650b37f7704791903258e53a9fdde3_37262_400x0_resize_box_2.bmp deleted file mode 100644 index 1551f82..0000000 Binary files a/resources/_gen/images/blog/kde-may2023/webchat-matrix_hu94650b37f7704791903258e53a9fdde3_37262_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-nov2023/blockquote_hu5f051d2815d9cd735d41d0f1a4660a84_10930_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-nov2023/blockquote_hu5f051d2815d9cd735d41d0f1a4660a84_10930_400x0_resize_box_2.bmp deleted file mode 100644 index 99c4b1e..0000000 Binary files a/resources/_gen/images/blog/kde-nov2023/blockquote_hu5f051d2815d9cd735d41d0f1a4660a84_10930_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-nov2023/calibrator_hu6230ea97e6c174d13c1ba781aa3797fe_24183_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-nov2023/calibrator_hu6230ea97e6c174d13c1ba781aa3797fe_24183_400x0_resize_box_2.bmp deleted file mode 100644 index ae49a77..0000000 Binary files a/resources/_gen/images/blog/kde-nov2023/calibrator_hu6230ea97e6c174d13c1ba781aa3797fe_24183_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-nov2023/filter_hu0bf6ea0b7cfd8e2599b8b6e3d8734d14_7048_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-nov2023/filter_hu0bf6ea0b7cfd8e2599b8b6e3d8734d14_7048_400x0_resize_box_2.bmp deleted file mode 100644 index 6c0e51a..0000000 Binary files a/resources/_gen/images/blog/kde-nov2023/filter_hu0bf6ea0b7cfd8e2599b8b6e3d8734d14_7048_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-nov2023/flathub_hud0f49c15b2de80aeb15cf8848d970a7a_27162_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-nov2023/flathub_hud0f49c15b2de80aeb15cf8848d970a7a_27162_400x0_resize_box_2.bmp deleted file mode 100644 index 36ace0a..0000000 Binary files a/resources/_gen/images/blog/kde-nov2023/flathub_hud0f49c15b2de80aeb15cf8848d970a7a_27162_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-nov2023/kcm_huafa3166a692b4d2972cb12b98088060b_56808_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-nov2023/kcm_huafa3166a692b4d2972cb12b98088060b_56808_400x0_resize_box_2.bmp deleted file mode 100644 index c0273ac..0000000 Binary files a/resources/_gen/images/blog/kde-nov2023/kcm_huafa3166a692b4d2972cb12b98088060b_56808_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-nov2023/language_hu614472c06a1d3c05c82bdc60672703c3_17378_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-nov2023/language_hu614472c06a1d3c05c82bdc60672703c3_17378_400x0_resize_box_2.bmp deleted file mode 100644 index 159df39..0000000 Binary files a/resources/_gen/images/blog/kde-nov2023/language_hu614472c06a1d3c05c82bdc60672703c3_17378_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-nov2023/lists_hu9305d017d151e4cc54432697065e74d2_97065_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-nov2023/lists_hu9305d017d151e4cc54432697065e74d2_97065_400x0_resize_box_2.bmp deleted file mode 100644 index ff23389..0000000 Binary files a/resources/_gen/images/blog/kde-nov2023/lists_hu9305d017d151e4cc54432697065e74d2_97065_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-nov2023/newdesign_hu10372f08bbe855d554aaf2d8d1b41f47_44014_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-nov2023/newdesign_hu10372f08bbe855d554aaf2d8d1b41f47_44014_400x0_resize_box_2.bmp deleted file mode 100644 index e0bf890..0000000 Binary files a/resources/_gen/images/blog/kde-nov2023/newdesign_hu10372f08bbe855d554aaf2d8d1b41f47_44014_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-nov2023/reportdialog_hu6441d44e0f958387a8ca3bf6f3e7b85a_46240_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-nov2023/reportdialog_hu6441d44e0f958387a8ca3bf6f3e7b85a_46240_400x0_resize_box_2.bmp deleted file mode 100644 index 62cd9d5..0000000 Binary files a/resources/_gen/images/blog/kde-nov2023/reportdialog_hu6441d44e0f958387a8ca3bf6f3e7b85a_46240_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-nov2023/toolbar_hu07db50f60d18710442465584b9836bdd_23454_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-nov2023/toolbar_hu07db50f60d18710442465584b9836bdd_23454_400x0_resize_box_2.bmp deleted file mode 100644 index f43b925..0000000 Binary files a/resources/_gen/images/blog/kde-nov2023/toolbar_hu07db50f60d18710442465584b9836bdd_23454_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-nov2023/unified_hu8bde48f02b4d69ef670dc5827622be13_87438_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-nov2023/unified_hu8bde48f02b4d69ef670dc5827622be13_87438_400x0_resize_box_2.bmp deleted file mode 100644 index 0242ee0..0000000 Binary files a/resources/_gen/images/blog/kde-nov2023/unified_hu8bde48f02b4d69ef670dc5827622be13_87438_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-oct2023/announcements_hu4a0d88bbd7953e2f8eca76d47744c268_5578_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-oct2023/announcements_hu4a0d88bbd7953e2f8eca76d47744c268_5578_400x0_resize_box_2.bmp deleted file mode 100644 index 9706b2a..0000000 Binary files a/resources/_gen/images/blog/kde-oct2023/announcements_hu4a0d88bbd7953e2f8eca76d47744c268_5578_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-oct2023/channel_hu6b4abc3994297415696268a91507fc6c_105838_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-oct2023/channel_hu6b4abc3994297415696268a91507fc6c_105838_400x0_resize_box_2.bmp deleted file mode 100644 index a9edda2..0000000 Binary files a/resources/_gen/images/blog/kde-oct2023/channel_hu6b4abc3994297415696268a91507fc6c_105838_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-oct2023/comments_hu0e0127cc81f3a9d9c630fed94c5e289f_182362_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-oct2023/comments_hu0e0127cc81f3a9d9c630fed94c5e289f_182362_400x0_resize_box_2.bmp deleted file mode 100644 index 8350b98..0000000 Binary files a/resources/_gen/images/blog/kde-oct2023/comments_hu0e0127cc81f3a9d9c630fed94c5e289f_182362_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-oct2023/contextmenu_hue4012f6799ff160c14fe809e24f0af20_14884_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-oct2023/contextmenu_hue4012f6799ff160c14fe809e24f0af20_14884_400x0_resize_box_2.bmp deleted file mode 100644 index 4011c98..0000000 Binary files a/resources/_gen/images/blog/kde-oct2023/contextmenu_hue4012f6799ff160c14fe809e24f0af20_14884_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-oct2023/end_hu94d642ebdc4c3f23205ab57f3b2b88a7_3314_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-oct2023/end_hu94d642ebdc4c3f23205ab57f3b2b88a7_3314_400x0_resize_box_2.bmp deleted file mode 100644 index b0bd96e..0000000 Binary files a/resources/_gen/images/blog/kde-oct2023/end_hu94d642ebdc4c3f23205ab57f3b2b88a7_3314_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-oct2023/featured_hu0842e99cd5a27394cad977bb995b0a0e_6120_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-oct2023/featured_hu0842e99cd5a27394cad977bb995b0a0e_6120_400x0_resize_box_2.bmp deleted file mode 100644 index 3f3137f..0000000 Binary files a/resources/_gen/images/blog/kde-oct2023/featured_hu0842e99cd5a27394cad977bb995b0a0e_6120_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-oct2023/instances_hua3894ef33d6634035c230062cc4d91b1_23038_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-oct2023/instances_hua3894ef33d6634035c230062cc4d91b1_23038_400x0_resize_box_2.bmp deleted file mode 100644 index 6a8c1fd..0000000 Binary files a/resources/_gen/images/blog/kde-oct2023/instances_hua3894ef33d6634035c230062cc4d91b1_23038_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-oct2023/kwallet_hu45d86c8b6bf68a5599ac916dae274b16_15626_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-oct2023/kwallet_hu45d86c8b6bf68a5599ac916dae274b16_15626_400x0_resize_box_2.bmp deleted file mode 100644 index 0b71646..0000000 Binary files a/resources/_gen/images/blog/kde-oct2023/kwallet_hu45d86c8b6bf68a5599ac916dae274b16_15626_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-oct2023/notification_hudb62c3ea332db2c7c6703a143abd8e23_8300_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-oct2023/notification_hudb62c3ea332db2c7c6703a143abd8e23_8300_400x0_resize_box_2.bmp deleted file mode 100644 index 9d269eb..0000000 Binary files a/resources/_gen/images/blog/kde-oct2023/notification_hudb62c3ea332db2c7c6703a143abd8e23_8300_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-oct2023/pip_huf569522161664bd1b08a835aa11938eb_48076_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-oct2023/pip_huf569522161664bd1b08a835aa11938eb_48076_400x0_resize_box_2.bmp deleted file mode 100644 index ff39a1e..0000000 Binary files a/resources/_gen/images/blog/kde-oct2023/pip_huf569522161664bd1b08a835aa11938eb_48076_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-oct2023/settings_hub0354977b9eb443afa4b0f30a5d3e5d8_11226_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-oct2023/settings_hub0354977b9eb443afa4b0f30a5d3e5d8_11226_400x0_resize_box_2.bmp deleted file mode 100644 index d0aa9df..0000000 Binary files a/resources/_gen/images/blog/kde-oct2023/settings_hub0354977b9eb443afa4b0f30a5d3e5d8_11226_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-oct2023/sidebar_hu3605e6a73da4536a2abb7d6d0e9f3b7c_76986_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-oct2023/sidebar_hu3605e6a73da4536a2abb7d6d0e9f3b7c_76986_400x0_resize_box_2.bmp deleted file mode 100644 index 802eb75..0000000 Binary files a/resources/_gen/images/blog/kde-oct2023/sidebar_hu3605e6a73da4536a2abb7d6d0e9f3b7c_76986_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-oct2023/switcher_hu645c29d69e987b7f3328dbe34a723445_8078_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-oct2023/switcher_hu645c29d69e987b7f3328dbe34a723445_8078_400x0_resize_box_2.bmp deleted file mode 100644 index dc92efe..0000000 Binary files a/resources/_gen/images/blog/kde-oct2023/switcher_hu645c29d69e987b7f3328dbe34a723445_8078_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-oct2023/trending_hu5c45d1ba328f5558fc7be8a96bf75aa4_41474_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-oct2023/trending_hu5c45d1ba328f5558fc7be8a96bf75aa4_41474_400x0_resize_box_2.bmp deleted file mode 100644 index d3f872a..0000000 Binary files a/resources/_gen/images/blog/kde-oct2023/trending_hu5c45d1ba328f5558fc7be8a96bf75aa4_41474_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-oct2023/welcome_hu4e7fac022ed9705f993bac0a6fd4a88f_18892_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-oct2023/welcome_hu4e7fac022ed9705f993bac0a6fd4a88f_18892_400x0_resize_box_2.bmp deleted file mode 100644 index 624766e..0000000 Binary files a/resources/_gen/images/blog/kde-oct2023/welcome_hu4e7fac022ed9705f993bac0a6fd4a88f_18892_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-sept2023/Screenshot_15_150834_hubbc2d4eb64c58f56bd645cfa2dd525b6_38050_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-sept2023/Screenshot_15_150834_hubbc2d4eb64c58f56bd645cfa2dd525b6_38050_400x0_resize_box_2.bmp deleted file mode 100644 index 8ff2074..0000000 Binary files a/resources/_gen/images/blog/kde-sept2023/Screenshot_15_150834_hubbc2d4eb64c58f56bd645cfa2dd525b6_38050_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-sept2023/Screenshot_27_155513_hua5e06b4e3a8636805fbeff2e783237b6_28312_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-sept2023/Screenshot_27_155513_hua5e06b4e3a8636805fbeff2e783237b6_28312_400x0_resize_box_2.bmp deleted file mode 100644 index 3f3b691..0000000 Binary files a/resources/_gen/images/blog/kde-sept2023/Screenshot_27_155513_hua5e06b4e3a8636805fbeff2e783237b6_28312_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-sept2023/Screenshot_27_193125_hud9b71610a348bd2018b02bc963175837_32226_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-sept2023/Screenshot_27_193125_hud9b71610a348bd2018b02bc963175837_32226_400x0_resize_box_2.bmp deleted file mode 100644 index 0c6afd5..0000000 Binary files a/resources/_gen/images/blog/kde-sept2023/Screenshot_27_193125_hud9b71610a348bd2018b02bc963175837_32226_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-sept2023/Screenshot_27_193253_hu62d2d5fcb1d146c9c88229c6a6dd9056_32298_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-sept2023/Screenshot_27_193253_hu62d2d5fcb1d146c9c88229c6a6dd9056_32298_400x0_resize_box_2.bmp deleted file mode 100644 index 330be75..0000000 Binary files a/resources/_gen/images/blog/kde-sept2023/Screenshot_27_193253_hu62d2d5fcb1d146c9c88229c6a6dd9056_32298_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-sept2023/Screenshot_27_193353_hube7e028a2b4f85658d704acd66cf8587_105650_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-sept2023/Screenshot_27_193353_hube7e028a2b4f85658d704acd66cf8587_105650_400x0_resize_box_2.bmp deleted file mode 100644 index d4f7b10..0000000 Binary files a/resources/_gen/images/blog/kde-sept2023/Screenshot_27_193353_hube7e028a2b4f85658d704acd66cf8587_105650_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-sept2023/Screenshot_27_194100_hu2503e5d6720b851a85fb5bd0207187e8_113492_400x0_resize_box_2.bmp b/resources/_gen/images/blog/kde-sept2023/Screenshot_27_194100_hu2503e5d6720b851a85fb5bd0207187e8_113492_400x0_resize_box_2.bmp deleted file mode 100644 index 19119af..0000000 Binary files a/resources/_gen/images/blog/kde-sept2023/Screenshot_27_194100_hu2503e5d6720b851a85fb5bd0207187e8_113492_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-sept2023/access_huc1709259e41e6da5fdd750b301bff64a_202437_400x0_resize_box_3.bmp b/resources/_gen/images/blog/kde-sept2023/access_huc1709259e41e6da5fdd750b301bff64a_202437_400x0_resize_box_3.bmp deleted file mode 100644 index 1ccbb17..0000000 Binary files a/resources/_gen/images/blog/kde-sept2023/access_huc1709259e41e6da5fdd750b301bff64a_202437_400x0_resize_box_3.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-sept2023/alttext_hu44445a7660bcaa5ffd31ca0fe7555f3c_76622_400x0_resize_box_3.bmp b/resources/_gen/images/blog/kde-sept2023/alttext_hu44445a7660bcaa5ffd31ca0fe7555f3c_76622_400x0_resize_box_3.bmp deleted file mode 100644 index a0646e2..0000000 Binary files a/resources/_gen/images/blog/kde-sept2023/alttext_hu44445a7660bcaa5ffd31ca0fe7555f3c_76622_400x0_resize_box_3.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-sept2023/image2_huca31d5791181fdd9f5cea0524bb85bd8_404019_400x0_resize_box_3.bmp b/resources/_gen/images/blog/kde-sept2023/image2_huca31d5791181fdd9f5cea0524bb85bd8_404019_400x0_resize_box_3.bmp deleted file mode 100644 index 55ff1fa..0000000 Binary files a/resources/_gen/images/blog/kde-sept2023/image2_huca31d5791181fdd9f5cea0524bb85bd8_404019_400x0_resize_box_3.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-sept2023/image_hu5dc5b90b169764f57d80095a590caef2_402678_400x0_resize_box_3.bmp b/resources/_gen/images/blog/kde-sept2023/image_hu5dc5b90b169764f57d80095a590caef2_402678_400x0_resize_box_3.bmp deleted file mode 100644 index 2f0fdf5..0000000 Binary files a/resources/_gen/images/blog/kde-sept2023/image_hu5dc5b90b169764f57d80095a590caef2_402678_400x0_resize_box_3.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-sept2023/notificationcontrols_hu376ed07755e38b4e311273143870c16d_90286_400x0_resize_box_3.bmp b/resources/_gen/images/blog/kde-sept2023/notificationcontrols_hu376ed07755e38b4e311273143870c16d_90286_400x0_resize_box_3.bmp deleted file mode 100644 index bf17806..0000000 Binary files a/resources/_gen/images/blog/kde-sept2023/notificationcontrols_hu376ed07755e38b4e311273143870c16d_90286_400x0_resize_box_3.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/kde-sept2023/registration_hu8804e858954ca3a5b00cfbe4b12168eb_91135_400x0_resize_box_3.bmp b/resources/_gen/images/blog/kde-sept2023/registration_hu8804e858954ca3a5b00cfbe4b12168eb_91135_400x0_resize_box_3.bmp deleted file mode 100644 index ea35bde..0000000 Binary files a/resources/_gen/images/blog/kde-sept2023/registration_hu8804e858954ca3a5b00cfbe4b12168eb_91135_400x0_resize_box_3.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/lack-of-updates/screenshot1_huf23de29e9fd35acb2b013055ebafa252_14750_400x0_resize_box_2.bmp b/resources/_gen/images/blog/lack-of-updates/screenshot1_huf23de29e9fd35acb2b013055ebafa252_14750_400x0_resize_box_2.bmp deleted file mode 100644 index 6cdafb0..0000000 Binary files a/resources/_gen/images/blog/lack-of-updates/screenshot1_huf23de29e9fd35acb2b013055ebafa252_14750_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/lack-of-updates/screenshot2_hu3662255f9f57a9fc20a098a4a50077f9_9992_400x0_resize_box_2.bmp b/resources/_gen/images/blog/lack-of-updates/screenshot2_hu3662255f9f57a9fc20a098a4a50077f9_9992_400x0_resize_box_2.bmp deleted file mode 100644 index 0f253d0..0000000 Binary files a/resources/_gen/images/blog/lack-of-updates/screenshot2_hu3662255f9f57a9fc20a098a4a50077f9_9992_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/lack-of-updates/screenshot3_hu3e16c8b730b68900fa9f8ada1e6e26e6_33349_400x0_resize_box_2.bmp b/resources/_gen/images/blog/lack-of-updates/screenshot3_hu3e16c8b730b68900fa9f8ada1e6e26e6_33349_400x0_resize_box_2.bmp deleted file mode 100644 index c8e4c3d..0000000 Binary files a/resources/_gen/images/blog/lack-of-updates/screenshot3_hu3e16c8b730b68900fa9f8ada1e6e26e6_33349_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/level-csg/banner_hu6d625869055c89501798c4f948e42e7c_30990_400x0_resize_box_2.bmp b/resources/_gen/images/blog/level-csg/banner_hu6d625869055c89501798c4f948e42e7c_30990_400x0_resize_box_2.bmp deleted file mode 100644 index 9842633..0000000 Binary files a/resources/_gen/images/blog/level-csg/banner_hu6d625869055c89501798c4f948e42e7c_30990_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/level-csg/cube-render_huccf7ea0ffcc0428a0186ddbcc8c12ec0_4646_400x0_resize_box_2.bmp b/resources/_gen/images/blog/level-csg/cube-render_huccf7ea0ffcc0428a0186ddbcc8c12ec0_4646_400x0_resize_box_2.bmp deleted file mode 100644 index 4b394f9..0000000 Binary files a/resources/_gen/images/blog/level-csg/cube-render_huccf7ea0ffcc0428a0186ddbcc8c12ec0_4646_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/level-csg/cube-viewport_hubab9a269929954afab4d93e6118432a1_10998_400x0_resize_box_2.bmp b/resources/_gen/images/blog/level-csg/cube-viewport_hubab9a269929954afab4d93e6118432a1_10998_400x0_resize_box_2.bmp deleted file mode 100644 index 274e572..0000000 Binary files a/resources/_gen/images/blog/level-csg/cube-viewport_hubab9a269929954afab4d93e6118432a1_10998_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/level-csg/hammer_hud906538555ed7e0440d3f387fabd4de7_76650_400x0_resize_box_2.bmp b/resources/_gen/images/blog/level-csg/hammer_hud906538555ed7e0440d3f387fabd4de7_76650_400x0_resize_box_2.bmp deleted file mode 100644 index 6988d66..0000000 Binary files a/resources/_gen/images/blog/level-csg/hammer_hud906538555ed7e0440d3f387fabd4de7_76650_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/level-csg/positions_hudfe4884926619c30063f529a6aabc40f_15352_400x0_resize_box_2.bmp b/resources/_gen/images/blog/level-csg/positions_hudfe4884926619c30063f529a6aabc40f_15352_400x0_resize_box_2.bmp deleted file mode 100644 index 23a4608..0000000 Binary files a/resources/_gen/images/blog/level-csg/positions_hudfe4884926619c30063f529a6aabc40f_15352_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/obscure-qt2/bad_hudaf0a4e83fe7278341d8b9a1f3982c35_11792_400x0_resize_box_2.bmp b/resources/_gen/images/blog/obscure-qt2/bad_hudaf0a4e83fe7278341d8b9a1f3982c35_11792_400x0_resize_box_2.bmp deleted file mode 100644 index e96d29c..0000000 Binary files a/resources/_gen/images/blog/obscure-qt2/bad_hudaf0a4e83fe7278341d8b9a1f3982c35_11792_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/obscure-qt2/good_hue517e2f2b23445166004e931ea1d2987_20672_400x0_resize_box_2.bmp b/resources/_gen/images/blog/obscure-qt2/good_hue517e2f2b23445166004e931ea1d2987_20672_400x0_resize_box_2.bmp deleted file mode 100644 index bcfe521..0000000 Binary files a/resources/_gen/images/blog/obscure-qt2/good_hue517e2f2b23445166004e931ea1d2987_20672_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/opening-addresses/kaddressbook-settings_hu6e13681950b0c8bc9822d0ecf33a9f93_19666_400x0_resize_box_2.bmp b/resources/_gen/images/blog/opening-addresses/kaddressbook-settings_hu6e13681950b0c8bc9822d0ecf33a9f93_19666_400x0_resize_box_2.bmp deleted file mode 100644 index 42b45ad..0000000 Binary files a/resources/_gen/images/blog/opening-addresses/kaddressbook-settings_hu6e13681950b0c8bc9822d0ecf33a9f93_19666_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/opening-addresses/kdemarble-faraway_hu4198a4a274ed8fde3105720ea4ca2df0_78892_400x0_resize_box_2.bmp b/resources/_gen/images/blog/opening-addresses/kdemarble-faraway_hu4198a4a274ed8fde3105720ea4ca2df0_78892_400x0_resize_box_2.bmp deleted file mode 100644 index 440f877..0000000 Binary files a/resources/_gen/images/blog/opening-addresses/kdemarble-faraway_hu4198a4a274ed8fde3105720ea4ca2df0_78892_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/opening-addresses/kdemarble-fixed_hud80b9dec6147b59e951de9de8c3dce08_56808_400x0_resize_box_2.bmp b/resources/_gen/images/blog/opening-addresses/kdemarble-fixed_hud80b9dec6147b59e951de9de8c3dce08_56808_400x0_resize_box_2.bmp deleted file mode 100644 index 3f3dd9a..0000000 Binary files a/resources/_gen/images/blog/opening-addresses/kdemarble-fixed_hud80b9dec6147b59e951de9de8c3dce08_56808_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/prism-changes-feb-april-2021/PrismEditor_BT44VWksFY_hu892586c6f34c8e64df1f459870f6d373_25354_400x0_resize_box_2.bmp b/resources/_gen/images/blog/prism-changes-feb-april-2021/PrismEditor_BT44VWksFY_hu892586c6f34c8e64df1f459870f6d373_25354_400x0_resize_box_2.bmp deleted file mode 100644 index 4a4faa5..0000000 Binary files a/resources/_gen/images/blog/prism-changes-feb-april-2021/PrismEditor_BT44VWksFY_hu892586c6f34c8e64df1f459870f6d373_25354_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/prism-changes-feb-april-2021/PrismEditor_Okvgr9cuI3_huc434020441b5d4c2a74258bfe65be12b_42968_400x0_resize_box_2.bmp b/resources/_gen/images/blog/prism-changes-feb-april-2021/PrismEditor_Okvgr9cuI3_huc434020441b5d4c2a74258bfe65be12b_42968_400x0_resize_box_2.bmp deleted file mode 100644 index ebaec45..0000000 Binary files a/resources/_gen/images/blog/prism-changes-feb-april-2021/PrismEditor_Okvgr9cuI3_huc434020441b5d4c2a74258bfe65be12b_42968_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/prism-changes-may-march-2022/IMG_0246_hu62632bd759f85192917e1a174a1b1e98_119404_400x0_resize_box_2.bmp b/resources/_gen/images/blog/prism-changes-may-march-2022/IMG_0246_hu62632bd759f85192917e1a174a1b1e98_119404_400x0_resize_box_2.bmp deleted file mode 100644 index e963dd6..0000000 Binary files a/resources/_gen/images/blog/prism-changes-may-march-2022/IMG_0246_hu62632bd759f85192917e1a174a1b1e98_119404_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/ps2-bios/fit_2048_hue4c8347e938753d620f8e1654574c8c0_314042_400x0_resize_box_2.bmp b/resources/_gen/images/blog/ps2-bios/fit_2048_hue4c8347e938753d620f8e1654574c8c0_314042_400x0_resize_box_2.bmp deleted file mode 100644 index 59328a3..0000000 Binary files a/resources/_gen/images/blog/ps2-bios/fit_2048_hue4c8347e938753d620f8e1654574c8c0_314042_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/ps2-bios/no-elf_hu6a99688a311367622875f5da5b4a0470_51764_400x0_resize_box_2.bmp b/resources/_gen/images/blog/ps2-bios/no-elf_hu6a99688a311367622875f5da5b4a0470_51764_400x0_resize_box_2.bmp deleted file mode 100644 index 9c51fe2..0000000 Binary files a/resources/_gen/images/blog/ps2-bios/no-elf_hu6a99688a311367622875f5da5b4a0470_51764_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/ps2-bios/version_hucd72fed9c7cda228c2cb6fbe09c5dc88_32936_400x0_resize_box_2.bmp b/resources/_gen/images/blog/ps2-bios/version_hucd72fed9c7cda228c2cb6fbe09c5dc88_32936_400x0_resize_box_2.bmp deleted file mode 100644 index 52b12c4..0000000 Binary files a/resources/_gen/images/blog/ps2-bios/version_hucd72fed9c7cda228c2cb6fbe09c5dc88_32936_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/purging-twitter/masto-screen_hu15fe2fc1f9099621bc8a73d0d78ccfc9_15648_400x0_resize_box_2.bmp b/resources/_gen/images/blog/purging-twitter/masto-screen_hu15fe2fc1f9099621bc8a73d0d78ccfc9_15648_400x0_resize_box_2.bmp deleted file mode 100644 index a1b1836..0000000 Binary files a/resources/_gen/images/blog/purging-twitter/masto-screen_hu15fe2fc1f9099621bc8a73d0d78ccfc9_15648_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/thoughts-and-tips-on-mastodon/advanced-enable_huf06d09eb96176df8db6066d4df5b79d4_13548_400x0_resize_box_2.bmp b/resources/_gen/images/blog/thoughts-and-tips-on-mastodon/advanced-enable_huf06d09eb96176df8db6066d4df5b79d4_13548_400x0_resize_box_2.bmp deleted file mode 100644 index 536e84c..0000000 Binary files a/resources/_gen/images/blog/thoughts-and-tips-on-mastodon/advanced-enable_huf06d09eb96176df8db6066d4df5b79d4_13548_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/thoughts-and-tips-on-mastodon/automate-delete_huc783677b747dd301bcb0b2e087d8e1cc_20950_400x0_resize_box_2.bmp b/resources/_gen/images/blog/thoughts-and-tips-on-mastodon/automate-delete_huc783677b747dd301bcb0b2e087d8e1cc_20950_400x0_resize_box_2.bmp deleted file mode 100644 index c25f239..0000000 Binary files a/resources/_gen/images/blog/thoughts-and-tips-on-mastodon/automate-delete_huc783677b747dd301bcb0b2e087d8e1cc_20950_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/thoughts-and-tips-on-mastodon/hide-socials_huf0d4e0b1d351c43472245ff74f05f9d6_3798_400x0_resize_box_2.bmp b/resources/_gen/images/blog/thoughts-and-tips-on-mastodon/hide-socials_huf0d4e0b1d351c43472245ff74f05f9d6_3798_400x0_resize_box_2.bmp deleted file mode 100644 index 87f0507..0000000 Binary files a/resources/_gen/images/blog/thoughts-and-tips-on-mastodon/hide-socials_huf0d4e0b1d351c43472245ff74f05f9d6_3798_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/thoughts-and-tips-on-mastodon/image-cropping_hubcdc1a0ca38b60f554e5fb185589f8a7_58978_400x0_resize_box_2.bmp b/resources/_gen/images/blog/thoughts-and-tips-on-mastodon/image-cropping_hubcdc1a0ca38b60f554e5fb185589f8a7_58978_400x0_resize_box_2.bmp deleted file mode 100644 index 949cc50..0000000 Binary files a/resources/_gen/images/blog/thoughts-and-tips-on-mastodon/image-cropping_hubcdc1a0ca38b60f554e5fb185589f8a7_58978_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/thoughts-and-tips-on-mastodon/import_hu3d85c5c1dccd57862dc5bc0a60d77836_16962_400x0_resize_box_2.bmp b/resources/_gen/images/blog/thoughts-and-tips-on-mastodon/import_hu3d85c5c1dccd57862dc5bc0a60d77836_16962_400x0_resize_box_2.bmp deleted file mode 100644 index 0a9de87..0000000 Binary files a/resources/_gen/images/blog/thoughts-and-tips-on-mastodon/import_hu3d85c5c1dccd57862dc5bc0a60d77836_16962_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/thoughts-and-tips-on-mastodon/reply-gateway_hu864ab79a7570abca29355ad752d8f4eb_42656_400x0_resize_box_2.bmp b/resources/_gen/images/blog/thoughts-and-tips-on-mastodon/reply-gateway_hu864ab79a7570abca29355ad752d8f4eb_42656_400x0_resize_box_2.bmp deleted file mode 100644 index c08a3a6..0000000 Binary files a/resources/_gen/images/blog/thoughts-and-tips-on-mastodon/reply-gateway_hu864ab79a7570abca29355ad752d8f4eb_42656_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/thoughts-and-tips-on-mastodon/three-columns_huda2e20cdd2730ade91903f9d6cb1e04f_110776_400x0_resize_box_2.bmp b/resources/_gen/images/blog/thoughts-and-tips-on-mastodon/three-columns_huda2e20cdd2730ade91903f9d6cb1e04f_110776_400x0_resize_box_2.bmp deleted file mode 100644 index 718f7fb..0000000 Binary files a/resources/_gen/images/blog/thoughts-and-tips-on-mastodon/three-columns_huda2e20cdd2730ade91903f9d6cb1e04f_110776_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/thoughts-on-fediblocking/blocked-servers_hu4d8f6fd605fe81cb95776973c1ffc6fa_45584_400x0_resize_box_2.bmp b/resources/_gen/images/blog/thoughts-on-fediblocking/blocked-servers_hu4d8f6fd605fe81cb95776973c1ffc6fa_45584_400x0_resize_box_2.bmp deleted file mode 100644 index 8f9e9d6..0000000 Binary files a/resources/_gen/images/blog/thoughts-on-fediblocking/blocked-servers_hu4d8f6fd605fe81cb95776973c1ffc6fa_45584_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/thoughts-on-fediblocking/rehosted-image_huf89e4aa7e360d1b2434bf4db0f674580_107106_400x0_resize_box_2.bmp b/resources/_gen/images/blog/thoughts-on-fediblocking/rehosted-image_huf89e4aa7e360d1b2434bf4db0f674580_107106_400x0_resize_box_2.bmp deleted file mode 100644 index 68c0a97..0000000 Binary files a/resources/_gen/images/blog/thoughts-on-fediblocking/rehosted-image_huf89e4aa7e360d1b2434bf4db0f674580_107106_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/blog/wayland-ssd/wayland_hu752cb2fd0b6445ea81ba275ef6b27e08_46252_400x0_resize_box_2.bmp b/resources/_gen/images/blog/wayland-ssd/wayland_hu752cb2fd0b6445ea81ba275ef6b27e08_46252_400x0_resize_box_2.bmp deleted file mode 100644 index 4d2e86f..0000000 Binary files a/resources/_gen/images/blog/wayland-ssd/wayland_hu752cb2fd0b6445ea81ba275ef6b27e08_46252_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/bringontheketchup_hu78e386009395250de69b7d70b212dd4a_197290_400x0_resize_box_2.bmp b/resources/_gen/images/bringontheketchup_hu78e386009395250de69b7d70b212dd4a_197290_400x0_resize_box_2.bmp deleted file mode 100644 index 6273aa4..0000000 Binary files a/resources/_gen/images/bringontheketchup_hu78e386009395250de69b7d70b212dd4a_197290_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/bringontheketchup_hu78e386009395250de69b7d70b212dd4a_197290_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/bringontheketchup_hu78e386009395250de69b7d70b212dd4a_197290_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 8134ff5..0000000 Binary files a/resources/_gen/images/bringontheketchup_hu78e386009395250de69b7d70b212dd4a_197290_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/bringontheketchup_hu78e386009395250de69b7d70b212dd4a_197290_500x0_resize_q75_h2_box_2.webp b/resources/_gen/images/bringontheketchup_hu78e386009395250de69b7d70b212dd4a_197290_500x0_resize_q75_h2_box_2.webp deleted file mode 100644 index e070264..0000000 Binary files a/resources/_gen/images/bringontheketchup_hu78e386009395250de69b7d70b212dd4a_197290_500x0_resize_q75_h2_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/businesscat_huad713296115c5fb0359daea420df3e0b_234700_400x0_resize_box_2.bmp b/resources/_gen/images/businesscat_huad713296115c5fb0359daea420df3e0b_234700_400x0_resize_box_2.bmp deleted file mode 100644 index 9a3f8fc..0000000 Binary files a/resources/_gen/images/businesscat_huad713296115c5fb0359daea420df3e0b_234700_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/businesscat_huad713296115c5fb0359daea420df3e0b_234700_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/businesscat_huad713296115c5fb0359daea420df3e0b_234700_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index c76e54f..0000000 Binary files a/resources/_gen/images/businesscat_huad713296115c5fb0359daea420df3e0b_234700_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/button-dark_hu2f941f07bd216db113c5ea0da19f3f8f_3030_400x0_resize_box_3.bmp b/resources/_gen/images/button-dark_hu2f941f07bd216db113c5ea0da19f3f8f_3030_400x0_resize_box_3.bmp deleted file mode 100644 index 093caad..0000000 Binary files a/resources/_gen/images/button-dark_hu2f941f07bd216db113c5ea0da19f3f8f_3030_400x0_resize_box_3.bmp and /dev/null differ diff --git a/resources/_gen/images/button-light_hu1080bf082174b11a7ce7ba0d53274ecb_3264_400x0_resize_box_3.bmp b/resources/_gen/images/button-light_hu1080bf082174b11a7ce7ba0d53274ecb_3264_400x0_resize_box_3.bmp deleted file mode 100644 index 64e228e..0000000 Binary files a/resources/_gen/images/button-light_hu1080bf082174b11a7ce7ba0d53274ecb_3264_400x0_resize_box_3.bmp and /dev/null differ diff --git a/resources/_gen/images/cactaur_huf3a6aadcaa84c51c75c3c64eacf2b99d_99508_400x0_resize_box_2.bmp b/resources/_gen/images/cactaur_huf3a6aadcaa84c51c75c3c64eacf2b99d_99508_400x0_resize_box_2.bmp deleted file mode 100644 index 9bab6e0..0000000 Binary files a/resources/_gen/images/cactaur_huf3a6aadcaa84c51c75c3c64eacf2b99d_99508_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/cactaur_huf3a6aadcaa84c51c75c3c64eacf2b99d_99508_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/cactaur_huf3a6aadcaa84c51c75c3c64eacf2b99d_99508_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 028ecd2..0000000 Binary files a/resources/_gen/images/cactaur_huf3a6aadcaa84c51c75c3c64eacf2b99d_99508_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/cactus-border_hu3f40ecfbcaba8cbb1ab4ed27daee79d6_245480_400x0_resize_box_2.bmp b/resources/_gen/images/cactus-border_hu3f40ecfbcaba8cbb1ab4ed27daee79d6_245480_400x0_resize_box_2.bmp deleted file mode 100644 index e6c8bdf..0000000 Binary files a/resources/_gen/images/cactus-border_hu3f40ecfbcaba8cbb1ab4ed27daee79d6_245480_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/cactus-border_hu3f40ecfbcaba8cbb1ab4ed27daee79d6_245480_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/cactus-border_hu3f40ecfbcaba8cbb1ab4ed27daee79d6_245480_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 6785764..0000000 Binary files a/resources/_gen/images/cactus-border_hu3f40ecfbcaba8cbb1ab4ed27daee79d6_245480_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/candle-light_hue7ade030c997ddf9f2f280e8701f1b63_27924_400x0_resize_box_2.bmp b/resources/_gen/images/candle-light_hue7ade030c997ddf9f2f280e8701f1b63_27924_400x0_resize_box_2.bmp deleted file mode 100644 index ddef489..0000000 Binary files a/resources/_gen/images/candle-light_hue7ade030c997ddf9f2f280e8701f1b63_27924_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/candle-light_hue7ade030c997ddf9f2f280e8701f1b63_27924_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/candle-light_hue7ade030c997ddf9f2f280e8701f1b63_27924_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index d9e7c21..0000000 Binary files a/resources/_gen/images/candle-light_hue7ade030c997ddf9f2f280e8701f1b63_27924_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/castle_hu78e0f66bcf2b602d772f1f2e0e77cf30_206596_400x0_resize_box_2.bmp b/resources/_gen/images/castle_hu78e0f66bcf2b602d772f1f2e0e77cf30_206596_400x0_resize_box_2.bmp deleted file mode 100644 index 838f099..0000000 Binary files a/resources/_gen/images/castle_hu78e0f66bcf2b602d772f1f2e0e77cf30_206596_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/castle_hu78e0f66bcf2b602d772f1f2e0e77cf30_206596_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/castle_hu78e0f66bcf2b602d772f1f2e0e77cf30_206596_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 5c5c19b..0000000 Binary files a/resources/_gen/images/castle_hu78e0f66bcf2b602d772f1f2e0e77cf30_206596_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/casual-elf_hubb7ade0090e65630ec5a8e342f02e08b_12032_400x0_resize_box_2.bmp b/resources/_gen/images/casual-elf_hubb7ade0090e65630ec5a8e342f02e08b_12032_400x0_resize_box_2.bmp deleted file mode 100644 index 21d5fb9..0000000 Binary files a/resources/_gen/images/casual-elf_hubb7ade0090e65630ec5a8e342f02e08b_12032_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/casual-elf_hubb7ade0090e65630ec5a8e342f02e08b_12032_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/casual-elf_hubb7ade0090e65630ec5a8e342f02e08b_12032_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 6f22c17..0000000 Binary files a/resources/_gen/images/casual-elf_hubb7ade0090e65630ec5a8e342f02e08b_12032_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/chains-sketch_hu201fe51255dacf8157762693330cf9c6_136544_400x0_resize_box_2.bmp b/resources/_gen/images/chains-sketch_hu201fe51255dacf8157762693330cf9c6_136544_400x0_resize_box_2.bmp deleted file mode 100644 index ef49363..0000000 Binary files a/resources/_gen/images/chains-sketch_hu201fe51255dacf8157762693330cf9c6_136544_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/chains-sketch_hu201fe51255dacf8157762693330cf9c6_136544_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/chains-sketch_hu201fe51255dacf8157762693330cf9c6_136544_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 5baec21..0000000 Binary files a/resources/_gen/images/chains-sketch_hu201fe51255dacf8157762693330cf9c6_136544_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/chains_hu04c5aa4d2bc9ea59d64375eae2fd858a_157668_400x0_resize_box_2.bmp b/resources/_gen/images/chains_hu04c5aa4d2bc9ea59d64375eae2fd858a_157668_400x0_resize_box_2.bmp deleted file mode 100644 index f3e800c..0000000 Binary files a/resources/_gen/images/chains_hu04c5aa4d2bc9ea59d64375eae2fd858a_157668_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/chains_hu04c5aa4d2bc9ea59d64375eae2fd858a_157668_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/chains_hu04c5aa4d2bc9ea59d64375eae2fd858a_157668_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 6f6c428..0000000 Binary files a/resources/_gen/images/chains_hu04c5aa4d2bc9ea59d64375eae2fd858a_157668_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/chair2020_hu2743fde37e4855ccea71b51336c12c99_67990_400x0_resize_box_2.bmp b/resources/_gen/images/chair2020_hu2743fde37e4855ccea71b51336c12c99_67990_400x0_resize_box_2.bmp deleted file mode 100644 index 44a3dc7..0000000 Binary files a/resources/_gen/images/chair2020_hu2743fde37e4855ccea71b51336c12c99_67990_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/chair2020_hu2743fde37e4855ccea71b51336c12c99_67990_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/chair2020_hu2743fde37e4855ccea71b51336c12c99_67990_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index d4fa752..0000000 Binary files a/resources/_gen/images/chair2020_hu2743fde37e4855ccea71b51336c12c99_67990_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/chars2020_hu6581e7c9509a2c750a05958488e0100f_39992_400x0_resize_box_2.bmp b/resources/_gen/images/chars2020_hu6581e7c9509a2c750a05958488e0100f_39992_400x0_resize_box_2.bmp deleted file mode 100644 index 0722221..0000000 Binary files a/resources/_gen/images/chars2020_hu6581e7c9509a2c750a05958488e0100f_39992_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/chars2020_hu6581e7c9509a2c750a05958488e0100f_39992_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/chars2020_hu6581e7c9509a2c750a05958488e0100f_39992_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index d873865..0000000 Binary files a/resources/_gen/images/chars2020_hu6581e7c9509a2c750a05958488e0100f_39992_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/chips_hufd91df79e22374d8b33f089ecbf99503_135102_400x0_resize_box_2.bmp b/resources/_gen/images/chips_hufd91df79e22374d8b33f089ecbf99503_135102_400x0_resize_box_2.bmp deleted file mode 100644 index 88834ae..0000000 Binary files a/resources/_gen/images/chips_hufd91df79e22374d8b33f089ecbf99503_135102_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/chips_hufd91df79e22374d8b33f089ecbf99503_135102_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/chips_hufd91df79e22374d8b33f089ecbf99503_135102_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index d9e3baf..0000000 Binary files a/resources/_gen/images/chips_hufd91df79e22374d8b33f089ecbf99503_135102_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/city-train_hu5e92c34ff673b8f462c9f00865c88d86_30922_400x0_resize_box_2.bmp b/resources/_gen/images/city-train_hu5e92c34ff673b8f462c9f00865c88d86_30922_400x0_resize_box_2.bmp deleted file mode 100644 index 583d82e..0000000 Binary files a/resources/_gen/images/city-train_hu5e92c34ff673b8f462c9f00865c88d86_30922_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/city-train_hu5e92c34ff673b8f462c9f00865c88d86_30922_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/city-train_hu5e92c34ff673b8f462c9f00865c88d86_30922_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index ee6ea7e..0000000 Binary files a/resources/_gen/images/city-train_hu5e92c34ff673b8f462c9f00865c88d86_30922_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/clock_hu0db295ad0c9c52f5c73e96af94dc43ee_84658_400x0_resize_box_2.bmp b/resources/_gen/images/clock_hu0db295ad0c9c52f5c73e96af94dc43ee_84658_400x0_resize_box_2.bmp deleted file mode 100644 index e3b6769..0000000 Binary files a/resources/_gen/images/clock_hu0db295ad0c9c52f5c73e96af94dc43ee_84658_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/clock_hu0db295ad0c9c52f5c73e96af94dc43ee_84658_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/clock_hu0db295ad0c9c52f5c73e96af94dc43ee_84658_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index f97e944..0000000 Binary files a/resources/_gen/images/clock_hu0db295ad0c9c52f5c73e96af94dc43ee_84658_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/commission/comshet_hu59b69966f63290a5244c1bf8bc6ff59e_485070_400x0_resize_box_2.bmp b/resources/_gen/images/commission/comshet_hu59b69966f63290a5244c1bf8bc6ff59e_485070_400x0_resize_box_2.bmp deleted file mode 100644 index d5f654e..0000000 Binary files a/resources/_gen/images/commission/comshet_hu59b69966f63290a5244c1bf8bc6ff59e_485070_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/costadelsol_hu7c18bb46f7a7c0d8a7bffa67ad4060e7_446366_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/costadelsol_hu7c18bb46f7a7c0d8a7bffa67ad4060e7_446366_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index cd22eec..0000000 Binary files a/resources/_gen/images/costadelsol_hu7c18bb46f7a7c0d8a7bffa67ad4060e7_446366_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/costadelsol_hu7c18bb46f7a7c0d8a7bffa67ad4060e7_446366_500x0_resize_q75_h2_box_2.webp b/resources/_gen/images/costadelsol_hu7c18bb46f7a7c0d8a7bffa67ad4060e7_446366_500x0_resize_q75_h2_box_2.webp deleted file mode 100644 index 6443f61..0000000 Binary files a/resources/_gen/images/costadelsol_hu7c18bb46f7a7c0d8a7bffa67ad4060e7_446366_500x0_resize_q75_h2_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/cup_hud29b3b5fe7375bc028ae002a9a6bb126_101712_400x0_resize_box_2.bmp b/resources/_gen/images/cup_hud29b3b5fe7375bc028ae002a9a6bb126_101712_400x0_resize_box_2.bmp deleted file mode 100644 index d43bf9a..0000000 Binary files a/resources/_gen/images/cup_hud29b3b5fe7375bc028ae002a9a6bb126_101712_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/cup_hud29b3b5fe7375bc028ae002a9a6bb126_101712_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/cup_hud29b3b5fe7375bc028ae002a9a6bb126_101712_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 561393a..0000000 Binary files a/resources/_gen/images/cup_hud29b3b5fe7375bc028ae002a9a6bb126_101712_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/day4_hudde92c01264eae70549844c8ae5a1960_105448_400x0_resize_box_2.bmp b/resources/_gen/images/day4_hudde92c01264eae70549844c8ae5a1960_105448_400x0_resize_box_2.bmp deleted file mode 100644 index 92888ce..0000000 Binary files a/resources/_gen/images/day4_hudde92c01264eae70549844c8ae5a1960_105448_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/day4_hudde92c01264eae70549844c8ae5a1960_105448_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/day4_hudde92c01264eae70549844c8ae5a1960_105448_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 05383f2..0000000 Binary files a/resources/_gen/images/day4_hudde92c01264eae70549844c8ae5a1960_105448_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/day6_hu1d86abc85f29159ea1c035babfd4f7fd_76122_400x0_resize_box_2.bmp b/resources/_gen/images/day6_hu1d86abc85f29159ea1c035babfd4f7fd_76122_400x0_resize_box_2.bmp deleted file mode 100644 index da1184c..0000000 Binary files a/resources/_gen/images/day6_hu1d86abc85f29159ea1c035babfd4f7fd_76122_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/day6_hu1d86abc85f29159ea1c035babfd4f7fd_76122_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/day6_hu1d86abc85f29159ea1c035babfd4f7fd_76122_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 9b9c6df..0000000 Binary files a/resources/_gen/images/day6_hu1d86abc85f29159ea1c035babfd4f7fd_76122_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/dec1-2_hu5a00e80d41ee226970a41f3c105beeb1_204240_400x0_resize_box_2.bmp b/resources/_gen/images/dec1-2_hu5a00e80d41ee226970a41f3c105beeb1_204240_400x0_resize_box_2.bmp deleted file mode 100644 index f9896c0..0000000 Binary files a/resources/_gen/images/dec1-2_hu5a00e80d41ee226970a41f3c105beeb1_204240_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/dec1-2_hu5a00e80d41ee226970a41f3c105beeb1_204240_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/dec1-2_hu5a00e80d41ee226970a41f3c105beeb1_204240_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 1c44478..0000000 Binary files a/resources/_gen/images/dec1-2_hu5a00e80d41ee226970a41f3c105beeb1_204240_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/dec1_hu38264be0f5cdec476232df758152b8f9_203020_400x0_resize_box_2.bmp b/resources/_gen/images/dec1_hu38264be0f5cdec476232df758152b8f9_203020_400x0_resize_box_2.bmp deleted file mode 100644 index 7ea0ee2..0000000 Binary files a/resources/_gen/images/dec1_hu38264be0f5cdec476232df758152b8f9_203020_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/dec1_hu38264be0f5cdec476232df758152b8f9_203020_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/dec1_hu38264be0f5cdec476232df758152b8f9_203020_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 65eb639..0000000 Binary files a/resources/_gen/images/dec1_hu38264be0f5cdec476232df758152b8f9_203020_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/dec7_hu980e9efe37ee38f83f325a6a830b466b_159006_400x0_resize_box_2.bmp b/resources/_gen/images/dec7_hu980e9efe37ee38f83f325a6a830b466b_159006_400x0_resize_box_2.bmp deleted file mode 100644 index d923485..0000000 Binary files a/resources/_gen/images/dec7_hu980e9efe37ee38f83f325a6a830b466b_159006_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/dec7_hu980e9efe37ee38f83f325a6a830b466b_159006_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/dec7_hu980e9efe37ee38f83f325a6a830b466b_159006_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 69cf6ef..0000000 Binary files a/resources/_gen/images/dec7_hu980e9efe37ee38f83f325a6a830b466b_159006_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/demon_hu4b996eb1a1775601961e4abac45eb6f2_137022_400x0_resize_box_2.bmp b/resources/_gen/images/demon_hu4b996eb1a1775601961e4abac45eb6f2_137022_400x0_resize_box_2.bmp deleted file mode 100644 index 17b98ab..0000000 Binary files a/resources/_gen/images/demon_hu4b996eb1a1775601961e4abac45eb6f2_137022_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/demon_hu4b996eb1a1775601961e4abac45eb6f2_137022_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/demon_hu4b996eb1a1775601961e4abac45eb6f2_137022_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 7105d4a..0000000 Binary files a/resources/_gen/images/demon_hu4b996eb1a1775601961e4abac45eb6f2_137022_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/descent_hudd9b0ce1262bd4668d9d68bc47cb2939_36360_400x0_resize_box_2.bmp b/resources/_gen/images/descent_hudd9b0ce1262bd4668d9d68bc47cb2939_36360_400x0_resize_box_2.bmp deleted file mode 100644 index 7ca5345..0000000 Binary files a/resources/_gen/images/descent_hudd9b0ce1262bd4668d9d68bc47cb2939_36360_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/descent_hudd9b0ce1262bd4668d9d68bc47cb2939_36360_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/descent_hudd9b0ce1262bd4668d9d68bc47cb2939_36360_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index cbce32b..0000000 Binary files a/resources/_gen/images/descent_hudd9b0ce1262bd4668d9d68bc47cb2939_36360_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/desert_hu2f46b0242e2a41e063c1912d3dbb0eb6_19586_400x0_resize_box_2.bmp b/resources/_gen/images/desert_hu2f46b0242e2a41e063c1912d3dbb0eb6_19586_400x0_resize_box_2.bmp deleted file mode 100644 index a4abe3f..0000000 Binary files a/resources/_gen/images/desert_hu2f46b0242e2a41e063c1912d3dbb0eb6_19586_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/desert_hu2f46b0242e2a41e063c1912d3dbb0eb6_19586_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/desert_hu2f46b0242e2a41e063c1912d3dbb0eb6_19586_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 3a91395..0000000 Binary files a/resources/_gen/images/desert_hu2f46b0242e2a41e063c1912d3dbb0eb6_19586_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/dorks_hu4d270e35de290756f771a3ecd0fa5677_178862_400x0_resize_box_2.bmp b/resources/_gen/images/dorks_hu4d270e35de290756f771a3ecd0fa5677_178862_400x0_resize_box_2.bmp deleted file mode 100644 index c0dac78..0000000 Binary files a/resources/_gen/images/dorks_hu4d270e35de290756f771a3ecd0fa5677_178862_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/dorks_hu4d270e35de290756f771a3ecd0fa5677_178862_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/dorks_hu4d270e35de290756f771a3ecd0fa5677_178862_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 4b126f1..0000000 Binary files a/resources/_gen/images/dorks_hu4d270e35de290756f771a3ecd0fa5677_178862_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/downloads/main-menu_hu69e34aab748a057c9db84713bc5a72ae_40460_400x0_resize_box_2.bmp b/resources/_gen/images/downloads/main-menu_hu69e34aab748a057c9db84713bc5a72ae_40460_400x0_resize_box_2.bmp deleted file mode 100644 index 3596590..0000000 Binary files a/resources/_gen/images/downloads/main-menu_hu69e34aab748a057c9db84713bc5a72ae_40460_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/dr-bob_hu20f384404f0062959a15285cc2397281_57376_400x0_resize_box_2.bmp b/resources/_gen/images/dr-bob_hu20f384404f0062959a15285cc2397281_57376_400x0_resize_box_2.bmp deleted file mode 100644 index 63ca1b2..0000000 Binary files a/resources/_gen/images/dr-bob_hu20f384404f0062959a15285cc2397281_57376_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/dr-bob_hu20f384404f0062959a15285cc2397281_57376_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/dr-bob_hu20f384404f0062959a15285cc2397281_57376_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index c84912b..0000000 Binary files a/resources/_gen/images/dr-bob_hu20f384404f0062959a15285cc2397281_57376_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/drawpile-snippet_hu7ad92d8928970709d8be01192be3f0c0_51620_400x0_resize_box_2.bmp b/resources/_gen/images/drawpile-snippet_hu7ad92d8928970709d8be01192be3f0c0_51620_400x0_resize_box_2.bmp deleted file mode 100644 index 4b76460..0000000 Binary files a/resources/_gen/images/drawpile-snippet_hu7ad92d8928970709d8be01192be3f0c0_51620_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/drawpile-snippet_hu7ad92d8928970709d8be01192be3f0c0_51620_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/drawpile-snippet_hu7ad92d8928970709d8be01192be3f0c0_51620_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 2fbedf2..0000000 Binary files a/resources/_gen/images/drawpile-snippet_hu7ad92d8928970709d8be01192be3f0c0_51620_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/drink_hua642ebf4ebcfbecc1eab22f7c19285a6_75448_400x0_resize_box_2.bmp b/resources/_gen/images/drink_hua642ebf4ebcfbecc1eab22f7c19285a6_75448_400x0_resize_box_2.bmp deleted file mode 100644 index 3f6cf82..0000000 Binary files a/resources/_gen/images/drink_hua642ebf4ebcfbecc1eab22f7c19285a6_75448_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/drink_hua642ebf4ebcfbecc1eab22f7c19285a6_75448_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/drink_hua642ebf4ebcfbecc1eab22f7c19285a6_75448_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index f4fb89a..0000000 Binary files a/resources/_gen/images/drink_hua642ebf4ebcfbecc1eab22f7c19285a6_75448_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/duel2_hu4adb272f84e317518bb519d2246b29bb_103306_400x0_resize_box_2.bmp b/resources/_gen/images/duel2_hu4adb272f84e317518bb519d2246b29bb_103306_400x0_resize_box_2.bmp deleted file mode 100644 index 46ffaae..0000000 Binary files a/resources/_gen/images/duel2_hu4adb272f84e317518bb519d2246b29bb_103306_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/duel2_hu4adb272f84e317518bb519d2246b29bb_103306_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/duel2_hu4adb272f84e317518bb519d2246b29bb_103306_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index b0e5e71..0000000 Binary files a/resources/_gen/images/duel2_hu4adb272f84e317518bb519d2246b29bb_103306_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/duel_huc1ad8565d3d09f6254ccfa82a9ed241d_67182_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/duel_huc1ad8565d3d09f6254ccfa82a9ed241d_67182_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 5cdbfd2..0000000 Binary files a/resources/_gen/images/duel_huc1ad8565d3d09f6254ccfa82a9ed241d_67182_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/duo_huc5c152a40c4c0c32e68d401006485d83_91324_400x0_resize_box_2.bmp b/resources/_gen/images/duo_huc5c152a40c4c0c32e68d401006485d83_91324_400x0_resize_box_2.bmp deleted file mode 100644 index 389da6c..0000000 Binary files a/resources/_gen/images/duo_huc5c152a40c4c0c32e68d401006485d83_91324_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/duo_huc5c152a40c4c0c32e68d401006485d83_91324_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/duo_huc5c152a40c4c0c32e68d401006485d83_91324_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 45683c1..0000000 Binary files a/resources/_gen/images/duo_huc5c152a40c4c0c32e68d401006485d83_91324_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/eccentric-girl_hue990940fa6d93dab79d53416a46afca1_115042_400x0_resize_box_2.bmp b/resources/_gen/images/eccentric-girl_hue990940fa6d93dab79d53416a46afca1_115042_400x0_resize_box_2.bmp deleted file mode 100644 index 32703fb..0000000 Binary files a/resources/_gen/images/eccentric-girl_hue990940fa6d93dab79d53416a46afca1_115042_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/eccentric-girl_hue990940fa6d93dab79d53416a46afca1_115042_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/eccentric-girl_hue990940fa6d93dab79d53416a46afca1_115042_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index f9a7899..0000000 Binary files a/resources/_gen/images/eccentric-girl_hue990940fa6d93dab79d53416a46afca1_115042_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/eleanor_hu115b61d20f47f5d52a663cd43d414e86_158682_400x0_resize_box_2.bmp b/resources/_gen/images/eleanor_hu115b61d20f47f5d52a663cd43d414e86_158682_400x0_resize_box_2.bmp deleted file mode 100644 index 030f91b..0000000 Binary files a/resources/_gen/images/eleanor_hu115b61d20f47f5d52a663cd43d414e86_158682_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/eleanor_hu115b61d20f47f5d52a663cd43d414e86_158682_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/eleanor_hu115b61d20f47f5d52a663cd43d414e86_158682_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index ce621ab..0000000 Binary files a/resources/_gen/images/eleanor_hu115b61d20f47f5d52a663cd43d414e86_158682_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/electrical_hu655d8b295e0a1988ad0f62843276d0f1_165130_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/electrical_hu655d8b295e0a1988ad0f62843276d0f1_165130_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 5e2c5d2..0000000 Binary files a/resources/_gen/images/electrical_hu655d8b295e0a1988ad0f62843276d0f1_165130_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/electrical_hu655d8b295e0a1988ad0f62843276d0f1_165130_500x0_resize_q75_h2_box_2.webp b/resources/_gen/images/electrical_hu655d8b295e0a1988ad0f62843276d0f1_165130_500x0_resize_q75_h2_box_2.webp deleted file mode 100644 index f411371..0000000 Binary files a/resources/_gen/images/electrical_hu655d8b295e0a1988ad0f62843276d0f1_165130_500x0_resize_q75_h2_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/elisanne_hud3c18525427277128c061e5e3c033662_335610_400x0_resize_box_2.bmp b/resources/_gen/images/elisanne_hud3c18525427277128c061e5e3c033662_335610_400x0_resize_box_2.bmp deleted file mode 100644 index f45c18d..0000000 Binary files a/resources/_gen/images/elisanne_hud3c18525427277128c061e5e3c033662_335610_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/elisanne_hud3c18525427277128c061e5e3c033662_335610_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/elisanne_hud3c18525427277128c061e5e3c033662_335610_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 1b29920..0000000 Binary files a/resources/_gen/images/elisanne_hud3c18525427277128c061e5e3c033662_335610_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/emily_hu5f11431a5433ff21443cb35c8434fb72_156186_400x0_resize_box_2.bmp b/resources/_gen/images/emily_hu5f11431a5433ff21443cb35c8434fb72_156186_400x0_resize_box_2.bmp deleted file mode 100644 index 83a0904..0000000 Binary files a/resources/_gen/images/emily_hu5f11431a5433ff21443cb35c8434fb72_156186_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/emily_hu5f11431a5433ff21443cb35c8434fb72_156186_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/emily_hu5f11431a5433ff21443cb35c8434fb72_156186_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 0f28755..0000000 Binary files a/resources/_gen/images/emily_hu5f11431a5433ff21443cb35c8434fb72_156186_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/eva-girls_huf3076927ddece7e870c84099223ea9cf_514640_400x0_resize_box_2.bmp b/resources/_gen/images/eva-girls_huf3076927ddece7e870c84099223ea9cf_514640_400x0_resize_box_2.bmp deleted file mode 100644 index 3e8aba7..0000000 Binary files a/resources/_gen/images/eva-girls_huf3076927ddece7e870c84099223ea9cf_514640_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/eva-girls_huf3076927ddece7e870c84099223ea9cf_514640_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/eva-girls_huf3076927ddece7e870c84099223ea9cf_514640_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index e415e40..0000000 Binary files a/resources/_gen/images/eva-girls_huf3076927ddece7e870c84099223ea9cf_514640_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/exiledking_huf39a8b2d6b984eae0cea503fa87828aa_84508_400x0_resize_box_2.bmp b/resources/_gen/images/exiledking_huf39a8b2d6b984eae0cea503fa87828aa_84508_400x0_resize_box_2.bmp deleted file mode 100644 index 255898e..0000000 Binary files a/resources/_gen/images/exiledking_huf39a8b2d6b984eae0cea503fa87828aa_84508_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/exiledking_huf39a8b2d6b984eae0cea503fa87828aa_84508_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/exiledking_huf39a8b2d6b984eae0cea503fa87828aa_84508_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 1f8cebe..0000000 Binary files a/resources/_gen/images/exiledking_huf39a8b2d6b984eae0cea503fa87828aa_84508_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/fantasyfolks_hu136173208830162572e515a6d84e5a16_75558_400x0_resize_box_2.bmp b/resources/_gen/images/fantasyfolks_hu136173208830162572e515a6d84e5a16_75558_400x0_resize_box_2.bmp deleted file mode 100644 index 6d94bd6..0000000 Binary files a/resources/_gen/images/fantasyfolks_hu136173208830162572e515a6d84e5a16_75558_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/fantasyfolks_hu136173208830162572e515a6d84e5a16_75558_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/fantasyfolks_hu136173208830162572e515a6d84e5a16_75558_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 6e89219..0000000 Binary files a/resources/_gen/images/fantasyfolks_hu136173208830162572e515a6d84e5a16_75558_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/ff7r-airbuster-fight_hu5eeaef1cb77cf0d7ced0dcdabcd3d377_55898_400x0_resize_box_2.bmp b/resources/_gen/images/ff7r-airbuster-fight_hu5eeaef1cb77cf0d7ced0dcdabcd3d377_55898_400x0_resize_box_2.bmp deleted file mode 100644 index 8a8cc34..0000000 Binary files a/resources/_gen/images/ff7r-airbuster-fight_hu5eeaef1cb77cf0d7ced0dcdabcd3d377_55898_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/ff7r-airbuster-fight_hu5eeaef1cb77cf0d7ced0dcdabcd3d377_55898_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/ff7r-airbuster-fight_hu5eeaef1cb77cf0d7ced0dcdabcd3d377_55898_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 29bbb27..0000000 Binary files a/resources/_gen/images/ff7r-airbuster-fight_hu5eeaef1cb77cf0d7ced0dcdabcd3d377_55898_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/ffxiv-sketches_hub373bc532cb718261faaf1269ef93387_78082_400x0_resize_box_2.bmp b/resources/_gen/images/ffxiv-sketches_hub373bc532cb718261faaf1269ef93387_78082_400x0_resize_box_2.bmp deleted file mode 100644 index 5826ed5..0000000 Binary files a/resources/_gen/images/ffxiv-sketches_hub373bc532cb718261faaf1269ef93387_78082_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/ffxiv-sketches_hub373bc532cb718261faaf1269ef93387_78082_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/ffxiv-sketches_hub373bc532cb718261faaf1269ef93387_78082_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 3c726a7..0000000 Binary files a/resources/_gen/images/ffxiv-sketches_hub373bc532cb718261faaf1269ef93387_78082_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/ffxiv-swim_hu837f443333d655db434356354512b989_358758_400x0_resize_box_2.bmp b/resources/_gen/images/ffxiv-swim_hu837f443333d655db434356354512b989_358758_400x0_resize_box_2.bmp deleted file mode 100644 index 1718cb9..0000000 Binary files a/resources/_gen/images/ffxiv-swim_hu837f443333d655db434356354512b989_358758_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/ffxiv-swim_hu837f443333d655db434356354512b989_358758_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/ffxiv-swim_hu837f443333d655db434356354512b989_358758_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index b62d396..0000000 Binary files a/resources/_gen/images/ffxiv-swim_hu837f443333d655db434356354512b989_358758_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/fight2020_hu3a45c01887c72e3a2d0e5fe5d5c07d0d_77316_400x0_resize_box_2.bmp b/resources/_gen/images/fight2020_hu3a45c01887c72e3a2d0e5fe5d5c07d0d_77316_400x0_resize_box_2.bmp deleted file mode 100644 index 7a87732..0000000 Binary files a/resources/_gen/images/fight2020_hu3a45c01887c72e3a2d0e5fe5d5c07d0d_77316_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/fight2020_hu3a45c01887c72e3a2d0e5fe5d5c07d0d_77316_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/fight2020_hu3a45c01887c72e3a2d0e5fe5d5c07d0d_77316_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index cd86a3b..0000000 Binary files a/resources/_gen/images/fight2020_hu3a45c01887c72e3a2d0e5fe5d5c07d0d_77316_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/fitgirl1_hu25871abc7bc3653a91a57498f66583eb_46400_400x0_resize_box_2.bmp b/resources/_gen/images/fitgirl1_hu25871abc7bc3653a91a57498f66583eb_46400_400x0_resize_box_2.bmp deleted file mode 100644 index 29eaa4f..0000000 Binary files a/resources/_gen/images/fitgirl1_hu25871abc7bc3653a91a57498f66583eb_46400_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/fitgirl1_hu25871abc7bc3653a91a57498f66583eb_46400_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/fitgirl1_hu25871abc7bc3653a91a57498f66583eb_46400_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 8a9c16c..0000000 Binary files a/resources/_gen/images/fitgirl1_hu25871abc7bc3653a91a57498f66583eb_46400_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/fitgirl2_hu8e95b77bd416ad0601edc10bda2243b3_47288_400x0_resize_box_2.bmp b/resources/_gen/images/fitgirl2_hu8e95b77bd416ad0601edc10bda2243b3_47288_400x0_resize_box_2.bmp deleted file mode 100644 index 10654d4..0000000 Binary files a/resources/_gen/images/fitgirl2_hu8e95b77bd416ad0601edc10bda2243b3_47288_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/fitgirl2_hu8e95b77bd416ad0601edc10bda2243b3_47288_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/fitgirl2_hu8e95b77bd416ad0601edc10bda2243b3_47288_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 5a80ac6..0000000 Binary files a/resources/_gen/images/fitgirl2_hu8e95b77bd416ad0601edc10bda2243b3_47288_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/fitness_hu43f1d508c8b420ef7620902cd02ac46a_49540_400x0_resize_box_2.bmp b/resources/_gen/images/fitness_hu43f1d508c8b420ef7620902cd02ac46a_49540_400x0_resize_box_2.bmp deleted file mode 100644 index 4de19be..0000000 Binary files a/resources/_gen/images/fitness_hu43f1d508c8b420ef7620902cd02ac46a_49540_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/fitness_hu43f1d508c8b420ef7620902cd02ac46a_49540_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/fitness_hu43f1d508c8b420ef7620902cd02ac46a_49540_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 74d6470..0000000 Binary files a/resources/_gen/images/fitness_hu43f1d508c8b420ef7620902cd02ac46a_49540_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/funny_hu76f5fd4b1303f96b364fb18533b0a31a_44418_400x0_resize_box_2.bmp b/resources/_gen/images/funny_hu76f5fd4b1303f96b364fb18533b0a31a_44418_400x0_resize_box_2.bmp deleted file mode 100644 index e6c4aa8..0000000 Binary files a/resources/_gen/images/funny_hu76f5fd4b1303f96b364fb18533b0a31a_44418_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/funny_hu76f5fd4b1303f96b364fb18533b0a31a_44418_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/funny_hu76f5fd4b1303f96b364fb18533b0a31a_44418_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index c6d7ee8..0000000 Binary files a/resources/_gen/images/funny_hu76f5fd4b1303f96b364fb18533b0a31a_44418_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/futaba_hu2f165b36f701ef213c4e59fbbe8a4283_96700_400x0_resize_box_2.bmp b/resources/_gen/images/futaba_hu2f165b36f701ef213c4e59fbbe8a4283_96700_400x0_resize_box_2.bmp deleted file mode 100644 index b1a624f..0000000 Binary files a/resources/_gen/images/futaba_hu2f165b36f701ef213c4e59fbbe8a4283_96700_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/futaba_hu2f165b36f701ef213c4e59fbbe8a4283_96700_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/futaba_hu2f165b36f701ef213c4e59fbbe8a4283_96700_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index a0c5ce9..0000000 Binary files a/resources/_gen/images/futaba_hu2f165b36f701ef213c4e59fbbe8a4283_96700_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/gamingforone_hub33242d6d1c7e4bfb503748af6310f2a_430414_400x0_resize_box_2.bmp b/resources/_gen/images/gamingforone_hub33242d6d1c7e4bfb503748af6310f2a_430414_400x0_resize_box_2.bmp deleted file mode 100644 index 3ef66d6..0000000 Binary files a/resources/_gen/images/gamingforone_hub33242d6d1c7e4bfb503748af6310f2a_430414_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/gamingforone_hub33242d6d1c7e4bfb503748af6310f2a_430414_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/gamingforone_hub33242d6d1c7e4bfb503748af6310f2a_430414_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index ac3c106..0000000 Binary files a/resources/_gen/images/gamingforone_hub33242d6d1c7e4bfb503748af6310f2a_430414_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/gamingforone_hub33242d6d1c7e4bfb503748af6310f2a_430414_500x0_resize_q75_h2_box_2.webp b/resources/_gen/images/gamingforone_hub33242d6d1c7e4bfb503748af6310f2a_430414_500x0_resize_q75_h2_box_2.webp deleted file mode 100644 index d343936..0000000 Binary files a/resources/_gen/images/gamingforone_hub33242d6d1c7e4bfb503748af6310f2a_430414_500x0_resize_q75_h2_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/genshin-amber_hu25565ae1b4b28e4d81ed1090030a1815_228376_400x0_resize_box_2.bmp b/resources/_gen/images/genshin-amber_hu25565ae1b4b28e4d81ed1090030a1815_228376_400x0_resize_box_2.bmp deleted file mode 100644 index d8caaa8..0000000 Binary files a/resources/_gen/images/genshin-amber_hu25565ae1b4b28e4d81ed1090030a1815_228376_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/genshin-amber_hu25565ae1b4b28e4d81ed1090030a1815_228376_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/genshin-amber_hu25565ae1b4b28e4d81ed1090030a1815_228376_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index f33a7b6..0000000 Binary files a/resources/_gen/images/genshin-amber_hu25565ae1b4b28e4d81ed1090030a1815_228376_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/girl-drinking-water_hu587dc1352e85f0aa79242f4ad59785b1_39364_400x0_resize_box_2.bmp b/resources/_gen/images/girl-drinking-water_hu587dc1352e85f0aa79242f4ad59785b1_39364_400x0_resize_box_2.bmp deleted file mode 100644 index a93b3c7..0000000 Binary files a/resources/_gen/images/girl-drinking-water_hu587dc1352e85f0aa79242f4ad59785b1_39364_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/girl-drinking-water_hu587dc1352e85f0aa79242f4ad59785b1_39364_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/girl-drinking-water_hu587dc1352e85f0aa79242f4ad59785b1_39364_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 9f7c95f..0000000 Binary files a/resources/_gen/images/girl-drinking-water_hu587dc1352e85f0aa79242f4ad59785b1_39364_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/girl-sketch_hua9dbc2d0ab7542f5ebfa0ef6bd893f2c_131058_400x0_resize_box_2.bmp b/resources/_gen/images/girl-sketch_hua9dbc2d0ab7542f5ebfa0ef6bd893f2c_131058_400x0_resize_box_2.bmp deleted file mode 100644 index 161a7d4..0000000 Binary files a/resources/_gen/images/girl-sketch_hua9dbc2d0ab7542f5ebfa0ef6bd893f2c_131058_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/girl-sketch_hua9dbc2d0ab7542f5ebfa0ef6bd893f2c_131058_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/girl-sketch_hua9dbc2d0ab7542f5ebfa0ef6bd893f2c_131058_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index c7d0d24..0000000 Binary files a/resources/_gen/images/girl-sketch_hua9dbc2d0ab7542f5ebfa0ef6bd893f2c_131058_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/girls_hud244ab2bd2e37a1a308ed6b736a4590f_94186_400x0_resize_box_2.bmp b/resources/_gen/images/girls_hud244ab2bd2e37a1a308ed6b736a4590f_94186_400x0_resize_box_2.bmp deleted file mode 100644 index d0bad38..0000000 Binary files a/resources/_gen/images/girls_hud244ab2bd2e37a1a308ed6b736a4590f_94186_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/girls_hud244ab2bd2e37a1a308ed6b736a4590f_94186_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/girls_hud244ab2bd2e37a1a308ed6b736a4590f_94186_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 45010bc..0000000 Binary files a/resources/_gen/images/girls_hud244ab2bd2e37a1a308ed6b736a4590f_94186_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/glass_hu081ef5246eb243c62b63e113003d08cf_10850_400x0_resize_box_2.bmp b/resources/_gen/images/glass_hu081ef5246eb243c62b63e113003d08cf_10850_400x0_resize_box_2.bmp deleted file mode 100644 index c669ae8..0000000 Binary files a/resources/_gen/images/glass_hu081ef5246eb243c62b63e113003d08cf_10850_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/glass_hu081ef5246eb243c62b63e113003d08cf_10850_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/glass_hu081ef5246eb243c62b63e113003d08cf_10850_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 07884fa..0000000 Binary files a/resources/_gen/images/glass_hu081ef5246eb243c62b63e113003d08cf_10850_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/goblin-mines_hu50bddd271c01e55455f1825da4703897_33372_400x0_resize_box_2.bmp b/resources/_gen/images/goblin-mines_hu50bddd271c01e55455f1825da4703897_33372_400x0_resize_box_2.bmp deleted file mode 100644 index 909eb16..0000000 Binary files a/resources/_gen/images/goblin-mines_hu50bddd271c01e55455f1825da4703897_33372_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/goblin-mines_hu50bddd271c01e55455f1825da4703897_33372_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/goblin-mines_hu50bddd271c01e55455f1825da4703897_33372_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 5ff59a9..0000000 Binary files a/resources/_gen/images/goblin-mines_hu50bddd271c01e55455f1825da4703897_33372_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/goinghome_hu829fc8757b394e4f9916df75d63c1f60_188066_400x0_resize_box_2.bmp b/resources/_gen/images/goinghome_hu829fc8757b394e4f9916df75d63c1f60_188066_400x0_resize_box_2.bmp deleted file mode 100644 index 3a28ed7..0000000 Binary files a/resources/_gen/images/goinghome_hu829fc8757b394e4f9916df75d63c1f60_188066_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/goinghome_hu829fc8757b394e4f9916df75d63c1f60_188066_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/goinghome_hu829fc8757b394e4f9916df75d63c1f60_188066_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index d717505..0000000 Binary files a/resources/_gen/images/goinghome_hu829fc8757b394e4f9916df75d63c1f60_188066_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/great-subject_hue5d7bd2e6a3a879f2f36e4cfd81ee542_212070_400x0_resize_box_2.bmp b/resources/_gen/images/great-subject_hue5d7bd2e6a3a879f2f36e4cfd81ee542_212070_400x0_resize_box_2.bmp deleted file mode 100644 index bf3a6ab..0000000 Binary files a/resources/_gen/images/great-subject_hue5d7bd2e6a3a879f2f36e4cfd81ee542_212070_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/great-subject_hue5d7bd2e6a3a879f2f36e4cfd81ee542_212070_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/great-subject_hue5d7bd2e6a3a879f2f36e4cfd81ee542_212070_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index a2a31f5..0000000 Binary files a/resources/_gen/images/great-subject_hue5d7bd2e6a3a879f2f36e4cfd81ee542_212070_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/grocery-shopping_huf09b073c19b30f45bb2cf684d8d87883_116944_400x0_resize_box_2.bmp b/resources/_gen/images/grocery-shopping_huf09b073c19b30f45bb2cf684d8d87883_116944_400x0_resize_box_2.bmp deleted file mode 100644 index 5e7f3f4..0000000 Binary files a/resources/_gen/images/grocery-shopping_huf09b073c19b30f45bb2cf684d8d87883_116944_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/grocery-shopping_huf09b073c19b30f45bb2cf684d8d87883_116944_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/grocery-shopping_huf09b073c19b30f45bb2cf684d8d87883_116944_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index aaeb7cf..0000000 Binary files a/resources/_gen/images/grocery-shopping_huf09b073c19b30f45bb2cf684d8d87883_116944_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/guest-juritta1_hu9609f00b610f88ce483856bb42d12d89_104348_400x0_resize_box_2.bmp b/resources/_gen/images/guest-juritta1_hu9609f00b610f88ce483856bb42d12d89_104348_400x0_resize_box_2.bmp deleted file mode 100644 index 8cd5949..0000000 Binary files a/resources/_gen/images/guest-juritta1_hu9609f00b610f88ce483856bb42d12d89_104348_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/guest-juritta1_hu9609f00b610f88ce483856bb42d12d89_104348_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/guest-juritta1_hu9609f00b610f88ce483856bb42d12d89_104348_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index a5efec6..0000000 Binary files a/resources/_gen/images/guest-juritta1_hu9609f00b610f88ce483856bb42d12d89_104348_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/guest-juritta2_hu42301ebb3596302f007b7edea423d12b_111306_400x0_resize_box_2.bmp b/resources/_gen/images/guest-juritta2_hu42301ebb3596302f007b7edea423d12b_111306_400x0_resize_box_2.bmp deleted file mode 100644 index 68a928f..0000000 Binary files a/resources/_gen/images/guest-juritta2_hu42301ebb3596302f007b7edea423d12b_111306_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/guest-juritta2_hu42301ebb3596302f007b7edea423d12b_111306_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/guest-juritta2_hu42301ebb3596302f007b7edea423d12b_111306_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 1d6b8a4..0000000 Binary files a/resources/_gen/images/guest-juritta2_hu42301ebb3596302f007b7edea423d12b_111306_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/guest-swordswoman1_hu928eb7871b57d0d47dc23ae65b2d6a8f_124214_400x0_resize_box_2.bmp b/resources/_gen/images/guest-swordswoman1_hu928eb7871b57d0d47dc23ae65b2d6a8f_124214_400x0_resize_box_2.bmp deleted file mode 100644 index 47c7bc8..0000000 Binary files a/resources/_gen/images/guest-swordswoman1_hu928eb7871b57d0d47dc23ae65b2d6a8f_124214_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/guest-swordswoman1_hu928eb7871b57d0d47dc23ae65b2d6a8f_124214_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/guest-swordswoman1_hu928eb7871b57d0d47dc23ae65b2d6a8f_124214_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index effa29f..0000000 Binary files a/resources/_gen/images/guest-swordswoman1_hu928eb7871b57d0d47dc23ae65b2d6a8f_124214_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/guest-swordswoman2_hue85a91f91f1604f79bd538c333397e40_34768_400x0_resize_box_2.bmp b/resources/_gen/images/guest-swordswoman2_hue85a91f91f1604f79bd538c333397e40_34768_400x0_resize_box_2.bmp deleted file mode 100644 index 8615bad..0000000 Binary files a/resources/_gen/images/guest-swordswoman2_hue85a91f91f1604f79bd538c333397e40_34768_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/guest-swordswoman2_hue85a91f91f1604f79bd538c333397e40_34768_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/guest-swordswoman2_hue85a91f91f1604f79bd538c333397e40_34768_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index f86f80b..0000000 Binary files a/resources/_gen/images/guest-swordswoman2_hue85a91f91f1604f79bd538c333397e40_34768_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/guest-swordswoman3_hu2912d7666ebd5adcb507c091593641bf_93872_400x0_resize_box_2.bmp b/resources/_gen/images/guest-swordswoman3_hu2912d7666ebd5adcb507c091593641bf_93872_400x0_resize_box_2.bmp deleted file mode 100644 index d579a86..0000000 Binary files a/resources/_gen/images/guest-swordswoman3_hu2912d7666ebd5adcb507c091593641bf_93872_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/guest-swordswoman3_hu2912d7666ebd5adcb507c091593641bf_93872_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/guest-swordswoman3_hu2912d7666ebd5adcb507c091593641bf_93872_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index bce000f..0000000 Binary files a/resources/_gen/images/guest-swordswoman3_hu2912d7666ebd5adcb507c091593641bf_93872_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/gun-lady_hu3cacb3e61d3dee955a64dc3453e4e335_41186_400x0_resize_box_2.bmp b/resources/_gen/images/gun-lady_hu3cacb3e61d3dee955a64dc3453e4e335_41186_400x0_resize_box_2.bmp deleted file mode 100644 index 6c5d134..0000000 Binary files a/resources/_gen/images/gun-lady_hu3cacb3e61d3dee955a64dc3453e4e335_41186_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/gun-lady_hu3cacb3e61d3dee955a64dc3453e4e335_41186_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/gun-lady_hu3cacb3e61d3dee955a64dc3453e4e335_41186_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 1377cce..0000000 Binary files a/resources/_gen/images/gun-lady_hu3cacb3e61d3dee955a64dc3453e4e335_41186_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/gunpoint_hu96b0ff3c4e6a0496205752b40b9e11d2_29856_400x0_resize_box_2.bmp b/resources/_gen/images/gunpoint_hu96b0ff3c4e6a0496205752b40b9e11d2_29856_400x0_resize_box_2.bmp deleted file mode 100644 index d7c33e3..0000000 Binary files a/resources/_gen/images/gunpoint_hu96b0ff3c4e6a0496205752b40b9e11d2_29856_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/gunpoint_hu96b0ff3c4e6a0496205752b40b9e11d2_29856_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/gunpoint_hu96b0ff3c4e6a0496205752b40b9e11d2_29856_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index c449ed1..0000000 Binary files a/resources/_gen/images/gunpoint_hu96b0ff3c4e6a0496205752b40b9e11d2_29856_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/guns_hu6eaf06a37c6d891d23502fa86fcd50d4_128438_400x0_resize_box_2.bmp b/resources/_gen/images/guns_hu6eaf06a37c6d891d23502fa86fcd50d4_128438_400x0_resize_box_2.bmp deleted file mode 100644 index 023b379..0000000 Binary files a/resources/_gen/images/guns_hu6eaf06a37c6d891d23502fa86fcd50d4_128438_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/guns_hu6eaf06a37c6d891d23502fa86fcd50d4_128438_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/guns_hu6eaf06a37c6d891d23502fa86fcd50d4_128438_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index f3e74be..0000000 Binary files a/resources/_gen/images/guns_hu6eaf06a37c6d891d23502fa86fcd50d4_128438_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/hallway_hud0697db042ed1c4a60deb863117fad23_21466_400x0_resize_box_2.bmp b/resources/_gen/images/hallway_hud0697db042ed1c4a60deb863117fad23_21466_400x0_resize_box_2.bmp deleted file mode 100644 index 525501f..0000000 Binary files a/resources/_gen/images/hallway_hud0697db042ed1c4a60deb863117fad23_21466_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/hallway_hud0697db042ed1c4a60deb863117fad23_21466_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/hallway_hud0697db042ed1c4a60deb863117fad23_21466_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 39fcf54..0000000 Binary files a/resources/_gen/images/hallway_hud0697db042ed1c4a60deb863117fad23_21466_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/headsculpt_hu0a79da81a1e18df73bfec54d85836405_39102_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/headsculpt_hu0a79da81a1e18df73bfec54d85836405_39102_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 688c3ca..0000000 Binary files a/resources/_gen/images/headsculpt_hu0a79da81a1e18df73bfec54d85836405_39102_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/hey-baby_hu18976ec5a8abd7c80e1af17e9b1e3cba_89450_400x0_resize_box_2.bmp b/resources/_gen/images/hey-baby_hu18976ec5a8abd7c80e1af17e9b1e3cba_89450_400x0_resize_box_2.bmp deleted file mode 100644 index 5660931..0000000 Binary files a/resources/_gen/images/hey-baby_hu18976ec5a8abd7c80e1af17e9b1e3cba_89450_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/hey-baby_hu18976ec5a8abd7c80e1af17e9b1e3cba_89450_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/hey-baby_hu18976ec5a8abd7c80e1af17e9b1e3cba_89450_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 3778e86..0000000 Binary files a/resources/_gen/images/hey-baby_hu18976ec5a8abd7c80e1af17e9b1e3cba_89450_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/hunter_hu814ecb8607bdfa5dc08ffdfde66705b1_100648_400x0_resize_box_2.bmp b/resources/_gen/images/hunter_hu814ecb8607bdfa5dc08ffdfde66705b1_100648_400x0_resize_box_2.bmp deleted file mode 100644 index 85ee2ff..0000000 Binary files a/resources/_gen/images/hunter_hu814ecb8607bdfa5dc08ffdfde66705b1_100648_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/hunter_hu814ecb8607bdfa5dc08ffdfde66705b1_100648_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/hunter_hu814ecb8607bdfa5dc08ffdfde66705b1_100648_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index dfd692d..0000000 Binary files a/resources/_gen/images/hunter_hu814ecb8607bdfa5dc08ffdfde66705b1_100648_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/itch-banner_hube3e08530e55e6b61d20a4a326487fae_47880_400x0_resize_box_2.bmp b/resources/_gen/images/itch-banner_hube3e08530e55e6b61d20a4a326487fae_47880_400x0_resize_box_2.bmp deleted file mode 100644 index 4c5ee96..0000000 Binary files a/resources/_gen/images/itch-banner_hube3e08530e55e6b61d20a4a326487fae_47880_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/itch-banner_hube3e08530e55e6b61d20a4a326487fae_47880_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/itch-banner_hube3e08530e55e6b61d20a4a326487fae_47880_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 52b9db7..0000000 Binary files a/resources/_gen/images/itch-banner_hube3e08530e55e6b61d20a4a326487fae_47880_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/itscoldhere_hu02c3337bb651cd90fdbb9ae5eeda5b41_571064_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/itscoldhere_hu02c3337bb651cd90fdbb9ae5eeda5b41_571064_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index e69de29..0000000 diff --git a/resources/_gen/images/itscoldhere_huf2719beb94e59bbfea6b9f6d16a16583_89546_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/itscoldhere_huf2719beb94e59bbfea6b9f6d16a16583_89546_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 141e5e3..0000000 Binary files a/resources/_gen/images/itscoldhere_huf2719beb94e59bbfea6b9f6d16a16583_89546_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/jan1_hu4c265d73d608f274832b90edd050d7c8_125856_400x0_resize_box_2.bmp b/resources/_gen/images/jan1_hu4c265d73d608f274832b90edd050d7c8_125856_400x0_resize_box_2.bmp deleted file mode 100644 index 70bc1a3..0000000 Binary files a/resources/_gen/images/jan1_hu4c265d73d608f274832b90edd050d7c8_125856_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/jan1_hu4c265d73d608f274832b90edd050d7c8_125856_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/jan1_hu4c265d73d608f274832b90edd050d7c8_125856_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index aea9d00..0000000 Binary files a/resources/_gen/images/jan1_hu4c265d73d608f274832b90edd050d7c8_125856_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/join-me_hudd1c692532ce5ceacc1f80183e079141_137068_400x0_resize_box_2.bmp b/resources/_gen/images/join-me_hudd1c692532ce5ceacc1f80183e079141_137068_400x0_resize_box_2.bmp deleted file mode 100644 index d3358d1..0000000 Binary files a/resources/_gen/images/join-me_hudd1c692532ce5ceacc1f80183e079141_137068_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/join-me_hudd1c692532ce5ceacc1f80183e079141_137068_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/join-me_hudd1c692532ce5ceacc1f80183e079141_137068_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 1cc447d..0000000 Binary files a/resources/_gen/images/join-me_hudd1c692532ce5ceacc1f80183e079141_137068_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/katie_hu85704b30e48034bd0741c55ca25ca9c0_119200_400x0_resize_box_2.bmp b/resources/_gen/images/katie_hu85704b30e48034bd0741c55ca25ca9c0_119200_400x0_resize_box_2.bmp deleted file mode 100644 index 572f889..0000000 Binary files a/resources/_gen/images/katie_hu85704b30e48034bd0741c55ca25ca9c0_119200_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/katie_hu85704b30e48034bd0741c55ca25ca9c0_119200_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/katie_hu85704b30e48034bd0741c55ca25ca9c0_119200_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index d8395f9..0000000 Binary files a/resources/_gen/images/katie_hu85704b30e48034bd0741c55ca25ca9c0_119200_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/katie_hu85704b30e48034bd0741c55ca25ca9c0_119200_500x0_resize_q75_h2_box_2.webp b/resources/_gen/images/katie_hu85704b30e48034bd0741c55ca25ca9c0_119200_500x0_resize_q75_h2_box_2.webp deleted file mode 100644 index 73e23ce..0000000 Binary files a/resources/_gen/images/katie_hu85704b30e48034bd0741c55ca25ca9c0_119200_500x0_resize_q75_h2_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/king_huf1500edc6f735cfd0bdef023553d71b7_249946_400x0_resize_box_2.bmp b/resources/_gen/images/king_huf1500edc6f735cfd0bdef023553d71b7_249946_400x0_resize_box_2.bmp deleted file mode 100644 index 6d5475c..0000000 Binary files a/resources/_gen/images/king_huf1500edc6f735cfd0bdef023553d71b7_249946_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/king_huf1500edc6f735cfd0bdef023553d71b7_249946_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/king_huf1500edc6f735cfd0bdef023553d71b7_249946_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 4c90c98..0000000 Binary files a/resources/_gen/images/king_huf1500edc6f735cfd0bdef023553d71b7_249946_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/knight_hu736e4667fff8a57cf7aaf0623576109f_120352_400x0_resize_box_2.bmp b/resources/_gen/images/knight_hu736e4667fff8a57cf7aaf0623576109f_120352_400x0_resize_box_2.bmp deleted file mode 100644 index 63a2012..0000000 Binary files a/resources/_gen/images/knight_hu736e4667fff8a57cf7aaf0623576109f_120352_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/knight_hu736e4667fff8a57cf7aaf0623576109f_120352_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/knight_hu736e4667fff8a57cf7aaf0623576109f_120352_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index bcadfe8..0000000 Binary files a/resources/_gen/images/knight_hu736e4667fff8a57cf7aaf0623576109f_120352_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/knockout-background2_hua9b72734ac4d972b4426a540a373e691_203850_400x0_resize_box_2.bmp b/resources/_gen/images/knockout-background2_hua9b72734ac4d972b4426a540a373e691_203850_400x0_resize_box_2.bmp deleted file mode 100644 index 0e54405..0000000 Binary files a/resources/_gen/images/knockout-background2_hua9b72734ac4d972b4426a540a373e691_203850_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/knockout-background2_hua9b72734ac4d972b4426a540a373e691_203850_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/knockout-background2_hua9b72734ac4d972b4426a540a373e691_203850_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 8454f01..0000000 Binary files a/resources/_gen/images/knockout-background2_hua9b72734ac4d972b4426a540a373e691_203850_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/knockout-background_hu8eb1f27bbb228f75c423c49901964607_81342_400x0_resize_box_2.bmp b/resources/_gen/images/knockout-background_hu8eb1f27bbb228f75c423c49901964607_81342_400x0_resize_box_2.bmp deleted file mode 100644 index cef119f..0000000 Binary files a/resources/_gen/images/knockout-background_hu8eb1f27bbb228f75c423c49901964607_81342_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/knockout-background_hu8eb1f27bbb228f75c423c49901964607_81342_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/knockout-background_hu8eb1f27bbb228f75c423c49901964607_81342_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 8e95fdc..0000000 Binary files a/resources/_gen/images/knockout-background_hu8eb1f27bbb228f75c423c49901964607_81342_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/knocky-chan_huaa2c2cbaf42ac118d3d9da39a9c8eda1_68526_400x0_resize_box_2.bmp b/resources/_gen/images/knocky-chan_huaa2c2cbaf42ac118d3d9da39a9c8eda1_68526_400x0_resize_box_2.bmp deleted file mode 100644 index 07ee5d4..0000000 Binary files a/resources/_gen/images/knocky-chan_huaa2c2cbaf42ac118d3d9da39a9c8eda1_68526_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/knocky-chan_huaa2c2cbaf42ac118d3d9da39a9c8eda1_68526_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/knocky-chan_huaa2c2cbaf42ac118d3d9da39a9c8eda1_68526_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index a5e54b5..0000000 Binary files a/resources/_gen/images/knocky-chan_huaa2c2cbaf42ac118d3d9da39a9c8eda1_68526_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/ko-girl_hu6a1d8ed88641f5f6455246c9a9bd780a_18000_400x0_resize_box_2.bmp b/resources/_gen/images/ko-girl_hu6a1d8ed88641f5f6455246c9a9bd780a_18000_400x0_resize_box_2.bmp deleted file mode 100644 index 88a6850..0000000 Binary files a/resources/_gen/images/ko-girl_hu6a1d8ed88641f5f6455246c9a9bd780a_18000_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/ko-girl_hu6a1d8ed88641f5f6455246c9a9bd780a_18000_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/ko-girl_hu6a1d8ed88641f5f6455246c9a9bd780a_18000_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index c8305f9..0000000 Binary files a/resources/_gen/images/ko-girl_hu6a1d8ed88641f5f6455246c9a9bd780a_18000_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/lantern_hu74e74530eb346fb5695a50960425259a_15458_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/lantern_hu74e74530eb346fb5695a50960425259a_15458_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 1944bfc..0000000 Binary files a/resources/_gen/images/lantern_hu74e74530eb346fb5695a50960425259a_15458_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/layout-archive/aug2021_hu582d6471db8bdd6730ee641eefa888ed_149446_400x0_resize_box_2.bmp b/resources/_gen/images/layout-archive/aug2021_hu582d6471db8bdd6730ee641eefa888ed_149446_400x0_resize_box_2.bmp deleted file mode 100644 index c809037..0000000 Binary files a/resources/_gen/images/layout-archive/aug2021_hu582d6471db8bdd6730ee641eefa888ed_149446_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/layout-archive/jan2021_hu08bd9ab5c35b3e74a6ea80c41e726eb7_17622_400x0_resize_box_2.bmp b/resources/_gen/images/layout-archive/jan2021_hu08bd9ab5c35b3e74a6ea80c41e726eb7_17622_400x0_resize_box_2.bmp deleted file mode 100644 index a23d42f..0000000 Binary files a/resources/_gen/images/layout-archive/jan2021_hu08bd9ab5c35b3e74a6ea80c41e726eb7_17622_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/layout-archive/june2022_hu12aac10d39294fbeb3c35ef07f6eb524_89830_400x0_resize_box_2.bmp b/resources/_gen/images/layout-archive/june2022_hu12aac10d39294fbeb3c35ef07f6eb524_89830_400x0_resize_box_2.bmp deleted file mode 100644 index 5003403..0000000 Binary files a/resources/_gen/images/layout-archive/june2022_hu12aac10d39294fbeb3c35ef07f6eb524_89830_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/lemon_hu4bc382cc1ca63f33b1fbdafa196a3faf_66954_400x0_resize_box_2.bmp b/resources/_gen/images/lemon_hu4bc382cc1ca63f33b1fbdafa196a3faf_66954_400x0_resize_box_2.bmp deleted file mode 100644 index 7b073e8..0000000 Binary files a/resources/_gen/images/lemon_hu4bc382cc1ca63f33b1fbdafa196a3faf_66954_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/lemon_hu4bc382cc1ca63f33b1fbdafa196a3faf_66954_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/lemon_hu4bc382cc1ca63f33b1fbdafa196a3faf_66954_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 0448348..0000000 Binary files a/resources/_gen/images/lemon_hu4bc382cc1ca63f33b1fbdafa196a3faf_66954_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/lets-get-fit_hu0c43977cbeea902110f7fd081c9e3b58_137936_400x0_resize_box_2.bmp b/resources/_gen/images/lets-get-fit_hu0c43977cbeea902110f7fd081c9e3b58_137936_400x0_resize_box_2.bmp deleted file mode 100644 index df883e7..0000000 Binary files a/resources/_gen/images/lets-get-fit_hu0c43977cbeea902110f7fd081c9e3b58_137936_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/lets-get-fit_hu0c43977cbeea902110f7fd081c9e3b58_137936_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/lets-get-fit_hu0c43977cbeea902110f7fd081c9e3b58_137936_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 68d9d45..0000000 Binary files a/resources/_gen/images/lets-get-fit_hu0c43977cbeea902110f7fd081c9e3b58_137936_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/lifeform_hu3a519cbfb18e7227ce18ad2b28dea38f_105810_400x0_resize_box_2.bmp b/resources/_gen/images/lifeform_hu3a519cbfb18e7227ce18ad2b28dea38f_105810_400x0_resize_box_2.bmp deleted file mode 100644 index 3b5fc39..0000000 Binary files a/resources/_gen/images/lifeform_hu3a519cbfb18e7227ce18ad2b28dea38f_105810_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/lifeform_hu3a519cbfb18e7227ce18ad2b28dea38f_105810_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/lifeform_hu3a519cbfb18e7227ce18ad2b28dea38f_105810_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 35a947b..0000000 Binary files a/resources/_gen/images/lifeform_hu3a519cbfb18e7227ce18ad2b28dea38f_105810_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/lifeguard_hu60ea901916dc59456f0761c53fe2a78d_35682_400x0_resize_box_2.bmp b/resources/_gen/images/lifeguard_hu60ea901916dc59456f0761c53fe2a78d_35682_400x0_resize_box_2.bmp deleted file mode 100644 index d9d77c4..0000000 Binary files a/resources/_gen/images/lifeguard_hu60ea901916dc59456f0761c53fe2a78d_35682_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/lifeguard_hu60ea901916dc59456f0761c53fe2a78d_35682_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/lifeguard_hu60ea901916dc59456f0761c53fe2a78d_35682_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index eb6c69e..0000000 Binary files a/resources/_gen/images/lifeguard_hu60ea901916dc59456f0761c53fe2a78d_35682_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/loss_hu9efc8470bfa964be2294bb00bb25ca07_69288_400x0_resize_box_2.bmp b/resources/_gen/images/loss_hu9efc8470bfa964be2294bb00bb25ca07_69288_400x0_resize_box_2.bmp deleted file mode 100644 index 06a8cc0..0000000 Binary files a/resources/_gen/images/loss_hu9efc8470bfa964be2294bb00bb25ca07_69288_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/loss_hu9efc8470bfa964be2294bb00bb25ca07_69288_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/loss_hu9efc8470bfa964be2294bb00bb25ca07_69288_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 2ad1b30..0000000 Binary files a/resources/_gen/images/loss_hu9efc8470bfa964be2294bb00bb25ca07_69288_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/luca_hu21146d0b688adbd45e8c641b098192ae_49714_400x0_resize_box_2.bmp b/resources/_gen/images/luca_hu21146d0b688adbd45e8c641b098192ae_49714_400x0_resize_box_2.bmp deleted file mode 100644 index 8e46c3c..0000000 Binary files a/resources/_gen/images/luca_hu21146d0b688adbd45e8c641b098192ae_49714_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/luca_hu21146d0b688adbd45e8c641b098192ae_49714_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/luca_hu21146d0b688adbd45e8c641b098192ae_49714_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index e2c999c..0000000 Binary files a/resources/_gen/images/luca_hu21146d0b688adbd45e8c641b098192ae_49714_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/ma-casual_hu4e2ce566e79f304e72a1c381554aa30f_276390_400x0_resize_box_2.bmp b/resources/_gen/images/ma-casual_hu4e2ce566e79f304e72a1c381554aa30f_276390_400x0_resize_box_2.bmp deleted file mode 100644 index 85f2506..0000000 Binary files a/resources/_gen/images/ma-casual_hu4e2ce566e79f304e72a1c381554aa30f_276390_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/ma-casual_hu4e2ce566e79f304e72a1c381554aa30f_276390_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/ma-casual_hu4e2ce566e79f304e72a1c381554aa30f_276390_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index ae30863..0000000 Binary files a/resources/_gen/images/ma-casual_hu4e2ce566e79f304e72a1c381554aa30f_276390_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/ma-sketch_hu92bcda7512b3ca89289a1bfbd41f66ee_574850_400x0_resize_box_2.bmp b/resources/_gen/images/ma-sketch_hu92bcda7512b3ca89289a1bfbd41f66ee_574850_400x0_resize_box_2.bmp deleted file mode 100644 index c8cf284..0000000 Binary files a/resources/_gen/images/ma-sketch_hu92bcda7512b3ca89289a1bfbd41f66ee_574850_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/ma-sketch_hu92bcda7512b3ca89289a1bfbd41f66ee_574850_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/ma-sketch_hu92bcda7512b3ca89289a1bfbd41f66ee_574850_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index c0eb9b6..0000000 Binary files a/resources/_gen/images/ma-sketch_hu92bcda7512b3ca89289a1bfbd41f66ee_574850_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/madman_huc76d260fa42fbfa4b93aeed2128dbac8_307964_400x0_resize_box_2.bmp b/resources/_gen/images/madman_huc76d260fa42fbfa4b93aeed2128dbac8_307964_400x0_resize_box_2.bmp deleted file mode 100644 index 8363749..0000000 Binary files a/resources/_gen/images/madman_huc76d260fa42fbfa4b93aeed2128dbac8_307964_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/madman_huc76d260fa42fbfa4b93aeed2128dbac8_307964_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/madman_huc76d260fa42fbfa4b93aeed2128dbac8_307964_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 8436d2b..0000000 Binary files a/resources/_gen/images/madman_huc76d260fa42fbfa4b93aeed2128dbac8_307964_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/marchsketch4_hu9b235f78fd3537ce58fbe71aa0a0952a_364368_400x0_resize_box_2.bmp b/resources/_gen/images/marchsketch4_hu9b235f78fd3537ce58fbe71aa0a0952a_364368_400x0_resize_box_2.bmp deleted file mode 100644 index bf0bfab..0000000 Binary files a/resources/_gen/images/marchsketch4_hu9b235f78fd3537ce58fbe71aa0a0952a_364368_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/marchsketch4_hu9b235f78fd3537ce58fbe71aa0a0952a_364368_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/marchsketch4_hu9b235f78fd3537ce58fbe71aa0a0952a_364368_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 614858a..0000000 Binary files a/resources/_gen/images/marchsketch4_hu9b235f78fd3537ce58fbe71aa0a0952a_364368_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/marchsketch_hu6fe2290c5b26bbe4b6e178dc45599a3b_253678_400x0_resize_box_2.bmp b/resources/_gen/images/marchsketch_hu6fe2290c5b26bbe4b6e178dc45599a3b_253678_400x0_resize_box_2.bmp deleted file mode 100644 index 638f380..0000000 Binary files a/resources/_gen/images/marchsketch_hu6fe2290c5b26bbe4b6e178dc45599a3b_253678_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/marchsketch_hu6fe2290c5b26bbe4b6e178dc45599a3b_253678_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/marchsketch_hu6fe2290c5b26bbe4b6e178dc45599a3b_253678_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 0f8dcef..0000000 Binary files a/resources/_gen/images/marchsketch_hu6fe2290c5b26bbe4b6e178dc45599a3b_253678_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/mari-and-asuka_hub7c77f663da56ae7ffc0b96b9ce96581_102776_400x0_resize_box_2.bmp b/resources/_gen/images/mari-and-asuka_hub7c77f663da56ae7ffc0b96b9ce96581_102776_400x0_resize_box_2.bmp deleted file mode 100644 index 6ba4eeb..0000000 Binary files a/resources/_gen/images/mari-and-asuka_hub7c77f663da56ae7ffc0b96b9ce96581_102776_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/mari-and-asuka_hub7c77f663da56ae7ffc0b96b9ce96581_102776_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/mari-and-asuka_hub7c77f663da56ae7ffc0b96b9ce96581_102776_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 0f0296e..0000000 Binary files a/resources/_gen/images/mari-and-asuka_hub7c77f663da56ae7ffc0b96b9ce96581_102776_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/mel_huc2a2cadd5094aadd4e9e56225ac6538e_139268_400x0_resize_box_2.bmp b/resources/_gen/images/mel_huc2a2cadd5094aadd4e9e56225ac6538e_139268_400x0_resize_box_2.bmp deleted file mode 100644 index e52364b..0000000 Binary files a/resources/_gen/images/mel_huc2a2cadd5094aadd4e9e56225ac6538e_139268_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/mel_huc2a2cadd5094aadd4e9e56225ac6538e_139268_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/mel_huc2a2cadd5094aadd4e9e56225ac6538e_139268_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 9a113e2..0000000 Binary files a/resources/_gen/images/mel_huc2a2cadd5094aadd4e9e56225ac6538e_139268_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/mel_huc2a2cadd5094aadd4e9e56225ac6538e_139268_500x0_resize_q75_h2_box_2.webp b/resources/_gen/images/mel_huc2a2cadd5094aadd4e9e56225ac6538e_139268_500x0_resize_q75_h2_box_2.webp deleted file mode 100644 index d45ca8e..0000000 Binary files a/resources/_gen/images/mel_huc2a2cadd5094aadd4e9e56225ac6538e_139268_500x0_resize_q75_h2_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/merume-anim_hu847b2180daefaa8f949055dfd6e6d1d2_91244_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/merume-anim_hu847b2180daefaa8f949055dfd6e6d1d2_91244_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index a043c09..0000000 Binary files a/resources/_gen/images/merume-anim_hu847b2180daefaa8f949055dfd6e6d1d2_91244_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/miqote-swimsuit_hu5a8f684306428ae98fb900d9501966b2_66818_400x0_resize_box_2.bmp b/resources/_gen/images/miqote-swimsuit_hu5a8f684306428ae98fb900d9501966b2_66818_400x0_resize_box_2.bmp deleted file mode 100644 index b5b2d5b..0000000 Binary files a/resources/_gen/images/miqote-swimsuit_hu5a8f684306428ae98fb900d9501966b2_66818_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/miqote-swimsuit_hu5a8f684306428ae98fb900d9501966b2_66818_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/miqote-swimsuit_hu5a8f684306428ae98fb900d9501966b2_66818_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 955349d..0000000 Binary files a/resources/_gen/images/miqote-swimsuit_hu5a8f684306428ae98fb900d9501966b2_66818_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/misnina_hu6dcac81cbc245209e07201ee0f7889f6_109654_400x0_resize_box_2.bmp b/resources/_gen/images/misnina_hu6dcac81cbc245209e07201ee0f7889f6_109654_400x0_resize_box_2.bmp deleted file mode 100644 index 9537ad5..0000000 Binary files a/resources/_gen/images/misnina_hu6dcac81cbc245209e07201ee0f7889f6_109654_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/misnina_hu6dcac81cbc245209e07201ee0f7889f6_109654_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/misnina_hu6dcac81cbc245209e07201ee0f7889f6_109654_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 775aaa7..0000000 Binary files a/resources/_gen/images/misnina_hu6dcac81cbc245209e07201ee0f7889f6_109654_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/mona-wip_hu5da60b427d1e1ee5b552bc9d71b7c545_271272_400x0_resize_box_2.bmp b/resources/_gen/images/mona-wip_hu5da60b427d1e1ee5b552bc9d71b7c545_271272_400x0_resize_box_2.bmp deleted file mode 100644 index 4ce09f4..0000000 Binary files a/resources/_gen/images/mona-wip_hu5da60b427d1e1ee5b552bc9d71b7c545_271272_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/mona-wip_hu5da60b427d1e1ee5b552bc9d71b7c545_271272_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/mona-wip_hu5da60b427d1e1ee5b552bc9d71b7c545_271272_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index b4479e4..0000000 Binary files a/resources/_gen/images/mona-wip_hu5da60b427d1e1ee5b552bc9d71b7c545_271272_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/mona_hue14539a06e1ddc0a94ce521ae540682e_46552_400x0_resize_box_2.bmp b/resources/_gen/images/mona_hue14539a06e1ddc0a94ce521ae540682e_46552_400x0_resize_box_2.bmp deleted file mode 100644 index d6db0b8..0000000 Binary files a/resources/_gen/images/mona_hue14539a06e1ddc0a94ce521ae540682e_46552_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/mona_hue14539a06e1ddc0a94ce521ae540682e_46552_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/mona_hue14539a06e1ddc0a94ce521ae540682e_46552_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 18745ae..0000000 Binary files a/resources/_gen/images/mona_hue14539a06e1ddc0a94ce521ae540682e_46552_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/moonlight_hu314f23646d4da68fc55acc74782443d9_188174_400x0_resize_box_2.bmp b/resources/_gen/images/moonlight_hu314f23646d4da68fc55acc74782443d9_188174_400x0_resize_box_2.bmp deleted file mode 100644 index 2321410..0000000 Binary files a/resources/_gen/images/moonlight_hu314f23646d4da68fc55acc74782443d9_188174_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/moonlight_hu314f23646d4da68fc55acc74782443d9_188174_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/moonlight_hu314f23646d4da68fc55acc74782443d9_188174_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 74944f8..0000000 Binary files a/resources/_gen/images/moonlight_hu314f23646d4da68fc55acc74782443d9_188174_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/moonlight_hu314f23646d4da68fc55acc74782443d9_188174_500x0_resize_q75_h2_box_2.webp b/resources/_gen/images/moonlight_hu314f23646d4da68fc55acc74782443d9_188174_500x0_resize_q75_h2_box_2.webp deleted file mode 100644 index 12da6dc..0000000 Binary files a/resources/_gen/images/moonlight_hu314f23646d4da68fc55acc74782443d9_188174_500x0_resize_q75_h2_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/mothman_huede9040b88598e418492e3dfb7d80fb8_28318_400x0_resize_box_2.bmp b/resources/_gen/images/mothman_huede9040b88598e418492e3dfb7d80fb8_28318_400x0_resize_box_2.bmp deleted file mode 100644 index 9f0ce69..0000000 Binary files a/resources/_gen/images/mothman_huede9040b88598e418492e3dfb7d80fb8_28318_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/mothman_huede9040b88598e418492e3dfb7d80fb8_28318_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/mothman_huede9040b88598e418492e3dfb7d80fb8_28318_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 58ba99d..0000000 Binary files a/resources/_gen/images/mothman_huede9040b88598e418492e3dfb7d80fb8_28318_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/mountains_hu1482c2e324011e0c8631d6e53db40d20_354550_400x0_resize_box_2.bmp b/resources/_gen/images/mountains_hu1482c2e324011e0c8631d6e53db40d20_354550_400x0_resize_box_2.bmp deleted file mode 100644 index b510607..0000000 Binary files a/resources/_gen/images/mountains_hu1482c2e324011e0c8631d6e53db40d20_354550_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/mountains_hu1482c2e324011e0c8631d6e53db40d20_354550_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/mountains_hu1482c2e324011e0c8631d6e53db40d20_354550_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index be8c708..0000000 Binary files a/resources/_gen/images/mountains_hu1482c2e324011e0c8631d6e53db40d20_354550_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/mountains_hu1482c2e324011e0c8631d6e53db40d20_354550_500x0_resize_q75_h2_box_2.webp b/resources/_gen/images/mountains_hu1482c2e324011e0c8631d6e53db40d20_354550_500x0_resize_q75_h2_box_2.webp deleted file mode 100644 index 12a7df7..0000000 Binary files a/resources/_gen/images/mountains_hu1482c2e324011e0c8631d6e53db40d20_354550_500x0_resize_q75_h2_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/museum_hu86a2141c6fdec942cc07e4192f3403bc_398108_400x0_resize_box_2.bmp b/resources/_gen/images/museum_hu86a2141c6fdec942cc07e4192f3403bc_398108_400x0_resize_box_2.bmp deleted file mode 100644 index 2fbf20e..0000000 Binary files a/resources/_gen/images/museum_hu86a2141c6fdec942cc07e4192f3403bc_398108_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/museum_hu86a2141c6fdec942cc07e4192f3403bc_398108_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/museum_hu86a2141c6fdec942cc07e4192f3403bc_398108_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 38f1608..0000000 Binary files a/resources/_gen/images/museum_hu86a2141c6fdec942cc07e4192f3403bc_398108_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/mystery-ham_hu25a44f46b2ff256d3fff06c463a44ffa_43196_400x0_resize_box_2.bmp b/resources/_gen/images/mystery-ham_hu25a44f46b2ff256d3fff06c463a44ffa_43196_400x0_resize_box_2.bmp deleted file mode 100644 index 9917b29..0000000 Binary files a/resources/_gen/images/mystery-ham_hu25a44f46b2ff256d3fff06c463a44ffa_43196_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/mystery-ham_hu25a44f46b2ff256d3fff06c463a44ffa_43196_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/mystery-ham_hu25a44f46b2ff256d3fff06c463a44ffa_43196_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index e9d6e99..0000000 Binary files a/resources/_gen/images/mystery-ham_hu25a44f46b2ff256d3fff06c463a44ffa_43196_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/mythra-sketch2_hu1a174d65e54954c256a92a3a47a7f741_539858_400x0_resize_box_2.bmp b/resources/_gen/images/mythra-sketch2_hu1a174d65e54954c256a92a3a47a7f741_539858_400x0_resize_box_2.bmp deleted file mode 100644 index 89559d1..0000000 Binary files a/resources/_gen/images/mythra-sketch2_hu1a174d65e54954c256a92a3a47a7f741_539858_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/mythra-sketch2_hu1a174d65e54954c256a92a3a47a7f741_539858_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/mythra-sketch2_hu1a174d65e54954c256a92a3a47a7f741_539858_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index c3c7ca1..0000000 Binary files a/resources/_gen/images/mythra-sketch2_hu1a174d65e54954c256a92a3a47a7f741_539858_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/mythra-sketch_hu381e971681b94758b223022f0833d852_506200_400x0_resize_box_2.bmp b/resources/_gen/images/mythra-sketch_hu381e971681b94758b223022f0833d852_506200_400x0_resize_box_2.bmp deleted file mode 100644 index dfe7519..0000000 Binary files a/resources/_gen/images/mythra-sketch_hu381e971681b94758b223022f0833d852_506200_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/mythra-sketch_hu381e971681b94758b223022f0833d852_506200_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/mythra-sketch_hu381e971681b94758b223022f0833d852_506200_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index abbb9f0..0000000 Binary files a/resources/_gen/images/mythra-sketch_hu381e971681b94758b223022f0833d852_506200_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/mythra_hu2963336c80a45960d4c9efbace3686a3_170080_400x0_resize_box_2.bmp b/resources/_gen/images/mythra_hu2963336c80a45960d4c9efbace3686a3_170080_400x0_resize_box_2.bmp deleted file mode 100644 index b5dcdb7..0000000 Binary files a/resources/_gen/images/mythra_hu2963336c80a45960d4c9efbace3686a3_170080_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/mythra_hu2963336c80a45960d4c9efbace3686a3_170080_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/mythra_hu2963336c80a45960d4c9efbace3686a3_170080_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index ed79356..0000000 Binary files a/resources/_gen/images/mythra_hu2963336c80a45960d4c9efbace3686a3_170080_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/naga2020_hua76f218fe52e81e95e372fae52fe82d9_95840_400x0_resize_box_2.bmp b/resources/_gen/images/naga2020_hua76f218fe52e81e95e372fae52fe82d9_95840_400x0_resize_box_2.bmp deleted file mode 100644 index c69e65b..0000000 Binary files a/resources/_gen/images/naga2020_hua76f218fe52e81e95e372fae52fe82d9_95840_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/naga2020_hua76f218fe52e81e95e372fae52fe82d9_95840_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/naga2020_hua76f218fe52e81e95e372fae52fe82d9_95840_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 4c90c89..0000000 Binary files a/resources/_gen/images/naga2020_hua76f218fe52e81e95e372fae52fe82d9_95840_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/naked-elf_huce7aa24a87a8fbf0bc7578510cea98be_35964_400x0_resize_box_2.bmp b/resources/_gen/images/naked-elf_huce7aa24a87a8fbf0bc7578510cea98be_35964_400x0_resize_box_2.bmp deleted file mode 100644 index 77fd6bb..0000000 Binary files a/resources/_gen/images/naked-elf_huce7aa24a87a8fbf0bc7578510cea98be_35964_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/naked-elf_huce7aa24a87a8fbf0bc7578510cea98be_35964_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/naked-elf_huce7aa24a87a8fbf0bc7578510cea98be_35964_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 9174892..0000000 Binary files a/resources/_gen/images/naked-elf_huce7aa24a87a8fbf0bc7578510cea98be_35964_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/naked_hubec334d60e42816f5a4454ae61e9b7c1_39712_400x0_resize_box_2.bmp b/resources/_gen/images/naked_hubec334d60e42816f5a4454ae61e9b7c1_39712_400x0_resize_box_2.bmp deleted file mode 100644 index a6ce1ee..0000000 Binary files a/resources/_gen/images/naked_hubec334d60e42816f5a4454ae61e9b7c1_39712_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/naked_hubec334d60e42816f5a4454ae61e9b7c1_39712_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/naked_hubec334d60e42816f5a4454ae61e9b7c1_39712_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 58e7d3a..0000000 Binary files a/resources/_gen/images/naked_hubec334d60e42816f5a4454ae61e9b7c1_39712_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/neuroknives_hu6b454fa50baa33517d2eacfa2d37f8f1_93142_400x0_resize_box_2.bmp b/resources/_gen/images/neuroknives_hu6b454fa50baa33517d2eacfa2d37f8f1_93142_400x0_resize_box_2.bmp deleted file mode 100644 index adf18bc..0000000 Binary files a/resources/_gen/images/neuroknives_hu6b454fa50baa33517d2eacfa2d37f8f1_93142_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/neuroknives_hu6b454fa50baa33517d2eacfa2d37f8f1_93142_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/neuroknives_hu6b454fa50baa33517d2eacfa2d37f8f1_93142_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 53cc7bd..0000000 Binary files a/resources/_gen/images/neuroknives_hu6b454fa50baa33517d2eacfa2d37f8f1_93142_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/newsakura_hu26ab08ab0efc41a57a8ed1855fc80b82_90440_400x0_resize_box_2.bmp b/resources/_gen/images/newsakura_hu26ab08ab0efc41a57a8ed1855fc80b82_90440_400x0_resize_box_2.bmp deleted file mode 100644 index 706740b..0000000 Binary files a/resources/_gen/images/newsakura_hu26ab08ab0efc41a57a8ed1855fc80b82_90440_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/newsakura_hu26ab08ab0efc41a57a8ed1855fc80b82_90440_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/newsakura_hu26ab08ab0efc41a57a8ed1855fc80b82_90440_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index d50a656..0000000 Binary files a/resources/_gen/images/newsakura_hu26ab08ab0efc41a57a8ed1855fc80b82_90440_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/newsakura_hu26ab08ab0efc41a57a8ed1855fc80b82_90440_500x0_resize_q75_h2_box_2.webp b/resources/_gen/images/newsakura_hu26ab08ab0efc41a57a8ed1855fc80b82_90440_500x0_resize_q75_h2_box_2.webp deleted file mode 100644 index 0a78ad1..0000000 Binary files a/resources/_gen/images/newsakura_hu26ab08ab0efc41a57a8ed1855fc80b82_90440_500x0_resize_q75_h2_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/nikki_hu44f33c5a3abb4c1b430b2054eeb96331_112698_400x0_resize_box_2.bmp b/resources/_gen/images/nikki_hu44f33c5a3abb4c1b430b2054eeb96331_112698_400x0_resize_box_2.bmp deleted file mode 100644 index 7e5ea82..0000000 Binary files a/resources/_gen/images/nikki_hu44f33c5a3abb4c1b430b2054eeb96331_112698_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/nikki_hu44f33c5a3abb4c1b430b2054eeb96331_112698_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/nikki_hu44f33c5a3abb4c1b430b2054eeb96331_112698_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 11c39ea..0000000 Binary files a/resources/_gen/images/nikki_hu44f33c5a3abb4c1b430b2054eeb96331_112698_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/nook-cat_hu0bd32b50caaa57159e6d7ef41773f0c3_59174_400x0_resize_box_2.bmp b/resources/_gen/images/nook-cat_hu0bd32b50caaa57159e6d7ef41773f0c3_59174_400x0_resize_box_2.bmp deleted file mode 100644 index e0e9ac6..0000000 Binary files a/resources/_gen/images/nook-cat_hu0bd32b50caaa57159e6d7ef41773f0c3_59174_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/nook-cat_hu0bd32b50caaa57159e6d7ef41773f0c3_59174_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/nook-cat_hu0bd32b50caaa57159e6d7ef41773f0c3_59174_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 5f097f3..0000000 Binary files a/resources/_gen/images/nook-cat_hu0bd32b50caaa57159e6d7ef41773f0c3_59174_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/nov23sketches_huffd91bbe019db0e5f236a4b6ef6d2ed5_179574_400x0_resize_box_2.bmp b/resources/_gen/images/nov23sketches_huffd91bbe019db0e5f236a4b6ef6d2ed5_179574_400x0_resize_box_2.bmp deleted file mode 100644 index 3b6c969..0000000 Binary files a/resources/_gen/images/nov23sketches_huffd91bbe019db0e5f236a4b6ef6d2ed5_179574_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/nov23sketches_huffd91bbe019db0e5f236a4b6ef6d2ed5_179574_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/nov23sketches_huffd91bbe019db0e5f236a4b6ef6d2ed5_179574_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 59a50bb..0000000 Binary files a/resources/_gen/images/nov23sketches_huffd91bbe019db0e5f236a4b6ef6d2ed5_179574_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/object-study_hu9c7a3c734697e308e70634a56eeef24c_343014_400x0_resize_box_2.bmp b/resources/_gen/images/object-study_hu9c7a3c734697e308e70634a56eeef24c_343014_400x0_resize_box_2.bmp deleted file mode 100644 index bcbba43..0000000 Binary files a/resources/_gen/images/object-study_hu9c7a3c734697e308e70634a56eeef24c_343014_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/object-study_hu9c7a3c734697e308e70634a56eeef24c_343014_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/object-study_hu9c7a3c734697e308e70634a56eeef24c_343014_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index efc4700..0000000 Binary files a/resources/_gen/images/object-study_hu9c7a3c734697e308e70634a56eeef24c_343014_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/octsketch_hu0006a316e9377fdadbacf9609c2682d1_166882_400x0_resize_box_2.bmp b/resources/_gen/images/octsketch_hu0006a316e9377fdadbacf9609c2682d1_166882_400x0_resize_box_2.bmp deleted file mode 100644 index 3faa314..0000000 Binary files a/resources/_gen/images/octsketch_hu0006a316e9377fdadbacf9609c2682d1_166882_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/octsketch_hu0006a316e9377fdadbacf9609c2682d1_166882_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/octsketch_hu0006a316e9377fdadbacf9609c2682d1_166882_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 6fb0f2a..0000000 Binary files a/resources/_gen/images/octsketch_hu0006a316e9377fdadbacf9609c2682d1_166882_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/office-date_hu3af19e520671dde3562e307cb837496c_360690_400x0_resize_box_2.bmp b/resources/_gen/images/office-date_hu3af19e520671dde3562e307cb837496c_360690_400x0_resize_box_2.bmp deleted file mode 100644 index b7b6b50..0000000 Binary files a/resources/_gen/images/office-date_hu3af19e520671dde3562e307cb837496c_360690_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/office-date_hu3af19e520671dde3562e307cb837496c_360690_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/office-date_hu3af19e520671dde3562e307cb837496c_360690_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 2dc7098..0000000 Binary files a/resources/_gen/images/office-date_hu3af19e520671dde3562e307cb837496c_360690_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/orbit-correction_hu43dcb8b3055aabf6c3899771e9698b98_112388_400x0_resize_box_2.bmp b/resources/_gen/images/orbit-correction_hu43dcb8b3055aabf6c3899771e9698b98_112388_400x0_resize_box_2.bmp deleted file mode 100644 index c2f45de..0000000 Binary files a/resources/_gen/images/orbit-correction_hu43dcb8b3055aabf6c3899771e9698b98_112388_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/orbit-correction_hu43dcb8b3055aabf6c3899771e9698b98_112388_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/orbit-correction_hu43dcb8b3055aabf6c3899771e9698b98_112388_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index bdeb808..0000000 Binary files a/resources/_gen/images/orbit-correction_hu43dcb8b3055aabf6c3899771e9698b98_112388_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/overalls_hu3d7fa507d779c5ab68bc5b39d132f818_81788_400x0_resize_box_2.bmp b/resources/_gen/images/overalls_hu3d7fa507d779c5ab68bc5b39d132f818_81788_400x0_resize_box_2.bmp deleted file mode 100644 index 772521f..0000000 Binary files a/resources/_gen/images/overalls_hu3d7fa507d779c5ab68bc5b39d132f818_81788_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/overalls_hu3d7fa507d779c5ab68bc5b39d132f818_81788_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/overalls_hu3d7fa507d779c5ab68bc5b39d132f818_81788_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index c0fa8fc..0000000 Binary files a/resources/_gen/images/overalls_hu3d7fa507d779c5ab68bc5b39d132f818_81788_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/pair_hu7315bee5bf82f5ddcbd9b108125f4955_74838_400x0_resize_box_2.bmp b/resources/_gen/images/pair_hu7315bee5bf82f5ddcbd9b108125f4955_74838_400x0_resize_box_2.bmp deleted file mode 100644 index d10d96f..0000000 Binary files a/resources/_gen/images/pair_hu7315bee5bf82f5ddcbd9b108125f4955_74838_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/pair_hu7315bee5bf82f5ddcbd9b108125f4955_74838_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/pair_hu7315bee5bf82f5ddcbd9b108125f4955_74838_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index afca6dd..0000000 Binary files a/resources/_gen/images/pair_hu7315bee5bf82f5ddcbd9b108125f4955_74838_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/pencil_huf5130f5b0e0da74214ca0ec949931d50_137444_400x0_resize_box_2.bmp b/resources/_gen/images/pencil_huf5130f5b0e0da74214ca0ec949931d50_137444_400x0_resize_box_2.bmp deleted file mode 100644 index ff78908..0000000 Binary files a/resources/_gen/images/pencil_huf5130f5b0e0da74214ca0ec949931d50_137444_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/pencil_huf5130f5b0e0da74214ca0ec949931d50_137444_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/pencil_huf5130f5b0e0da74214ca0ec949931d50_137444_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 86de92b..0000000 Binary files a/resources/_gen/images/pencil_huf5130f5b0e0da74214ca0ec949931d50_137444_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/plan_hu1c50f7457a0772135a76bc45071cf1dd_306052_400x0_resize_box_2.bmp b/resources/_gen/images/plan_hu1c50f7457a0772135a76bc45071cf1dd_306052_400x0_resize_box_2.bmp deleted file mode 100644 index a47da98..0000000 Binary files a/resources/_gen/images/plan_hu1c50f7457a0772135a76bc45071cf1dd_306052_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/plan_hu1c50f7457a0772135a76bc45071cf1dd_306052_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/plan_hu1c50f7457a0772135a76bc45071cf1dd_306052_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 513bf17..0000000 Binary files a/resources/_gen/images/plan_hu1c50f7457a0772135a76bc45071cf1dd_306052_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/planet-express-ship_hufdc87aaa9b58f756a7ee384b998a89ee_75910_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/planet-express-ship_hufdc87aaa9b58f756a7ee384b998a89ee_75910_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 7813bcf..0000000 Binary files a/resources/_gen/images/planet-express-ship_hufdc87aaa9b58f756a7ee384b998a89ee_75910_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/pokegirls_hu4c83a3da78bc08f962cea7942614e4ab_54784_400x0_resize_box_2.bmp b/resources/_gen/images/pokegirls_hu4c83a3da78bc08f962cea7942614e4ab_54784_400x0_resize_box_2.bmp deleted file mode 100644 index 7056314..0000000 Binary files a/resources/_gen/images/pokegirls_hu4c83a3da78bc08f962cea7942614e4ab_54784_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/pokegirls_hu4c83a3da78bc08f962cea7942614e4ab_54784_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/pokegirls_hu4c83a3da78bc08f962cea7942614e4ab_54784_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 97b05d6..0000000 Binary files a/resources/_gen/images/pokegirls_hu4c83a3da78bc08f962cea7942614e4ab_54784_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/pokewalk_hu437b91e285f6bbc3a3dfaa75de4d420d_62966_400x0_resize_box_2.bmp b/resources/_gen/images/pokewalk_hu437b91e285f6bbc3a3dfaa75de4d420d_62966_400x0_resize_box_2.bmp deleted file mode 100644 index fdd7640..0000000 Binary files a/resources/_gen/images/pokewalk_hu437b91e285f6bbc3a3dfaa75de4d420d_62966_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/pokewalk_hu437b91e285f6bbc3a3dfaa75de4d420d_62966_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/pokewalk_hu437b91e285f6bbc3a3dfaa75de4d420d_62966_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 738e220..0000000 Binary files a/resources/_gen/images/pokewalk_hu437b91e285f6bbc3a3dfaa75de4d420d_62966_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/pot_huee4b1c1111e96a2733841ef4d72dfdad_84708_400x0_resize_box_2.bmp b/resources/_gen/images/pot_huee4b1c1111e96a2733841ef4d72dfdad_84708_400x0_resize_box_2.bmp deleted file mode 100644 index 724e4b4..0000000 Binary files a/resources/_gen/images/pot_huee4b1c1111e96a2733841ef4d72dfdad_84708_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/pot_huee4b1c1111e96a2733841ef4d72dfdad_84708_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/pot_huee4b1c1111e96a2733841ef4d72dfdad_84708_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 3f5bffb..0000000 Binary files a/resources/_gen/images/pot_huee4b1c1111e96a2733841ef4d72dfdad_84708_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/production-monitor_hu9637bfa03947db2635ae5cb5fdbbab85_14072_400x0_resize_box_2.bmp b/resources/_gen/images/production-monitor_hu9637bfa03947db2635ae5cb5fdbbab85_14072_400x0_resize_box_2.bmp deleted file mode 100644 index 29c5547..0000000 Binary files a/resources/_gen/images/production-monitor_hu9637bfa03947db2635ae5cb5fdbbab85_14072_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/production-monitor_hu9637bfa03947db2635ae5cb5fdbbab85_14072_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/production-monitor_hu9637bfa03947db2635ae5cb5fdbbab85_14072_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 28a65b2..0000000 Binary files a/resources/_gen/images/production-monitor_hu9637bfa03947db2635ae5cb5fdbbab85_14072_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/pyra-sketch_hu1cc668ef147a0c553b8dc68694e899e4_390978_400x0_resize_box_2.bmp b/resources/_gen/images/pyra-sketch_hu1cc668ef147a0c553b8dc68694e899e4_390978_400x0_resize_box_2.bmp deleted file mode 100644 index e5d0785..0000000 Binary files a/resources/_gen/images/pyra-sketch_hu1cc668ef147a0c553b8dc68694e899e4_390978_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/pyra-sketch_hu1cc668ef147a0c553b8dc68694e899e4_390978_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/pyra-sketch_hu1cc668ef147a0c553b8dc68694e899e4_390978_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index ae08f10..0000000 Binary files a/resources/_gen/images/pyra-sketch_hu1cc668ef147a0c553b8dc68694e899e4_390978_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/question_hud7f09dd0e4e228a7ed47549972cca44a_38608_400x0_resize_box_2.bmp b/resources/_gen/images/question_hud7f09dd0e4e228a7ed47549972cca44a_38608_400x0_resize_box_2.bmp deleted file mode 100644 index 35ae07c..0000000 Binary files a/resources/_gen/images/question_hud7f09dd0e4e228a7ed47549972cca44a_38608_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/question_hud7f09dd0e4e228a7ed47549972cca44a_38608_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/question_hud7f09dd0e4e228a7ed47549972cca44a_38608_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 1bdc970..0000000 Binary files a/resources/_gen/images/question_hud7f09dd0e4e228a7ed47549972cca44a_38608_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/raubahn_hu461e8b9034876530217961b6fe20585c_106656_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/raubahn_hu461e8b9034876530217961b6fe20585c_106656_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 9ee8281..0000000 Binary files a/resources/_gen/images/raubahn_hu461e8b9034876530217961b6fe20585c_106656_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/raubahn_hu461e8b9034876530217961b6fe20585c_106656_500x0_resize_q75_h2_box_2.webp b/resources/_gen/images/raubahn_hu461e8b9034876530217961b6fe20585c_106656_500x0_resize_q75_h2_box_2.webp deleted file mode 100644 index 53515d2..0000000 Binary files a/resources/_gen/images/raubahn_hu461e8b9034876530217961b6fe20585c_106656_500x0_resize_q75_h2_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/ray-concept_hu7e0f7e7c9f8c858c587a67a21217d60f_38290_400x0_resize_box_2.bmp b/resources/_gen/images/ray-concept_hu7e0f7e7c9f8c858c587a67a21217d60f_38290_400x0_resize_box_2.bmp deleted file mode 100644 index 0a97543..0000000 Binary files a/resources/_gen/images/ray-concept_hu7e0f7e7c9f8c858c587a67a21217d60f_38290_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/ray-concept_hu7e0f7e7c9f8c858c587a67a21217d60f_38290_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/ray-concept_hu7e0f7e7c9f8c858c587a67a21217d60f_38290_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 79a8345..0000000 Binary files a/resources/_gen/images/ray-concept_hu7e0f7e7c9f8c858c587a67a21217d60f_38290_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/recursive_hubeac8e53fb40b4e53c2b1bd54ca074b0_59900_400x0_resize_box_2.bmp b/resources/_gen/images/recursive_hubeac8e53fb40b4e53c2b1bd54ca074b0_59900_400x0_resize_box_2.bmp deleted file mode 100644 index 7de00f2..0000000 Binary files a/resources/_gen/images/recursive_hubeac8e53fb40b4e53c2b1bd54ca074b0_59900_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/recursive_hubeac8e53fb40b4e53c2b1bd54ca074b0_59900_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/recursive_hubeac8e53fb40b4e53c2b1bd54ca074b0_59900_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 1b82a59..0000000 Binary files a/resources/_gen/images/recursive_hubeac8e53fb40b4e53c2b1bd54ca074b0_59900_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/refill_hu77c2c9b508f83c05f8ca06eb60cff0e3_70116_400x0_resize_box_2.bmp b/resources/_gen/images/refill_hu77c2c9b508f83c05f8ca06eb60cff0e3_70116_400x0_resize_box_2.bmp deleted file mode 100644 index cd4ef2a..0000000 Binary files a/resources/_gen/images/refill_hu77c2c9b508f83c05f8ca06eb60cff0e3_70116_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/refill_hu77c2c9b508f83c05f8ca06eb60cff0e3_70116_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/refill_hu77c2c9b508f83c05f8ca06eb60cff0e3_70116_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 8ecc596..0000000 Binary files a/resources/_gen/images/refill_hu77c2c9b508f83c05f8ca06eb60cff0e3_70116_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/room_hu1a19c415bb82ccc8709431477669cd5e_120964_400x0_resize_box_2.bmp b/resources/_gen/images/room_hu1a19c415bb82ccc8709431477669cd5e_120964_400x0_resize_box_2.bmp deleted file mode 100644 index 96bccdb..0000000 Binary files a/resources/_gen/images/room_hu1a19c415bb82ccc8709431477669cd5e_120964_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/room_hu1a19c415bb82ccc8709431477669cd5e_120964_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/room_hu1a19c415bb82ccc8709431477669cd5e_120964_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 7ccd66b..0000000 Binary files a/resources/_gen/images/room_hu1a19c415bb82ccc8709431477669cd5e_120964_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/sakura-avatar_hu4fb686bdb454a4912b8891039c33c722_10482_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/sakura-avatar_hu4fb686bdb454a4912b8891039c33c722_10482_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 8bb1344..0000000 Binary files a/resources/_gen/images/sakura-avatar_hu4fb686bdb454a4912b8891039c33c722_10482_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/sakura-sheet_hu69f3ca77e42246e0dd6c5b5fafc08233_89594_400x0_resize_box_2.bmp b/resources/_gen/images/sakura-sheet_hu69f3ca77e42246e0dd6c5b5fafc08233_89594_400x0_resize_box_2.bmp deleted file mode 100644 index 71aaf7b..0000000 Binary files a/resources/_gen/images/sakura-sheet_hu69f3ca77e42246e0dd6c5b5fafc08233_89594_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/sakura-sheet_hu69f3ca77e42246e0dd6c5b5fafc08233_89594_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/sakura-sheet_hu69f3ca77e42246e0dd6c5b5fafc08233_89594_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 12cd125..0000000 Binary files a/resources/_gen/images/sakura-sheet_hu69f3ca77e42246e0dd6c5b5fafc08233_89594_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/sakura-sketches_hu164e73817777171835cdf98f3cfa04ad_1584750_400x0_resize_box_2.bmp b/resources/_gen/images/sakura-sketches_hu164e73817777171835cdf98f3cfa04ad_1584750_400x0_resize_box_2.bmp deleted file mode 100644 index f3fcd04..0000000 Binary files a/resources/_gen/images/sakura-sketches_hu164e73817777171835cdf98f3cfa04ad_1584750_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/sakura-sketches_hu164e73817777171835cdf98f3cfa04ad_1584750_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/sakura-sketches_hu164e73817777171835cdf98f3cfa04ad_1584750_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index b3501f8..0000000 Binary files a/resources/_gen/images/sakura-sketches_hu164e73817777171835cdf98f3cfa04ad_1584750_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/sakura_huf6c4e2dbebb2c5850a0e7fef96d2af9a_159762_400x0_resize_box_2.bmp b/resources/_gen/images/sakura_huf6c4e2dbebb2c5850a0e7fef96d2af9a_159762_400x0_resize_box_2.bmp deleted file mode 100644 index 0c5df6f..0000000 Binary files a/resources/_gen/images/sakura_huf6c4e2dbebb2c5850a0e7fef96d2af9a_159762_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/sakura_huf6c4e2dbebb2c5850a0e7fef96d2af9a_159762_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/sakura_huf6c4e2dbebb2c5850a0e7fef96d2af9a_159762_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index fa37650..0000000 Binary files a/resources/_gen/images/sakura_huf6c4e2dbebb2c5850a0e7fef96d2af9a_159762_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/sakuraneo_hu18e91695a22e9b41dab02160e60a05cc_27656_400x0_resize_box_2.bmp b/resources/_gen/images/sakuraneo_hu18e91695a22e9b41dab02160e60a05cc_27656_400x0_resize_box_2.bmp deleted file mode 100644 index 0b80e93..0000000 Binary files a/resources/_gen/images/sakuraneo_hu18e91695a22e9b41dab02160e60a05cc_27656_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/sakuraneo_hu18e91695a22e9b41dab02160e60a05cc_27656_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/sakuraneo_hu18e91695a22e9b41dab02160e60a05cc_27656_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index ff2aafd..0000000 Binary files a/resources/_gen/images/sakuraneo_hu18e91695a22e9b41dab02160e60a05cc_27656_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/samus_hu31bc8dda38b1c7e2e5255ca8896a54f9_21136_400x0_resize_box_2.bmp b/resources/_gen/images/samus_hu31bc8dda38b1c7e2e5255ca8896a54f9_21136_400x0_resize_box_2.bmp deleted file mode 100644 index 92b8d41..0000000 Binary files a/resources/_gen/images/samus_hu31bc8dda38b1c7e2e5255ca8896a54f9_21136_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/samus_hu31bc8dda38b1c7e2e5255ca8896a54f9_21136_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/samus_hu31bc8dda38b1c7e2e5255ca8896a54f9_21136_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index cd2facd..0000000 Binary files a/resources/_gen/images/samus_hu31bc8dda38b1c7e2e5255ca8896a54f9_21136_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/sanae_hue848b6d48b8754ea14b36fea7623348a_114542_400x0_resize_box_2.bmp b/resources/_gen/images/sanae_hue848b6d48b8754ea14b36fea7623348a_114542_400x0_resize_box_2.bmp deleted file mode 100644 index 53fbb7a..0000000 Binary files a/resources/_gen/images/sanae_hue848b6d48b8754ea14b36fea7623348a_114542_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/sanae_hue848b6d48b8754ea14b36fea7623348a_114542_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/sanae_hue848b6d48b8754ea14b36fea7623348a_114542_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 9a9a70b..0000000 Binary files a/resources/_gen/images/sanae_hue848b6d48b8754ea14b36fea7623348a_114542_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/sanae_hue848b6d48b8754ea14b36fea7623348a_114542_500x0_resize_q75_h2_box_2.webp b/resources/_gen/images/sanae_hue848b6d48b8754ea14b36fea7623348a_114542_500x0_resize_q75_h2_box_2.webp deleted file mode 100644 index 2e46bd2..0000000 Binary files a/resources/_gen/images/sanae_hue848b6d48b8754ea14b36fea7623348a_114542_500x0_resize_q75_h2_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/sand_hu18baecb1ec501aa32723dfd85e4d97f0_40624_400x0_resize_box_2.bmp b/resources/_gen/images/sand_hu18baecb1ec501aa32723dfd85e4d97f0_40624_400x0_resize_box_2.bmp deleted file mode 100644 index 143a32c..0000000 Binary files a/resources/_gen/images/sand_hu18baecb1ec501aa32723dfd85e4d97f0_40624_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/sand_hu18baecb1ec501aa32723dfd85e4d97f0_40624_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/sand_hu18baecb1ec501aa32723dfd85e4d97f0_40624_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index be7cf62..0000000 Binary files a/resources/_gen/images/sand_hu18baecb1ec501aa32723dfd85e4d97f0_40624_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/scythe-monster_hu78884679a6769eb0499cc1ad5d532f28_46310_400x0_resize_box_2.bmp b/resources/_gen/images/scythe-monster_hu78884679a6769eb0499cc1ad5d532f28_46310_400x0_resize_box_2.bmp deleted file mode 100644 index edfd098..0000000 Binary files a/resources/_gen/images/scythe-monster_hu78884679a6769eb0499cc1ad5d532f28_46310_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/scythe-monster_hu78884679a6769eb0499cc1ad5d532f28_46310_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/scythe-monster_hu78884679a6769eb0499cc1ad5d532f28_46310_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 5d89ae9..0000000 Binary files a/resources/_gen/images/scythe-monster_hu78884679a6769eb0499cc1ad5d532f28_46310_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/scythe_hu73503ea91f19bc47e582cdf842bfe9e2_183902_400x0_resize_box_2.bmp b/resources/_gen/images/scythe_hu73503ea91f19bc47e582cdf842bfe9e2_183902_400x0_resize_box_2.bmp deleted file mode 100644 index 5e45ad4..0000000 Binary files a/resources/_gen/images/scythe_hu73503ea91f19bc47e582cdf842bfe9e2_183902_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/scythe_hu73503ea91f19bc47e582cdf842bfe9e2_183902_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/scythe_hu73503ea91f19bc47e582cdf842bfe9e2_183902_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 40e7f59..0000000 Binary files a/resources/_gen/images/scythe_hu73503ea91f19bc47e582cdf842bfe9e2_183902_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/sep-2019_huca3549826cd41962bcc0a14d0a7dd6cc_59080_400x0_resize_box_2.bmp b/resources/_gen/images/sep-2019_huca3549826cd41962bcc0a14d0a7dd6cc_59080_400x0_resize_box_2.bmp deleted file mode 100644 index 1975ed6..0000000 Binary files a/resources/_gen/images/sep-2019_huca3549826cd41962bcc0a14d0a7dd6cc_59080_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/sep-2019_huca3549826cd41962bcc0a14d0a7dd6cc_59080_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/sep-2019_huca3549826cd41962bcc0a14d0a7dd6cc_59080_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 486c2c8..0000000 Binary files a/resources/_gen/images/sep-2019_huca3549826cd41962bcc0a14d0a7dd6cc_59080_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/sep29_hu646b3cfc916bc97b686a3489af5d9314_146552_400x0_resize_box_2.bmp b/resources/_gen/images/sep29_hu646b3cfc916bc97b686a3489af5d9314_146552_400x0_resize_box_2.bmp deleted file mode 100644 index 97b0d03..0000000 Binary files a/resources/_gen/images/sep29_hu646b3cfc916bc97b686a3489af5d9314_146552_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/sep29_hu646b3cfc916bc97b686a3489af5d9314_146552_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/sep29_hu646b3cfc916bc97b686a3489af5d9314_146552_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index e27f8ea..0000000 Binary files a/resources/_gen/images/sep29_hu646b3cfc916bc97b686a3489af5d9314_146552_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/shading-study_hu0430a180a6ea8ae4fa2b955aaeaf7507_161798_400x0_resize_box_2.bmp b/resources/_gen/images/shading-study_hu0430a180a6ea8ae4fa2b955aaeaf7507_161798_400x0_resize_box_2.bmp deleted file mode 100644 index 32eb3a6..0000000 Binary files a/resources/_gen/images/shading-study_hu0430a180a6ea8ae4fa2b955aaeaf7507_161798_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/shading-study_hu0430a180a6ea8ae4fa2b955aaeaf7507_161798_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/shading-study_hu0430a180a6ea8ae4fa2b955aaeaf7507_161798_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index e89d769..0000000 Binary files a/resources/_gen/images/shading-study_hu0430a180a6ea8ae4fa2b955aaeaf7507_161798_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/shading-test_huab4949f65ea11363170f16fd737d0d1e_59678_400x0_resize_box_2.bmp b/resources/_gen/images/shading-test_huab4949f65ea11363170f16fd737d0d1e_59678_400x0_resize_box_2.bmp deleted file mode 100644 index 4c095ea..0000000 Binary files a/resources/_gen/images/shading-test_huab4949f65ea11363170f16fd737d0d1e_59678_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/shading-test_huab4949f65ea11363170f16fd737d0d1e_59678_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/shading-test_huab4949f65ea11363170f16fd737d0d1e_59678_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 7c6213d..0000000 Binary files a/resources/_gen/images/shading-test_huab4949f65ea11363170f16fd737d0d1e_59678_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/ship_hu1d51f287d980f71172a8e5cc93ba6804_46070_400x0_resize_box_2.bmp b/resources/_gen/images/ship_hu1d51f287d980f71172a8e5cc93ba6804_46070_400x0_resize_box_2.bmp deleted file mode 100644 index 60e0bc8..0000000 Binary files a/resources/_gen/images/ship_hu1d51f287d980f71172a8e5cc93ba6804_46070_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/ship_hu1d51f287d980f71172a8e5cc93ba6804_46070_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/ship_hu1d51f287d980f71172a8e5cc93ba6804_46070_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 5b580b9..0000000 Binary files a/resources/_gen/images/ship_hu1d51f287d980f71172a8e5cc93ba6804_46070_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/shirts_hu12a1e9012ad8006aa7cd63d368fe2141_118560_400x0_resize_box_2.bmp b/resources/_gen/images/shirts_hu12a1e9012ad8006aa7cd63d368fe2141_118560_400x0_resize_box_2.bmp deleted file mode 100644 index 72abb8c..0000000 Binary files a/resources/_gen/images/shirts_hu12a1e9012ad8006aa7cd63d368fe2141_118560_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/shirts_hu12a1e9012ad8006aa7cd63d368fe2141_118560_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/shirts_hu12a1e9012ad8006aa7cd63d368fe2141_118560_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index c16db6c..0000000 Binary files a/resources/_gen/images/shirts_hu12a1e9012ad8006aa7cd63d368fe2141_118560_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/shoot-ghost_hue14ddbc46c734efc58f00f52434b74ba_37996_400x0_resize_box_2.bmp b/resources/_gen/images/shoot-ghost_hue14ddbc46c734efc58f00f52434b74ba_37996_400x0_resize_box_2.bmp deleted file mode 100644 index 230df79..0000000 Binary files a/resources/_gen/images/shoot-ghost_hue14ddbc46c734efc58f00f52434b74ba_37996_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/shoot-ghost_hue14ddbc46c734efc58f00f52434b74ba_37996_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/shoot-ghost_hue14ddbc46c734efc58f00f52434b74ba_37996_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 24d2775..0000000 Binary files a/resources/_gen/images/shoot-ghost_hue14ddbc46c734efc58f00f52434b74ba_37996_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/short-hair_hueb30ae43da29abb5cda5c73f66142522_50762_400x0_resize_box_2.bmp b/resources/_gen/images/short-hair_hueb30ae43da29abb5cda5c73f66142522_50762_400x0_resize_box_2.bmp deleted file mode 100644 index effef3b..0000000 Binary files a/resources/_gen/images/short-hair_hueb30ae43da29abb5cda5c73f66142522_50762_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/short-hair_hueb30ae43da29abb5cda5c73f66142522_50762_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/short-hair_hueb30ae43da29abb5cda5c73f66142522_50762_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 9710a36..0000000 Binary files a/resources/_gen/images/short-hair_hueb30ae43da29abb5cda5c73f66142522_50762_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/shorts-girl_hu17043d61f8f8b728dfa9d0cfa54015f1_34258_400x0_resize_box_2.bmp b/resources/_gen/images/shorts-girl_hu17043d61f8f8b728dfa9d0cfa54015f1_34258_400x0_resize_box_2.bmp deleted file mode 100644 index 414e3c3..0000000 Binary files a/resources/_gen/images/shorts-girl_hu17043d61f8f8b728dfa9d0cfa54015f1_34258_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/shorts-girl_hu17043d61f8f8b728dfa9d0cfa54015f1_34258_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/shorts-girl_hu17043d61f8f8b728dfa9d0cfa54015f1_34258_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index c30915d..0000000 Binary files a/resources/_gen/images/shorts-girl_hu17043d61f8f8b728dfa9d0cfa54015f1_34258_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/sketch-collect_hu6b3d1c2184b60a3f5a18b139625899e7_87460_400x0_resize_box_2.bmp b/resources/_gen/images/sketch-collect_hu6b3d1c2184b60a3f5a18b139625899e7_87460_400x0_resize_box_2.bmp deleted file mode 100644 index 69ddfc1..0000000 Binary files a/resources/_gen/images/sketch-collect_hu6b3d1c2184b60a3f5a18b139625899e7_87460_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/sketch-collect_hu6b3d1c2184b60a3f5a18b139625899e7_87460_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/sketch-collect_hu6b3d1c2184b60a3f5a18b139625899e7_87460_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index ef25f2b..0000000 Binary files a/resources/_gen/images/sketch-collect_hu6b3d1c2184b60a3f5a18b139625899e7_87460_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/sketch-dump2_hu407f79ccef83145018d31cc7edc213db_642486_400x0_resize_box_2.bmp b/resources/_gen/images/sketch-dump2_hu407f79ccef83145018d31cc7edc213db_642486_400x0_resize_box_2.bmp deleted file mode 100644 index 4913642..0000000 Binary files a/resources/_gen/images/sketch-dump2_hu407f79ccef83145018d31cc7edc213db_642486_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/sketch-dump2_hu407f79ccef83145018d31cc7edc213db_642486_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/sketch-dump2_hu407f79ccef83145018d31cc7edc213db_642486_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 974af38..0000000 Binary files a/resources/_gen/images/sketch-dump2_hu407f79ccef83145018d31cc7edc213db_642486_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/sketch-dump3_hu4ac9b87e6873626985245f228e76f675_920170_400x0_resize_box_2.bmp b/resources/_gen/images/sketch-dump3_hu4ac9b87e6873626985245f228e76f675_920170_400x0_resize_box_2.bmp deleted file mode 100644 index 7e89af4..0000000 Binary files a/resources/_gen/images/sketch-dump3_hu4ac9b87e6873626985245f228e76f675_920170_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/sketch-dump3_hu4ac9b87e6873626985245f228e76f675_920170_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/sketch-dump3_hu4ac9b87e6873626985245f228e76f675_920170_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 08b050c..0000000 Binary files a/resources/_gen/images/sketch-dump3_hu4ac9b87e6873626985245f228e76f675_920170_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/sketch-dump_hu427238e7114f4f36f7bc51e8df41c9c4_143564_400x0_resize_box_2.bmp b/resources/_gen/images/sketch-dump_hu427238e7114f4f36f7bc51e8df41c9c4_143564_400x0_resize_box_2.bmp deleted file mode 100644 index 8c27b49..0000000 Binary files a/resources/_gen/images/sketch-dump_hu427238e7114f4f36f7bc51e8df41c9c4_143564_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/sketch-dump_hu427238e7114f4f36f7bc51e8df41c9c4_143564_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/sketch-dump_hu427238e7114f4f36f7bc51e8df41c9c4_143564_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index c932f9f..0000000 Binary files a/resources/_gen/images/sketch-dump_hu427238e7114f4f36f7bc51e8df41c9c4_143564_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/sketchmarch2_hud3c975c5bc04c461f7e241aee1c981c7_51446_400x0_resize_box_2.bmp b/resources/_gen/images/sketchmarch2_hud3c975c5bc04c461f7e241aee1c981c7_51446_400x0_resize_box_2.bmp deleted file mode 100644 index 4bfa11c..0000000 Binary files a/resources/_gen/images/sketchmarch2_hud3c975c5bc04c461f7e241aee1c981c7_51446_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/sketchmarch2_hud3c975c5bc04c461f7e241aee1c981c7_51446_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/sketchmarch2_hud3c975c5bc04c461f7e241aee1c981c7_51446_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 3898059..0000000 Binary files a/resources/_gen/images/sketchmarch2_hud3c975c5bc04c461f7e241aee1c981c7_51446_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/sketchmarch2_hud3c975c5bc04c461f7e241aee1c981c7_51446_500x0_resize_q75_h2_box_2.webp b/resources/_gen/images/sketchmarch2_hud3c975c5bc04c461f7e241aee1c981c7_51446_500x0_resize_q75_h2_box_2.webp deleted file mode 100644 index 4b20eb0..0000000 Binary files a/resources/_gen/images/sketchmarch2_hud3c975c5bc04c461f7e241aee1c981c7_51446_500x0_resize_q75_h2_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/sleeping_hub68876dcf4b9379e26c31cdd9b4e44e9_31588_400x0_resize_box_2.bmp b/resources/_gen/images/sleeping_hub68876dcf4b9379e26c31cdd9b4e44e9_31588_400x0_resize_box_2.bmp deleted file mode 100644 index 0efd5cb..0000000 Binary files a/resources/_gen/images/sleeping_hub68876dcf4b9379e26c31cdd9b4e44e9_31588_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/sleeping_hub68876dcf4b9379e26c31cdd9b4e44e9_31588_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/sleeping_hub68876dcf4b9379e26c31cdd9b4e44e9_31588_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index a0fbc1d..0000000 Binary files a/resources/_gen/images/sleeping_hub68876dcf4b9379e26c31cdd9b4e44e9_31588_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/slowday_hu55616879a06edb538f52df6e0fe3863f_123026_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/slowday_hu55616879a06edb538f52df6e0fe3863f_123026_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index d39942d..0000000 Binary files a/resources/_gen/images/slowday_hu55616879a06edb538f52df6e0fe3863f_123026_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/sniper-girl_hua206b3e47b8a4b61066aac7f22db6f96_24732_400x0_resize_box_2.bmp b/resources/_gen/images/sniper-girl_hua206b3e47b8a4b61066aac7f22db6f96_24732_400x0_resize_box_2.bmp deleted file mode 100644 index 4cc8b84..0000000 Binary files a/resources/_gen/images/sniper-girl_hua206b3e47b8a4b61066aac7f22db6f96_24732_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/sniper-girl_hua206b3e47b8a4b61066aac7f22db6f96_24732_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/sniper-girl_hua206b3e47b8a4b61066aac7f22db6f96_24732_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 2e641c0..0000000 Binary files a/resources/_gen/images/sniper-girl_hua206b3e47b8a4b61066aac7f22db6f96_24732_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/sniper-rifle_hu80621f78bed0ea096d81d3f90762946f_10578_400x0_resize_box_2.bmp b/resources/_gen/images/sniper-rifle_hu80621f78bed0ea096d81d3f90762946f_10578_400x0_resize_box_2.bmp deleted file mode 100644 index ecde733..0000000 Binary files a/resources/_gen/images/sniper-rifle_hu80621f78bed0ea096d81d3f90762946f_10578_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/sniper-rifle_hu80621f78bed0ea096d81d3f90762946f_10578_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/sniper-rifle_hu80621f78bed0ea096d81d3f90762946f_10578_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 7941ece..0000000 Binary files a/resources/_gen/images/sniper-rifle_hu80621f78bed0ea096d81d3f90762946f_10578_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/sniper-standup_hu2a25c7d2599d4f57cc9871fd3d46c655_12400_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/sniper-standup_hu2a25c7d2599d4f57cc9871fd3d46c655_12400_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 7f0120e..0000000 Binary files a/resources/_gen/images/sniper-standup_hu2a25c7d2599d4f57cc9871fd3d46c655_12400_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/sniper_huea2ff2141b9a65d95ab37c0af9f6265e_101198_400x0_resize_box_2.bmp b/resources/_gen/images/sniper_huea2ff2141b9a65d95ab37c0af9f6265e_101198_400x0_resize_box_2.bmp deleted file mode 100644 index 490b9a5..0000000 Binary files a/resources/_gen/images/sniper_huea2ff2141b9a65d95ab37c0af9f6265e_101198_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/sniper_huea2ff2141b9a65d95ab37c0af9f6265e_101198_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/sniper_huea2ff2141b9a65d95ab37c0af9f6265e_101198_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 065ebac..0000000 Binary files a/resources/_gen/images/sniper_huea2ff2141b9a65d95ab37c0af9f6265e_101198_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/software/astra/screenshot_hu47ce4e28990dafac829cd3b5c873402e_162408_400x0_resize_box_2.bmp b/resources/_gen/images/software/astra/screenshot_hu47ce4e28990dafac829cd3b5c873402e_162408_400x0_resize_box_2.bmp deleted file mode 100644 index 4e3a37a..0000000 Binary files a/resources/_gen/images/software/astra/screenshot_hu47ce4e28990dafac829cd3b5c873402e_162408_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/software/chip8/output_hua9ac138595543cefba7859f1a700c12a_19984_400x0_resize_box_2.bmp b/resources/_gen/images/software/chip8/output_hua9ac138595543cefba7859f1a700c12a_19984_400x0_resize_box_2.bmp deleted file mode 100644 index 238ba50..0000000 Binary files a/resources/_gen/images/software/chip8/output_hua9ac138595543cefba7859f1a700c12a_19984_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/software/drfrizzly/5kU+QN_hu85301bcbfd0ba75bc5b94aa937790f64_266378_400x0_resize_box_3.bmp b/resources/_gen/images/software/drfrizzly/5kU+QN_hu85301bcbfd0ba75bc5b94aa937790f64_266378_400x0_resize_box_3.bmp deleted file mode 100644 index 2529c31..0000000 Binary files a/resources/_gen/images/software/drfrizzly/5kU+QN_hu85301bcbfd0ba75bc5b94aa937790f64_266378_400x0_resize_box_3.bmp and /dev/null differ diff --git a/resources/_gen/images/software/drfrizzly/OqQNfu_hu1ceba459cc747b89dca6253d2e88f6b3_62069_400x0_resize_box_3.bmp b/resources/_gen/images/software/drfrizzly/OqQNfu_hu1ceba459cc747b89dca6253d2e88f6b3_62069_400x0_resize_box_3.bmp deleted file mode 100644 index a3b2b07..0000000 Binary files a/resources/_gen/images/software/drfrizzly/OqQNfu_hu1ceba459cc747b89dca6253d2e88f6b3_62069_400x0_resize_box_3.bmp and /dev/null differ diff --git a/resources/_gen/images/software/drfrizzly/dNNq4B_hu6e21f4e0a577a435c2488979817aad99_173334_400x0_resize_box_3.bmp b/resources/_gen/images/software/drfrizzly/dNNq4B_hu6e21f4e0a577a435c2488979817aad99_173334_400x0_resize_box_3.bmp deleted file mode 100644 index a147bab..0000000 Binary files a/resources/_gen/images/software/drfrizzly/dNNq4B_hu6e21f4e0a577a435c2488979817aad99_173334_400x0_resize_box_3.bmp and /dev/null differ diff --git a/resources/_gen/images/software/drfrizzly/xuY0_hu8053ac6b35ed0e66f329efd34d9cc0e1_145586_400x0_resize_box_3.bmp b/resources/_gen/images/software/drfrizzly/xuY0_hu8053ac6b35ed0e66f329efd34d9cc0e1_145586_400x0_resize_box_3.bmp deleted file mode 100644 index 4c7e204..0000000 Binary files a/resources/_gen/images/software/drfrizzly/xuY0_hu8053ac6b35ed0e66f329efd34d9cc0e1_145586_400x0_resize_box_3.bmp and /dev/null differ diff --git a/resources/_gen/images/software/gallery/showcase_hu1fea7c300330c105d7f7d1d0aa435496_38916_400x0_resize_box_2.bmp b/resources/_gen/images/software/gallery/showcase_hu1fea7c300330c105d7f7d1d0aa435496_38916_400x0_resize_box_2.bmp deleted file mode 100644 index 7722009..0000000 Binary files a/resources/_gen/images/software/gallery/showcase_hu1fea7c300330c105d7f7d1d0aa435496_38916_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/software/graph/screenshot_hu370baf8c7b85d0a935aa7aa6468d8c78_25842_400x0_resize_box_2.bmp b/resources/_gen/images/software/graph/screenshot_hu370baf8c7b85d0a935aa7aa6468d8c78_25842_400x0_resize_box_2.bmp deleted file mode 100644 index 4910ff8..0000000 Binary files a/resources/_gen/images/software/graph/screenshot_hu370baf8c7b85d0a935aa7aa6468d8c78_25842_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/software/neostream/screenshot2_hu528ca13241944a2adf15e490e0dc269e_1110342_400x0_resize_box_3.bmp b/resources/_gen/images/software/neostream/screenshot2_hu528ca13241944a2adf15e490e0dc269e_1110342_400x0_resize_box_3.bmp deleted file mode 100644 index 580f386..0000000 Binary files a/resources/_gen/images/software/neostream/screenshot2_hu528ca13241944a2adf15e490e0dc269e_1110342_400x0_resize_box_3.bmp and /dev/null differ diff --git a/resources/_gen/images/software/novus/mdlviewer-screenshot_hu27c9102920f584bcfb1deef92749d100_24228_400x0_resize_box_2.bmp b/resources/_gen/images/software/novus/mdlviewer-screenshot_hu27c9102920f584bcfb1deef92749d100_24228_400x0_resize_box_2.bmp deleted file mode 100644 index 37ec135..0000000 Binary files a/resources/_gen/images/software/novus/mdlviewer-screenshot_hu27c9102920f584bcfb1deef92749d100_24228_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/software/prism/pcss_hu35df3ff86574c917c880d39c2542fb6b_20130_400x0_resize_box_2.bmp b/resources/_gen/images/software/prism/pcss_hu35df3ff86574c917c880d39c2542fb6b_20130_400x0_resize_box_2.bmp deleted file mode 100644 index ee32d6a..0000000 Binary files a/resources/_gen/images/software/prism/pcss_hu35df3ff86574c917c880d39c2542fb6b_20130_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/software/raytracer/output_hua3e25839835f32711714a183db63fcd5_11164_400x0_resize_box_2.bmp b/resources/_gen/images/software/raytracer/output_hua3e25839835f32711714a183db63fcd5_11164_400x0_resize_box_2.bmp deleted file mode 100644 index 932c0ad..0000000 Binary files a/resources/_gen/images/software/raytracer/output_hua3e25839835f32711714a183db63fcd5_11164_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/software/realm-of-chaos/screenshot_hu7c33eb4ca80f6c823745761fb6c566fa_32010_400x0_resize_box_2.bmp b/resources/_gen/images/software/realm-of-chaos/screenshot_hu7c33eb4ca80f6c823745761fb6c566fa_32010_400x0_resize_box_2.bmp deleted file mode 100644 index 0053803..0000000 Binary files a/resources/_gen/images/software/realm-of-chaos/screenshot_hu7c33eb4ca80f6c823745761fb6c566fa_32010_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/software/silica-viewer/silica-screenshot_hu4878c6a1d1125a9010208a3dd24c44eb_192744_400x0_resize_box_2.bmp b/resources/_gen/images/software/silica-viewer/silica-screenshot_hu4878c6a1d1125a9010208a3dd24c44eb_192744_400x0_resize_box_2.bmp deleted file mode 100644 index 20510b7..0000000 Binary files a/resources/_gen/images/software/silica-viewer/silica-screenshot_hu4878c6a1d1125a9010208a3dd24c44eb_192744_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/software/sm64-vulkan/13090-477b1a5c-8d3e-45e8-a77a-36e866a0c7b0_huaef0860cd4c1e3fbbe285836892bff93_47008_400x0_resize_box_2.bmp b/resources/_gen/images/software/sm64-vulkan/13090-477b1a5c-8d3e-45e8-a77a-36e866a0c7b0_huaef0860cd4c1e3fbbe285836892bff93_47008_400x0_resize_box_2.bmp deleted file mode 100644 index bfda81d..0000000 Binary files a/resources/_gen/images/software/sm64-vulkan/13090-477b1a5c-8d3e-45e8-a77a-36e866a0c7b0_huaef0860cd4c1e3fbbe285836892bff93_47008_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/software/trinity/screenshot_hu5ae923c53e274c6275836f56a9458133_52096_400x0_resize_box_2.bmp b/resources/_gen/images/software/trinity/screenshot_hu5ae923c53e274c6275836f56a9458133_52096_400x0_resize_box_2.bmp deleted file mode 100644 index b67fcee..0000000 Binary files a/resources/_gen/images/software/trinity/screenshot_hu5ae923c53e274c6275836f56a9458133_52096_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/software/watersymbol/screenshot_hu46835dda12df4d9f6bd752bfa1469939_28374_400x0_resize_box_2.bmp b/resources/_gen/images/software/watersymbol/screenshot_hu46835dda12df4d9f6bd752bfa1469939_28374_400x0_resize_box_2.bmp deleted file mode 100644 index 93fc767..0000000 Binary files a/resources/_gen/images/software/watersymbol/screenshot_hu46835dda12df4d9f6bd752bfa1469939_28374_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/software/xt/screenshot_huc35b51357fad71db4924262a2763c588_71552_400x0_resize_box_2.bmp b/resources/_gen/images/software/xt/screenshot_huc35b51357fad71db4924262a2763c588_71552_400x0_resize_box_2.bmp deleted file mode 100644 index 38dbd11..0000000 Binary files a/resources/_gen/images/software/xt/screenshot_huc35b51357fad71db4924262a2763c588_71552_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/some-swords_huf8d7e16327e067388918d5ff85de09f7_58884_400x0_resize_box_2.bmp b/resources/_gen/images/some-swords_huf8d7e16327e067388918d5ff85de09f7_58884_400x0_resize_box_2.bmp deleted file mode 100644 index fb2e6f2..0000000 Binary files a/resources/_gen/images/some-swords_huf8d7e16327e067388918d5ff85de09f7_58884_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/some-swords_huf8d7e16327e067388918d5ff85de09f7_58884_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/some-swords_huf8d7e16327e067388918d5ff85de09f7_58884_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index ebbabe1..0000000 Binary files a/resources/_gen/images/some-swords_huf8d7e16327e067388918d5ff85de09f7_58884_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/space_hu69badd096e11726d889f8188f2c26ab7_28240_400x0_resize_box_2.bmp b/resources/_gen/images/space_hu69badd096e11726d889f8188f2c26ab7_28240_400x0_resize_box_2.bmp deleted file mode 100644 index 3cf14eb..0000000 Binary files a/resources/_gen/images/space_hu69badd096e11726d889f8188f2c26ab7_28240_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/space_hu69badd096e11726d889f8188f2c26ab7_28240_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/space_hu69badd096e11726d889f8188f2c26ab7_28240_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 17f546f..0000000 Binary files a/resources/_gen/images/space_hu69badd096e11726d889f8188f2c26ab7_28240_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/summer-byleth_hubcff664ee3d0c2284020bd06f85a881d_159318_400x0_resize_box_2.bmp b/resources/_gen/images/summer-byleth_hubcff664ee3d0c2284020bd06f85a881d_159318_400x0_resize_box_2.bmp deleted file mode 100644 index 3084735..0000000 Binary files a/resources/_gen/images/summer-byleth_hubcff664ee3d0c2284020bd06f85a881d_159318_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/summer-byleth_hubcff664ee3d0c2284020bd06f85a881d_159318_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/summer-byleth_hubcff664ee3d0c2284020bd06f85a881d_159318_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index b507feb..0000000 Binary files a/resources/_gen/images/summer-byleth_hubcff664ee3d0c2284020bd06f85a881d_159318_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/summer-eva-girls_hue6313b00151c349951873304e2c20c05_84238_400x0_resize_box_2.bmp b/resources/_gen/images/summer-eva-girls_hue6313b00151c349951873304e2c20c05_84238_400x0_resize_box_2.bmp deleted file mode 100644 index 3961e97..0000000 Binary files a/resources/_gen/images/summer-eva-girls_hue6313b00151c349951873304e2c20c05_84238_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/summer-eva-girls_hue6313b00151c349951873304e2c20c05_84238_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/summer-eva-girls_hue6313b00151c349951873304e2c20c05_84238_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 014e1be..0000000 Binary files a/resources/_gen/images/summer-eva-girls_hue6313b00151c349951873304e2c20c05_84238_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/summerfun_hu8b67630ee52b074988f072a6f81fd92a_130084_400x0_resize_box_2.bmp b/resources/_gen/images/summerfun_hu8b67630ee52b074988f072a6f81fd92a_130084_400x0_resize_box_2.bmp deleted file mode 100644 index 35bb980..0000000 Binary files a/resources/_gen/images/summerfun_hu8b67630ee52b074988f072a6f81fd92a_130084_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/summerfun_hu8b67630ee52b074988f072a6f81fd92a_130084_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/summerfun_hu8b67630ee52b074988f072a6f81fd92a_130084_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index f9089d0..0000000 Binary files a/resources/_gen/images/summerfun_hu8b67630ee52b074988f072a6f81fd92a_130084_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/summertime_hub13767dff3b1f3e7b920e5720cef6f11_287402_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/summertime_hub13767dff3b1f3e7b920e5720cef6f11_287402_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 2a979df..0000000 Binary files a/resources/_gen/images/summertime_hub13767dff3b1f3e7b920e5720cef6f11_287402_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/sweater-girl_hubecbda9cf85046d55af5986b9dacfb2b_115490_400x0_resize_box_2.bmp b/resources/_gen/images/sweater-girl_hubecbda9cf85046d55af5986b9dacfb2b_115490_400x0_resize_box_2.bmp deleted file mode 100644 index 8862524..0000000 Binary files a/resources/_gen/images/sweater-girl_hubecbda9cf85046d55af5986b9dacfb2b_115490_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/sweater-girl_hubecbda9cf85046d55af5986b9dacfb2b_115490_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/sweater-girl_hubecbda9cf85046d55af5986b9dacfb2b_115490_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index a5546b6..0000000 Binary files a/resources/_gen/images/sweater-girl_hubecbda9cf85046d55af5986b9dacfb2b_115490_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/sword-buying_huab3dbcda4ecc7598076000217792d1d4_192720_400x0_resize_box_2.bmp b/resources/_gen/images/sword-buying_huab3dbcda4ecc7598076000217792d1d4_192720_400x0_resize_box_2.bmp deleted file mode 100644 index 05df67d..0000000 Binary files a/resources/_gen/images/sword-buying_huab3dbcda4ecc7598076000217792d1d4_192720_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/sword-buying_huab3dbcda4ecc7598076000217792d1d4_192720_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/sword-buying_huab3dbcda4ecc7598076000217792d1d4_192720_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index e354ecc..0000000 Binary files a/resources/_gen/images/sword-buying_huab3dbcda4ecc7598076000217792d1d4_192720_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/sword-leftlean_hu41090797079796bbc84fbb5a918d9263_57134_400x0_resize_box_2.bmp b/resources/_gen/images/sword-leftlean_hu41090797079796bbc84fbb5a918d9263_57134_400x0_resize_box_2.bmp deleted file mode 100644 index d762ed4..0000000 Binary files a/resources/_gen/images/sword-leftlean_hu41090797079796bbc84fbb5a918d9263_57134_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/sword-leftlean_hu41090797079796bbc84fbb5a918d9263_57134_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/sword-leftlean_hu41090797079796bbc84fbb5a918d9263_57134_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index fc32b3f..0000000 Binary files a/resources/_gen/images/sword-leftlean_hu41090797079796bbc84fbb5a918d9263_57134_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/swordlady-comp_hu869c29ef46fa3483c625110426f6c6f7_144216_400x0_resize_box_2.bmp b/resources/_gen/images/swordlady-comp_hu869c29ef46fa3483c625110426f6c6f7_144216_400x0_resize_box_2.bmp deleted file mode 100644 index 185a934..0000000 Binary files a/resources/_gen/images/swordlady-comp_hu869c29ef46fa3483c625110426f6c6f7_144216_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/swordlady-comp_hu869c29ef46fa3483c625110426f6c6f7_144216_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/swordlady-comp_hu869c29ef46fa3483c625110426f6c6f7_144216_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 732b7e7..0000000 Binary files a/resources/_gen/images/swordlady-comp_hu869c29ef46fa3483c625110426f6c6f7_144216_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/swordswoman-sheet_hu506f994830ac0c1befc88ba1f763a13f_72774_400x0_resize_box_2.bmp b/resources/_gen/images/swordswoman-sheet_hu506f994830ac0c1befc88ba1f763a13f_72774_400x0_resize_box_2.bmp deleted file mode 100644 index 52dba30..0000000 Binary files a/resources/_gen/images/swordswoman-sheet_hu506f994830ac0c1befc88ba1f763a13f_72774_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/swordswoman-sheet_hu506f994830ac0c1befc88ba1f763a13f_72774_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/swordswoman-sheet_hu506f994830ac0c1befc88ba1f763a13f_72774_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 4852bfb..0000000 Binary files a/resources/_gen/images/swordswoman-sheet_hu506f994830ac0c1befc88ba1f763a13f_72774_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/swordwoman-concept_huccd7e20014ccb645e02a21f8b75db6a6_96326_400x0_resize_box_2.bmp b/resources/_gen/images/swordwoman-concept_huccd7e20014ccb645e02a21f8b75db6a6_96326_400x0_resize_box_2.bmp deleted file mode 100644 index 46ed809..0000000 Binary files a/resources/_gen/images/swordwoman-concept_huccd7e20014ccb645e02a21f8b75db6a6_96326_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/swordwoman-concept_huccd7e20014ccb645e02a21f8b75db6a6_96326_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/swordwoman-concept_huccd7e20014ccb645e02a21f8b75db6a6_96326_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index cc5748a..0000000 Binary files a/resources/_gen/images/swordwoman-concept_huccd7e20014ccb645e02a21f8b75db6a6_96326_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/tifa-sketch_huf77a0cf1080518e3ca0cb679f0226cf1_191836_400x0_resize_box_2.bmp b/resources/_gen/images/tifa-sketch_huf77a0cf1080518e3ca0cb679f0226cf1_191836_400x0_resize_box_2.bmp deleted file mode 100644 index dd165a2..0000000 Binary files a/resources/_gen/images/tifa-sketch_huf77a0cf1080518e3ca0cb679f0226cf1_191836_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/tifa-sketch_huf77a0cf1080518e3ca0cb679f0226cf1_191836_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/tifa-sketch_huf77a0cf1080518e3ca0cb679f0226cf1_191836_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 051523d..0000000 Binary files a/resources/_gen/images/tifa-sketch_huf77a0cf1080518e3ca0cb679f0226cf1_191836_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/tim_hu5f5ebaa6f45ba4363d2890da42480c5e_30014_400x0_resize_box_2.bmp b/resources/_gen/images/tim_hu5f5ebaa6f45ba4363d2890da42480c5e_30014_400x0_resize_box_2.bmp deleted file mode 100644 index 54bebef..0000000 Binary files a/resources/_gen/images/tim_hu5f5ebaa6f45ba4363d2890da42480c5e_30014_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/tim_hu5f5ebaa6f45ba4363d2890da42480c5e_30014_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/tim_hu5f5ebaa6f45ba4363d2890da42480c5e_30014_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 31c5d79..0000000 Binary files a/resources/_gen/images/tim_hu5f5ebaa6f45ba4363d2890da42480c5e_30014_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/town2020_hu9c4a765bd1a1bfe54885e28285dc0dda_54020_400x0_resize_box_2.bmp b/resources/_gen/images/town2020_hu9c4a765bd1a1bfe54885e28285dc0dda_54020_400x0_resize_box_2.bmp deleted file mode 100644 index 87bde06..0000000 Binary files a/resources/_gen/images/town2020_hu9c4a765bd1a1bfe54885e28285dc0dda_54020_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/town2020_hu9c4a765bd1a1bfe54885e28285dc0dda_54020_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/town2020_hu9c4a765bd1a1bfe54885e28285dc0dda_54020_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index cdbe707..0000000 Binary files a/resources/_gen/images/town2020_hu9c4a765bd1a1bfe54885e28285dc0dda_54020_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/toys_hu0ee28aa1650d087b702359b1e98d0f48_38750_400x0_resize_box_2.bmp b/resources/_gen/images/toys_hu0ee28aa1650d087b702359b1e98d0f48_38750_400x0_resize_box_2.bmp deleted file mode 100644 index 35eb6aa..0000000 Binary files a/resources/_gen/images/toys_hu0ee28aa1650d087b702359b1e98d0f48_38750_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/toys_hu0ee28aa1650d087b702359b1e98d0f48_38750_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/toys_hu0ee28aa1650d087b702359b1e98d0f48_38750_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index ae74dcc..0000000 Binary files a/resources/_gen/images/toys_hu0ee28aa1650d087b702359b1e98d0f48_38750_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/train_hu233441a88044aaec9b42f87f9bed3815_163926_400x0_resize_box_2.bmp b/resources/_gen/images/train_hu233441a88044aaec9b42f87f9bed3815_163926_400x0_resize_box_2.bmp deleted file mode 100644 index 24ffafc..0000000 Binary files a/resources/_gen/images/train_hu233441a88044aaec9b42f87f9bed3815_163926_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/train_hu233441a88044aaec9b42f87f9bed3815_163926_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/train_hu233441a88044aaec9b42f87f9bed3815_163926_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 3808481..0000000 Binary files a/resources/_gen/images/train_hu233441a88044aaec9b42f87f9bed3815_163926_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/trainwatching_hu4496a07a768c5470f1e7409c9a478fbb_260626_400x0_resize_box_2.bmp b/resources/_gen/images/trainwatching_hu4496a07a768c5470f1e7409c9a478fbb_260626_400x0_resize_box_2.bmp deleted file mode 100644 index b0ac004..0000000 Binary files a/resources/_gen/images/trainwatching_hu4496a07a768c5470f1e7409c9a478fbb_260626_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/trainwatching_hu4496a07a768c5470f1e7409c9a478fbb_260626_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/trainwatching_hu4496a07a768c5470f1e7409c9a478fbb_260626_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index c5d94dd..0000000 Binary files a/resources/_gen/images/trainwatching_hu4496a07a768c5470f1e7409c9a478fbb_260626_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/tree2_hu91362d85790239a6839c591391acdcdb_267824_400x0_resize_box_2.bmp b/resources/_gen/images/tree2_hu91362d85790239a6839c591391acdcdb_267824_400x0_resize_box_2.bmp deleted file mode 100644 index 4a78bd1..0000000 Binary files a/resources/_gen/images/tree2_hu91362d85790239a6839c591391acdcdb_267824_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/tree2_hu91362d85790239a6839c591391acdcdb_267824_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/tree2_hu91362d85790239a6839c591391acdcdb_267824_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index b4da648..0000000 Binary files a/resources/_gen/images/tree2_hu91362d85790239a6839c591391acdcdb_267824_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/tree_hu9aa5b590f351199680fed4b9e5134ad7_98262_400x0_resize_box_2.bmp b/resources/_gen/images/tree_hu9aa5b590f351199680fed4b9e5134ad7_98262_400x0_resize_box_2.bmp deleted file mode 100644 index 2c563ee..0000000 Binary files a/resources/_gen/images/tree_hu9aa5b590f351199680fed4b9e5134ad7_98262_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/tree_hu9aa5b590f351199680fed4b9e5134ad7_98262_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/tree_hu9aa5b590f351199680fed4b9e5134ad7_98262_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 380c6f2..0000000 Binary files a/resources/_gen/images/tree_hu9aa5b590f351199680fed4b9e5134ad7_98262_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/tv_huea5fb3c3a6ef6c7ed63888811d521d1a_11632_400x0_resize_box_2.bmp b/resources/_gen/images/tv_huea5fb3c3a6ef6c7ed63888811d521d1a_11632_400x0_resize_box_2.bmp deleted file mode 100644 index 396adf2..0000000 Binary files a/resources/_gen/images/tv_huea5fb3c3a6ef6c7ed63888811d521d1a_11632_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/tv_huea5fb3c3a6ef6c7ed63888811d521d1a_11632_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/tv_huea5fb3c3a6ef6c7ed63888811d521d1a_11632_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 0ebd7be..0000000 Binary files a/resources/_gen/images/tv_huea5fb3c3a6ef6c7ed63888811d521d1a_11632_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/two-girls_hud9d0547e77537c53e26a0a1ee4dd2bf3_64252_400x0_resize_box_2.bmp b/resources/_gen/images/two-girls_hud9d0547e77537c53e26a0a1ee4dd2bf3_64252_400x0_resize_box_2.bmp deleted file mode 100644 index 455da36..0000000 Binary files a/resources/_gen/images/two-girls_hud9d0547e77537c53e26a0a1ee4dd2bf3_64252_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/two-girls_hud9d0547e77537c53e26a0a1ee4dd2bf3_64252_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/two-girls_hud9d0547e77537c53e26a0a1ee4dd2bf3_64252_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index be7a0e6..0000000 Binary files a/resources/_gen/images/two-girls_hud9d0547e77537c53e26a0a1ee4dd2bf3_64252_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/underwear_huf5f2d2a71528a8f7b1e3c57a9cea79e7_102092_400x0_resize_box_2.bmp b/resources/_gen/images/underwear_huf5f2d2a71528a8f7b1e3c57a9cea79e7_102092_400x0_resize_box_2.bmp deleted file mode 100644 index 5232884..0000000 Binary files a/resources/_gen/images/underwear_huf5f2d2a71528a8f7b1e3c57a9cea79e7_102092_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/underwear_huf5f2d2a71528a8f7b1e3c57a9cea79e7_102092_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/underwear_huf5f2d2a71528a8f7b1e3c57a9cea79e7_102092_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 7ffc914..0000000 Binary files a/resources/_gen/images/underwear_huf5f2d2a71528a8f7b1e3c57a9cea79e7_102092_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/uneasy_huf6bfa1c18130039b590a4e4359ecbf16_63758_400x0_resize_box_2.bmp b/resources/_gen/images/uneasy_huf6bfa1c18130039b590a4e4359ecbf16_63758_400x0_resize_box_2.bmp deleted file mode 100644 index f4ddf38..0000000 Binary files a/resources/_gen/images/uneasy_huf6bfa1c18130039b590a4e4359ecbf16_63758_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/uneasy_huf6bfa1c18130039b590a4e4359ecbf16_63758_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/uneasy_huf6bfa1c18130039b590a4e4359ecbf16_63758_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 682cb42..0000000 Binary files a/resources/_gen/images/uneasy_huf6bfa1c18130039b590a4e4359ecbf16_63758_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/viera-dancer_hu3ef2ac6f1d6f669051d46a3ff5561c9f_359202_400x0_resize_box_2.bmp b/resources/_gen/images/viera-dancer_hu3ef2ac6f1d6f669051d46a3ff5561c9f_359202_400x0_resize_box_2.bmp deleted file mode 100644 index fd8de7e..0000000 Binary files a/resources/_gen/images/viera-dancer_hu3ef2ac6f1d6f669051d46a3ff5561c9f_359202_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/viera-dancer_hu3ef2ac6f1d6f669051d46a3ff5561c9f_359202_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/viera-dancer_hu3ef2ac6f1d6f669051d46a3ff5561c9f_359202_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 32dd8e7..0000000 Binary files a/resources/_gen/images/viera-dancer_hu3ef2ac6f1d6f669051d46a3ff5561c9f_359202_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/viera-sketch_hu0530ac3d7c86c7dd0c6f8e1e7e19de6b_63550_400x0_resize_box_2.bmp b/resources/_gen/images/viera-sketch_hu0530ac3d7c86c7dd0c6f8e1e7e19de6b_63550_400x0_resize_box_2.bmp deleted file mode 100644 index 0d3a0e2..0000000 Binary files a/resources/_gen/images/viera-sketch_hu0530ac3d7c86c7dd0c6f8e1e7e19de6b_63550_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/viera-sketch_hu0530ac3d7c86c7dd0c6f8e1e7e19de6b_63550_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/viera-sketch_hu0530ac3d7c86c7dd0c6f8e1e7e19de6b_63550_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 4348462..0000000 Binary files a/resources/_gen/images/viera-sketch_hu0530ac3d7c86c7dd0c6f8e1e7e19de6b_63550_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/viera-street_hud95cc9a3da0c1dd149837d241e78bdb0_111900_400x0_resize_box_2.bmp b/resources/_gen/images/viera-street_hud95cc9a3da0c1dd149837d241e78bdb0_111900_400x0_resize_box_2.bmp deleted file mode 100644 index 8369354..0000000 Binary files a/resources/_gen/images/viera-street_hud95cc9a3da0c1dd149837d241e78bdb0_111900_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/viera-street_hud95cc9a3da0c1dd149837d241e78bdb0_111900_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/viera-street_hud95cc9a3da0c1dd149837d241e78bdb0_111900_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 8a95424..0000000 Binary files a/resources/_gen/images/viera-street_hud95cc9a3da0c1dd149837d241e78bdb0_111900_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/viera1_hu049669c90ed3da5a5602163349ba13bf_170770_400x0_resize_box_2.bmp b/resources/_gen/images/viera1_hu049669c90ed3da5a5602163349ba13bf_170770_400x0_resize_box_2.bmp deleted file mode 100644 index 27f5892..0000000 Binary files a/resources/_gen/images/viera1_hu049669c90ed3da5a5602163349ba13bf_170770_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/viera1_hu049669c90ed3da5a5602163349ba13bf_170770_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/viera1_hu049669c90ed3da5a5602163349ba13bf_170770_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index cf8a6ee..0000000 Binary files a/resources/_gen/images/viera1_hu049669c90ed3da5a5602163349ba13bf_170770_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/viera2_hube414db9176dd275c47d877df458214a_87600_400x0_resize_box_2.bmp b/resources/_gen/images/viera2_hube414db9176dd275c47d877df458214a_87600_400x0_resize_box_2.bmp deleted file mode 100644 index 06bbb3d..0000000 Binary files a/resources/_gen/images/viera2_hube414db9176dd275c47d877df458214a_87600_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/viera2_hube414db9176dd275c47d877df458214a_87600_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/viera2_hube414db9176dd275c47d877df458214a_87600_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index a1f80b8..0000000 Binary files a/resources/_gen/images/viera2_hube414db9176dd275c47d877df458214a_87600_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/vinesauce_huae52fca0d2d6901038b87d8b5fb4876e_67128_400x0_resize_box_2.bmp b/resources/_gen/images/vinesauce_huae52fca0d2d6901038b87d8b5fb4876e_67128_400x0_resize_box_2.bmp deleted file mode 100644 index 1270d4a..0000000 Binary files a/resources/_gen/images/vinesauce_huae52fca0d2d6901038b87d8b5fb4876e_67128_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/vinesauce_huae52fca0d2d6901038b87d8b5fb4876e_67128_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/vinesauce_huae52fca0d2d6901038b87d8b5fb4876e_67128_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 66b5d00..0000000 Binary files a/resources/_gen/images/vinesauce_huae52fca0d2d6901038b87d8b5fb4876e_67128_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/waiting2_hufa0533b943c46d41b67a05b94ea489ec_37078_400x0_resize_box_2.bmp b/resources/_gen/images/waiting2_hufa0533b943c46d41b67a05b94ea489ec_37078_400x0_resize_box_2.bmp deleted file mode 100644 index e8d316c..0000000 Binary files a/resources/_gen/images/waiting2_hufa0533b943c46d41b67a05b94ea489ec_37078_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/waiting2_hufa0533b943c46d41b67a05b94ea489ec_37078_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/waiting2_hufa0533b943c46d41b67a05b94ea489ec_37078_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index fbcd09f..0000000 Binary files a/resources/_gen/images/waiting2_hufa0533b943c46d41b67a05b94ea489ec_37078_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/waiting_hu242a9976d77f682b3825f413fac16bcd_176744_400x0_resize_box_2.bmp b/resources/_gen/images/waiting_hu242a9976d77f682b3825f413fac16bcd_176744_400x0_resize_box_2.bmp deleted file mode 100644 index 4e24c40..0000000 Binary files a/resources/_gen/images/waiting_hu242a9976d77f682b3825f413fac16bcd_176744_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/waiting_hu242a9976d77f682b3825f413fac16bcd_176744_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/waiting_hu242a9976d77f682b3825f413fac16bcd_176744_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 384e6b6..0000000 Binary files a/resources/_gen/images/waiting_hu242a9976d77f682b3825f413fac16bcd_176744_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/wanttolisten_hu5657f7c267879cf29aacaf847da94437_163836_400x0_resize_box_2.bmp b/resources/_gen/images/wanttolisten_hu5657f7c267879cf29aacaf847da94437_163836_400x0_resize_box_2.bmp deleted file mode 100644 index 703df15..0000000 Binary files a/resources/_gen/images/wanttolisten_hu5657f7c267879cf29aacaf847da94437_163836_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/wanttolisten_hu5657f7c267879cf29aacaf847da94437_163836_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/wanttolisten_hu5657f7c267879cf29aacaf847da94437_163836_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 72b4a2f..0000000 Binary files a/resources/_gen/images/wanttolisten_hu5657f7c267879cf29aacaf847da94437_163836_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/warrior_hua3677198f5a9641b3eef05d97708da8c_129032_400x0_resize_box_2.bmp b/resources/_gen/images/warrior_hua3677198f5a9641b3eef05d97708da8c_129032_400x0_resize_box_2.bmp deleted file mode 100644 index 131cbea..0000000 Binary files a/resources/_gen/images/warrior_hua3677198f5a9641b3eef05d97708da8c_129032_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/warrior_hua3677198f5a9641b3eef05d97708da8c_129032_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/warrior_hua3677198f5a9641b3eef05d97708da8c_129032_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index bbbaf4e..0000000 Binary files a/resources/_gen/images/warrior_hua3677198f5a9641b3eef05d97708da8c_129032_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/water-test_hu5a01ab49faea2a1340795570b814940e_242194_400x0_resize_box_2.bmp b/resources/_gen/images/water-test_hu5a01ab49faea2a1340795570b814940e_242194_400x0_resize_box_2.bmp deleted file mode 100644 index b5648c3..0000000 Binary files a/resources/_gen/images/water-test_hu5a01ab49faea2a1340795570b814940e_242194_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/water-test_hu5a01ab49faea2a1340795570b814940e_242194_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/water-test_hu5a01ab49faea2a1340795570b814940e_242194_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 2c5ac28..0000000 Binary files a/resources/_gen/images/water-test_hu5a01ab49faea2a1340795570b814940e_242194_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/well-fed_hu7cc0a12440008a057738a7e47d54e693_118628_400x0_resize_box_2.bmp b/resources/_gen/images/well-fed_hu7cc0a12440008a057738a7e47d54e693_118628_400x0_resize_box_2.bmp deleted file mode 100644 index 752c267..0000000 Binary files a/resources/_gen/images/well-fed_hu7cc0a12440008a057738a7e47d54e693_118628_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/well-fed_hu7cc0a12440008a057738a7e47d54e693_118628_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/well-fed_hu7cc0a12440008a057738a7e47d54e693_118628_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 3ffba3e..0000000 Binary files a/resources/_gen/images/well-fed_hu7cc0a12440008a057738a7e47d54e693_118628_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/whatever_huc3c8a0de45e1071c2f3874853625756b_375100_400x0_resize_box_2.bmp b/resources/_gen/images/whatever_huc3c8a0de45e1071c2f3874853625756b_375100_400x0_resize_box_2.bmp deleted file mode 100644 index 655fc83..0000000 Binary files a/resources/_gen/images/whatever_huc3c8a0de45e1071c2f3874853625756b_375100_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/whatever_huc3c8a0de45e1071c2f3874853625756b_375100_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/whatever_huc3c8a0de45e1071c2f3874853625756b_375100_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 0fb405f..0000000 Binary files a/resources/_gen/images/whatever_huc3c8a0de45e1071c2f3874853625756b_375100_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/wip2020_hued490bbc06000add22a5a23784c96a66_58824_400x0_resize_box_2.bmp b/resources/_gen/images/wip2020_hued490bbc06000add22a5a23784c96a66_58824_400x0_resize_box_2.bmp deleted file mode 100644 index 225cbbd..0000000 Binary files a/resources/_gen/images/wip2020_hued490bbc06000add22a5a23784c96a66_58824_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/wip2020_hued490bbc06000add22a5a23784c96a66_58824_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/wip2020_hued490bbc06000add22a5a23784c96a66_58824_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index dc9a7c2..0000000 Binary files a/resources/_gen/images/wip2020_hued490bbc06000add22a5a23784c96a66_58824_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/witch2_hu4f63bdb826efc2317a843b1ac8bc552c_64256_400x0_resize_box_2.bmp b/resources/_gen/images/witch2_hu4f63bdb826efc2317a843b1ac8bc552c_64256_400x0_resize_box_2.bmp deleted file mode 100644 index a4e8a0d..0000000 Binary files a/resources/_gen/images/witch2_hu4f63bdb826efc2317a843b1ac8bc552c_64256_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/witch2_hu4f63bdb826efc2317a843b1ac8bc552c_64256_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/witch2_hu4f63bdb826efc2317a843b1ac8bc552c_64256_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 4795ccb..0000000 Binary files a/resources/_gen/images/witch2_hu4f63bdb826efc2317a843b1ac8bc552c_64256_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/witch_hua0b6377793b59056d0bcba1909c20e41_168188_400x0_resize_box_2.bmp b/resources/_gen/images/witch_hua0b6377793b59056d0bcba1909c20e41_168188_400x0_resize_box_2.bmp deleted file mode 100644 index 5f903ae..0000000 Binary files a/resources/_gen/images/witch_hua0b6377793b59056d0bcba1909c20e41_168188_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/witch_hua0b6377793b59056d0bcba1909c20e41_168188_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/witch_hua0b6377793b59056d0bcba1909c20e41_168188_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 29e0f9d..0000000 Binary files a/resources/_gen/images/witch_hua0b6377793b59056d0bcba1909c20e41_168188_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/wooden-boy_hud314a405e454bf30aee54eb96bd21ca7_47634_400x0_resize_box_2.bmp b/resources/_gen/images/wooden-boy_hud314a405e454bf30aee54eb96bd21ca7_47634_400x0_resize_box_2.bmp deleted file mode 100644 index c5e65c4..0000000 Binary files a/resources/_gen/images/wooden-boy_hud314a405e454bf30aee54eb96bd21ca7_47634_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/wooden-boy_hud314a405e454bf30aee54eb96bd21ca7_47634_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/wooden-boy_hud314a405e454bf30aee54eb96bd21ca7_47634_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 981cc31..0000000 Binary files a/resources/_gen/images/wooden-boy_hud314a405e454bf30aee54eb96bd21ca7_47634_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/working-out_hub994383856df4f25fc5463ba32b5d14e_57046_400x0_resize_box_2.bmp b/resources/_gen/images/working-out_hub994383856df4f25fc5463ba32b5d14e_57046_400x0_resize_box_2.bmp deleted file mode 100644 index c529de9..0000000 Binary files a/resources/_gen/images/working-out_hub994383856df4f25fc5463ba32b5d14e_57046_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/working-out_hub994383856df4f25fc5463ba32b5d14e_57046_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/working-out_hub994383856df4f25fc5463ba32b5d14e_57046_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index cf2e778..0000000 Binary files a/resources/_gen/images/working-out_hub994383856df4f25fc5463ba32b5d14e_57046_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/workingout_hud5a0d1aa6ceebfe94f375163d95b067d_187986_400x0_resize_box_2.bmp b/resources/_gen/images/workingout_hud5a0d1aa6ceebfe94f375163d95b067d_187986_400x0_resize_box_2.bmp deleted file mode 100644 index 785d20d..0000000 Binary files a/resources/_gen/images/workingout_hud5a0d1aa6ceebfe94f375163d95b067d_187986_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/workingout_hud5a0d1aa6ceebfe94f375163d95b067d_187986_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/workingout_hud5a0d1aa6ceebfe94f375163d95b067d_187986_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index b8b54b8..0000000 Binary files a/resources/_gen/images/workingout_hud5a0d1aa6ceebfe94f375163d95b067d_187986_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/resources/_gen/images/xbc3_hub7fe8b19fb143b49cf6b0ba38e785830_314202_400x0_resize_box_2.bmp b/resources/_gen/images/xbc3_hub7fe8b19fb143b49cf6b0ba38e785830_314202_400x0_resize_box_2.bmp deleted file mode 100644 index 116df3e..0000000 Binary files a/resources/_gen/images/xbc3_hub7fe8b19fb143b49cf6b0ba38e785830_314202_400x0_resize_box_2.bmp and /dev/null differ diff --git a/resources/_gen/images/xbc3_hub7fe8b19fb143b49cf6b0ba38e785830_314202_400x0_resize_q90_h3_box_2.webp b/resources/_gen/images/xbc3_hub7fe8b19fb143b49cf6b0ba38e785830_314202_400x0_resize_q90_h3_box_2.webp deleted file mode 100644 index 023b99b..0000000 Binary files a/resources/_gen/images/xbc3_hub7fe8b19fb143b49cf6b0ba38e785830_314202_400x0_resize_q90_h3_box_2.webp and /dev/null differ diff --git a/scripts/gen_art.py b/scripts/gen_art.py deleted file mode 100644 index 4892601..0000000 --- a/scripts/gen_art.py +++ /dev/null @@ -1,422 +0,0 @@ -# SPDX-FileCopyrightText: 2023 Joshua Goins -# SPDX-License-Identifier: MIT - -import os -import shutil -import json - - -def write_field(f, key, value): - f.write(key + ": " + value + "\n") - - -def parse_art_json(output_directory, filename, json_file, threed = False, animation = False, guest = False, comic = False): - print(filename) - - json_data = json.load(json_file) - - year = None - - if "date" in json_data: - if "-" in json_data["date"]: - year = int(json_data["date"].split('-')[0]) - else: - year = int(json_data["date"]) - - directory = str(year) - if guest: - directory = "guest" - - base_directory = os.path.join(art_output_directory, directory) - if not os.path.exists(base_directory): - os.mkdir(base_directory) - - with open(os.path.join(base_directory, filename) + '.md', 'w') as f: - f.write('---\n') - - if "title" in json_data: - write_field(f, 'title', "\"{}\"".format(json_data["title"])) - - if "artist" in json_data: - write_field(f, 'artist', "\"{}\"".format(json_data["artist"])) - - if "date" in json_data: - if "-" in json_data["date"]: - write_field(f, 'date', json_data["date"]) - else: - write_field(f, 'date', str(json_data["date"]) + '-01-01') - write_field(f, 'excludefeed', "true") - - write_field(f, 'layout', 'art-detail') - - if threed: - write_field(f, 'filename', '/3d/' + filename + '.glb') - if "camera-orbit" in json_data: - write_field(f, 'orbit', json_data["camera-orbit"]) - if "camera-target" in json_data: - write_field(f, 'target', json_data["camera-target"]) - if "camera-fov" in json_data: - write_field(f, 'fov', json_data["camera-fov"]) - else: - if animation: - write_field(f, 'filename', '/animation/' + filename + '.webm') - else: - write_field(f, 'filename', '/art/' + filename + '.webp') - - if comic: - write_field(f, 'comic', 'true') - f.write('pages:\n') - for page in json_data["pages"]: - f.write('- filename: ' + page["filename"] + "\n") - f.write(' alt_text: ' + page["alt_text"] + "\n") - - if "alt_text" in json_data: - write_field(f, 'alt_text', - "\"" + json_data["alt_text"].replace('\n', '').replace('"', '\\"') + "\"") - - write_field(f, 'slug', filename) - - if threed: - write_field(f, 'threed', 'true') - - if animation: - write_field(f, 'animation', 'true') - - characters = [] - if "characters" in json_data: - f.write("characters:\n") - for character in json_data["characters"]: - f.write("- " + character + "\n") - characters.append(character) - - tags = [] - if "tags" in json_data: - f.write("arttags:\n") - for tag in json_data["tags"]: - f.write("- " + tag.lower() + "\n") - tags.append(tag.lower()) - - if "nsfw" in json_data: - write_field(f, 'nsfw', str(json_data["nsfw"]).lower()) - - if "mastodon_url" in json_data: - write_field(f, 'mastodon_url', json_data["mastodon_url"]) - - if "pixiv_url" in json_data: - write_field(f, 'pixiv_url', json_data["pixiv_url"]) - - 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"]) - - write_field(f, 'width', str(sizes["full"][filename]["width"])) - write_field(f, 'height', str(sizes["full"][filename]["height"])) - write_field(f, 'thumb_width', str(sizes["thumb"][filename]["width"])) - write_field(f, 'thumb_height', str(sizes["thumb"][filename]["height"])) - - f.write('---\n') - - if "description" in json_data: - f.write(json_data["description"]) - f.write('\n') - - return (year, characters, tags) - - -def parse_character_json(output_directory, filename, json_file): - print(f"parsed character: {filename}") - - json_data = json.load(json_file) - - base_directory = os.path.join(characters_output_directory, filename) - if not os.path.exists(base_directory): - os.mkdir(base_directory) - - with open(os.path.join(base_directory, '_index.md'), 'w') as f: - f.write('---\n') - - write_field(f, 'layout', 'art-character') - - write_field(f, 'title', json_data["name"]) - - if "age" in json_data: - write_field(f, 'age', json_data["age"]) - - if "pronouns" in json_data: - write_field(f, 'pronouns', json_data["pronouns"]) - - if "origin" in json_data: - write_field(f, 'origin', json_data["origin"]) - - if "original" in json_data: - write_field(f, 'original', str(json_data["original"]).lower()) - - write_field(f, 'slug', filename) - - f.write('---\n') - - if "description" in json_data: - f.write(json_data["description"]) - f.write('\n') - -art_data_directory = '../art' -threed_data_directory = '../3d' -animation_data_directory = '../animation' -characters_data_directory = '../characters' -art_output_directory = '../content/art' -guest_art_data_directory = '../guestart' -characters_output_directory = '../content/characters' -comic_data_directory = '../comic' - -shutil.rmtree(art_output_directory) -os.mkdir(art_output_directory) - -shutil.rmtree(characters_output_directory) -os.mkdir(characters_output_directory) - -collected_years = set() -year_stats = {} -total_art = 0 -character_stats = {} -tag_stats = {} -new_banner = "" -comissions_enabled = False -sizes = {} - -with open('../data/sizes.json', 'r') as f: - sizes = json.load(f) - -for filename in os.listdir(art_data_directory): - f = os.path.join(art_data_directory, filename) - - if os.path.isfile(f): - filename_without_ext = os.path.splitext(filename)[0] - - if filename_without_ext == ".DS_Store" or filename_without_ext == ".directory": - continue - - with open(f, "r") as file: - year, characters, tags = parse_art_json(art_output_directory, filename_without_ext, file) - - if year in year_stats: - year_stats[year] += 1 - else: - year_stats[year] = 1 - - for character in characters: - if character in character_stats: - character_stats[character] += 1 - else: - character_stats[character] = 1 - - for tag in tags: - if tag in tag_stats: - tag_stats[tag] += 1 - else: - tag_stats[tag] = 1 - - collected_years.add(year) - total_art += 1 - -for filename in os.listdir(characters_data_directory): - f = os.path.join(characters_data_directory, filename) - - if os.path.isfile(f): - filename_without_ext = os.path.splitext(filename)[0] - - if filename_without_ext == ".DS_Store" or filename_without_ext == ".directory": - continue - - with open(f, "r") as file: - parse_character_json(characters_data_directory, filename_without_ext, file) - -for filename in os.listdir(threed_data_directory): - f = os.path.join(threed_data_directory, filename) - - if os.path.isfile(f): - filename_without_ext = os.path.splitext(filename)[0] - - with open(f, "r") as file: - year, characters, tags = parse_art_json(art_output_directory, filename_without_ext, file, True) - - if year in year_stats: - year_stats[year] += 1 - else: - year_stats[year] = 1 - - for character in characters: - if character in character_stats: - character_stats[character] += 1 - else: - character_stats[character] = 1 - - for tag in tags: - if tag in tag_stats: - tag_stats[tag] += 1 - else: - tag_stats[tag] = 1 - - collected_years.add(year) - total_art += 1 - -for filename in os.listdir(animation_data_directory): - f = os.path.join(animation_data_directory, filename) - - if os.path.isfile(f): - filename_without_ext = os.path.splitext(filename)[0] - - with open(f, "r") as file: - year, characters, tags = parse_art_json(art_output_directory, filename_without_ext, file, False, True) - - if year in year_stats: - year_stats[year] += 1 - else: - year_stats[year] = 1 - - for character in characters: - if character in character_stats: - character_stats[character] += 1 - else: - character_stats[character] = 1 - - for tag in tags: - if tag in tag_stats: - tag_stats[tag] += 1 - else: - tag_stats[tag] = 1 - - collected_years.add(year) - total_art += 1 - -for filename in os.listdir(comic_data_directory): - f = os.path.join(comic_data_directory, filename) - - if os.path.isfile(f): - filename_without_ext = os.path.splitext(filename)[0] - - with open(f, "r") as file: - year, characters, tags = parse_art_json(art_output_directory, filename_without_ext, file, False, False, False, True) - - if year in year_stats: - year_stats[year] += 1 - else: - year_stats[year] = 1 - - for character in characters: - if character in character_stats: - character_stats[character] += 1 - else: - character_stats[character] = 1 - - for tag in tags: - if tag in tag_stats: - tag_stats[tag] += 1 - else: - tag_stats[tag] = 1 - - collected_years.add(year) - total_art += 1 - -for year in collected_years: - with open(os.path.join(art_output_directory, str(year), '_index.md'), 'w') as f: - f.write('---\n') - - write_field(f, 'title', str(year)) - write_field(f, 'layout', 'gallery') - write_field(f, 'json', 'art') - write_field(f, 'thumbnails', 'true') - write_field(f, 'selectedyear', str(year)) - - f.write('---\n') - -with open('../data/art-config.json', 'r') as f: - json_data = json.load(f) - - featured_pieces = json_data["featured"] - - if "new-banner" in json_data: - new_banner = json_data["new-banner"] - - comissions_enabled = json_data["commissions"] - -with open(art_output_directory + '/_index.md', 'w') as f: - f.write('---\n') - - write_field(f, 'title', 'Art') - write_field(f, 'layout', 'art') - - write_field(f, 'summary', 'My personal art gallery.') - - write_field(f, 'new_banner', new_banner) - write_field(f, 'commissions', str(comissions_enabled).lower()) - - f.write('aliases:\n') - f.write('- /gallery\n') - - f.write('featured:\n') - for piece_name in featured_pieces: - piece_path = os.path.join(art_data_directory, piece_name + ".json") - with open(piece_path, 'r') as piecef: - json_data = json.load(piecef) - - f.write("- filename: " + piece_name + '.webp\n') - f.write(' date: ' + json_data["date"] + '\n') - f.write(' title: ' + json_data["title"] + '\n') - - f.write('years:\n') - for year in reversed(list(collected_years)): - f.write('- ' + str(year) + '\n') - - f.write('---\n') - -os.mkdir(art_output_directory + "/stats") - -with open(art_output_directory + '/stats/_index.md', 'w') as f: - f.write('---\n') - - write_field(f, 'title', 'Stats') - write_field(f, 'layout', 'art-stats') - - write_field(f, 'total', str(total_art)) - - f.write('years:\n') - for year, num in reversed(sorted(year_stats.items(), key=lambda t: t[1])): - f.write('- year: ' + str(year) + '\n') - f.write(' num: ' + str(num) + '\n') - - f.write('characters:\n') - for name, num in sorted(character_stats.items(), key=lambda t: t[1], reverse=True)[:10]: - f.write('- name: ' + str(name) + '\n') - f.write(' num: ' + str(num) + '\n') - - f.write('tags:\n') - for name, num in sorted(tag_stats.items(), key=lambda t: t[1]): - f.write('- name: ' + str(name) + '\n') - f.write(' num: ' + str(num) + '\n') - - f.write('---\n') - -# guest art -os.mkdir(art_output_directory + "/guest") - -with open(art_output_directory + '/guest/_index.md', 'w') as f: - f.write('---\n') - - write_field(f, 'title', 'Guest Art') - write_field(f, 'layout', 'guestart') - - f.write('---\n') - -for filename in os.listdir(guest_art_data_directory): - f = os.path.join(guest_art_data_directory, filename) - - if os.path.isfile(f): - filename_without_ext = os.path.splitext(filename)[0] - - if filename_without_ext == ".DS_Store" or filename_without_ext == ".directory": - continue - - with open(f, "r") as file: - year, characters, tags = parse_art_json(art_output_directory, filename_without_ext, file, False, False, True) diff --git a/themes/red/layouts/_default/art-detail.html b/themes/red/layouts/_default/art-detail.html index 5805687..7733d6d 100644 --- a/themes/red/layouts/_default/art-detail.html +++ b/themes/red/layouts/_default/art-detail.html @@ -1,20 +1,10 @@ +{{/* Page layout used for art details view, when visiting a specific artwork. */}} + {{ define "main" }} - {{ with .Title }} -

{{ . }}

- {{ else }} -

Untitled Artwork

- {{ end }} +

{{ .Title }}

+
- {{ $month := 1 }} - {{ $year := 1 }} - - {{ if .Params.date }} - {{ $split := split .Params.date "-" }} - {{ $year = int (index $split 0) }} - {{ $month = int (index $split 3) }} - {{ end }} - {{ if (and (not $.Params.animation) (and (not (in .File.Dir "art/guest")) (and (not $.Params.threed) (not $.Params.comic) )) ) }} {{ $full := printf "https://images.redstrate.com/art/%s.avif" $.Params.slug }} {{ $jpeg := printf "https://images.redstrate.com/art/%s.jpg" $.Params.slug }} @@ -24,15 +14,18 @@ {{ $.Params.alt_text }} {{ else }} - {{ $file := printf "https://images.redstrate.com%s" $.Params.filename }} - {{ with $file }} - {{ if $.Params.threed }} + {{ if $.Params.threed }} + {{ $file := printf "https://images.redstrate.com/3d/%s.glb" $.Params.slug }} + {{ with $file }} {{ $cameraorbit := $.Params.orbit }} {{ $cameratarget := $.Params.target }} {{ $fov := $.Params.fov }} - {{ else }} + {{ end }} + {{ else }} + {{ $file := printf "https://images.redstrate.com/animation/%s.webm" $.Params.slug }} + {{ with $file }} {{ if $.Params.animation }}
{{ with resources.Get "pics/pic-gallery.png" }} @@ -39,4 +35,6 @@ {{ partial "art-gallery" . }} {{ partial "art-years" . }} + + {{ partial "gallery-js" . }} {{ end }} diff --git a/themes/red/layouts/_default/arttag.html b/themes/red/layouts/_default/arttag.html index ec88e99..874f06a 100644 --- a/themes/red/layouts/_default/arttag.html +++ b/themes/red/layouts/_default/arttag.html @@ -1,5 +1,6 @@ {{ define "main" }}

{{ .Title }}


- {{ partial "art-tag" . }} + {{ partial "art-gallery" . }} + {{ partial "gallery-js" . }} {{ end }} diff --git a/themes/red/layouts/_default/audio-gallery.html b/themes/red/layouts/_default/audio-gallery.html index c526f8a..9ab14c2 100644 --- a/themes/red/layouts/_default/audio-gallery.html +++ b/themes/red/layouts/_default/audio-gallery.html @@ -1,3 +1,5 @@ +{{/* Page layout used for music page. */}} + {{ define "main" }}

{{ .Title }}

diff --git a/themes/red/layouts/_default/character.html b/themes/red/layouts/_default/character.html index 1fa6d48..419c97a 100644 --- a/themes/red/layouts/_default/character.html +++ b/themes/red/layouts/_default/character.html @@ -27,7 +27,24 @@ {{ end }} +
{{ end }} - {{ partial "art-tag" . }} + {{ partial "art-gallery" . }} + + {{ $paginator := (where (where .RegularPagesRecursive "Type" "art") "Params.guest" "=" true) }} + {{ if gt (len $paginator) 0 }} +

Guest Art

+
+
+
+
+ + {{ range $paginator }} + {{ partial "render-art" . }} + {{ end }} +
+ {{ end }} + + {{ partial "gallery-js" . }} {{ end }} diff --git a/themes/red/layouts/_default/gallery.html b/themes/red/layouts/_default/gallery.html deleted file mode 100644 index 53e5bd7..0000000 --- a/themes/red/layouts/_default/gallery.html +++ /dev/null @@ -1,23 +0,0 @@ -{{ define "main" }} -

{{ .Title }}

- -
- - {{ .Content }} - -
-
-
- - {{ range .Data.Pages.ByDate.Reverse }} - {{ partial "render-art" . }} - {{ end }} - -
- - {{ $site := resources.Get "js/gallery.js" }} - {{ if hugo.IsProduction }} - {{ $site = $site | minify | fingerprint | resources.PostProcess }} - {{ end }} - -{{ end }} diff --git a/themes/red/layouts/_default/guestart.html b/themes/red/layouts/_default/guestart.html index 162ff2d..8e17a7a 100644 --- a/themes/red/layouts/_default/guestart.html +++ b/themes/red/layouts/_default/guestart.html @@ -1,3 +1,5 @@ +{{/* Page layout used for guest art page. */}} + {{ define "main" }}

{{ .Title }}


@@ -5,10 +7,10 @@ {{ $paginator := .Paginate (where .RegularPagesRecursive "Type" "art") }} {{ if eq $paginator.PageNumber 1}} -

This is a collection of guest artwork made by other artists. The name of the artist is located on the details page of each artwork!

- -

If you draw one of my characters, it can be featured on this page! If you want me to remove it for any reason (or maybe I forgot to add yours), please contact me.

+ {{ .Content }} {{ end }} {{ partial "art-gallery" . }} + + {{ partial "gallery-js" . }} {{ end }} diff --git a/themes/red/layouts/_default/list.html b/themes/red/layouts/_default/list.html index 090d2a1..938b6a4 100644 --- a/themes/red/layouts/_default/list.html +++ b/themes/red/layouts/_default/list.html @@ -1,3 +1,5 @@ +{{/* Page layout used for blog list view and others. */}} + {{ define "main" }}

{{ .Title }}

diff --git a/themes/red/layouts/_default/listart.html b/themes/red/layouts/_default/listart.html index a67cf96..8b25a21 100644 --- a/themes/red/layouts/_default/listart.html +++ b/themes/red/layouts/_default/listart.html @@ -1,3 +1,5 @@ +{{/* Page layout used for art tags page. */}} + {{ define "main" }}

{{ .Title }}

diff --git a/themes/red/layouts/_default/listchar.html b/themes/red/layouts/_default/listchar.html index 720b8fd..e264289 100644 --- a/themes/red/layouts/_default/listchar.html +++ b/themes/red/layouts/_default/listchar.html @@ -1,3 +1,5 @@ +{{/* Page layout used for the characters listing page. */}} + {{ define "main" }}

{{ .Title }}

diff --git a/themes/red/layouts/_default/year-gallery.html b/themes/red/layouts/_default/year-gallery.html new file mode 100644 index 0000000..438e6fd --- /dev/null +++ b/themes/red/layouts/_default/year-gallery.html @@ -0,0 +1,23 @@ +{{/* Used for the "2020" and other year gallery pages, for example. */}} + +{{ define "main" }} +

{{ .Title }}

+ +
+ + {{ .Content }} + +
+
+
+ + {{ range (where .Site.RegularPages "Type" "art") }} + {{ if eq (.Date.Format "2006") $.Title }} + {{ partial "render-art" . }} + {{ end }} + {{ end }} + +
+ + {{ partial "gallery-js" . }} +{{ end }} diff --git a/themes/red/layouts/partials/art-gallery.html b/themes/red/layouts/partials/art-gallery.html index 93ee3a0..f00fc79 100644 --- a/themes/red/layouts/partials/art-gallery.html +++ b/themes/red/layouts/partials/art-gallery.html @@ -1,41 +1,20 @@ +{{/* Partial used to display a grid of artwork. */}} + {{ $paginator := .Paginate (where .RegularPagesRecursive "Type" "art") }} -{{ $guest := false }} {{ template "_internal/pagination.html" . }} +{{ $on_guest := eq .Title "Guest Art" }}
{{ range $paginator.Pages }} - {{ if in .File.Dir "art/guest" }} - {{ $guest = true }} - {{ else }} + {{ $is_guest := .Params.guest }} + {{ if eq $on_guest $is_guest }} {{ partial "render-art" . }} {{ end }} {{ end }}
-{{ if and $guest (not (isset .Params "years")) }} -

Guest Art

-
-
-
-
- - {{ range $paginator.Pages }} - {{ if in .File.Dir "art/guest" }} - {{ partial "render-art" . }} - {{ end }} - {{ end }} -
- -{{ end }} - {{ template "_internal/pagination.html" . }} - -{{ $site := resources.Get "js/gallery.js" }} -{{ if hugo.IsProduction }} - {{ $site = $site | minify | fingerprint | resources.PostProcess }} -{{ end }} - diff --git a/themes/red/layouts/partials/art-section.html b/themes/red/layouts/partials/art-section.html index 9f15944..854d7b4 100644 --- a/themes/red/layouts/partials/art-section.html +++ b/themes/red/layouts/partials/art-section.html @@ -1,3 +1,5 @@ +{{/* Partial used to display a grid of artwork for a specific character. This is currently hardcoded. */}} +
diff --git a/themes/red/layouts/partials/art-tag.html b/themes/red/layouts/partials/art-tag.html deleted file mode 100644 index a7a880d..0000000 --- a/themes/red/layouts/partials/art-tag.html +++ /dev/null @@ -1,3 +0,0 @@ -{{ .Content }} - -{{ partial "art-gallery" . }} diff --git a/themes/red/layouts/partials/art-years.html b/themes/red/layouts/partials/art-years.html index d1d15a4..5a37254 100644 --- a/themes/red/layouts/partials/art-years.html +++ b/themes/red/layouts/partials/art-years.html @@ -1,10 +1,12 @@ +{{/* Partial used to display a horizontal list of years, each with a clickable link image. */}} +
-{{ $years := .Param "years" | sort | collections.Reverse }} -{{ range $years }} - {{ $year := . }} +{{ range (where .Site.RegularPages "Type" "in" "art").GroupByDate "2006" }} + {{ with .Key }} - {{ $thumbp := printf "https://images.redstrate.com/year-thumbs/%d.webp" . }} - A thumbnail of {{ $year }}'s art with the text in the center. + {{ $thumbp := printf "https://images.redstrate.com/year-thumbs/%s.webp" . }} + A thumbnail of {{ . }}'s art with the text in the center. + {{ end }} {{ end }}
diff --git a/themes/red/layouts/partials/featured-art.html b/themes/red/layouts/partials/featured-art.html index 12d8db1..5da6fc4 100644 --- a/themes/red/layouts/partials/featured-art.html +++ b/themes/red/layouts/partials/featured-art.html @@ -1,57 +1,59 @@ +{{/* Partial used to display a list of featured artwork. */}} + +{{ $art_config := index .Site.Data "art-config" }} + diff --git a/themes/red/layouts/partials/gallery-js.html b/themes/red/layouts/partials/gallery-js.html new file mode 100644 index 0000000..cb41b16 --- /dev/null +++ b/themes/red/layouts/partials/gallery-js.html @@ -0,0 +1,7 @@ +{{/* Partial used to include the JS for the gallery page's masonry layout. */}} + +{{ $site := resources.Get "js/gallery.js" }} +{{ if hugo.IsProduction }} + {{ $site = $site | minify | fingerprint | resources.PostProcess }} +{{ end }} + diff --git a/themes/red/layouts/partials/render-art.html b/themes/red/layouts/partials/render-art.html index cf4f326..4ad0e0f 100644 --- a/themes/red/layouts/partials/render-art.html +++ b/themes/red/layouts/partials/render-art.html @@ -1,62 +1,37 @@ -{{ $base := "art" }} +{{/* Partial used to display a thumbnail of an artwork. */}} -{{ if .Params.threed }} - {{ $base = "3d" }} -{{ end }} +{{ $full := printf "https://images.redstrate.com/thumb/%s.avif" .Params.slug }} +{{ $jpeg := printf "https://images.redstrate.com/thumb/%s.jpg" .Params.slug }} -{{ if .Params.animation }} - {{ $base = "animation" }} -{{ end }} + -{{ $month := 1 }} -{{ $year := 1 }} +{{ $title := .Title }} +{{ $year := .Date.Format "2006" }} -{{ if .Params.date }} - {{ $split := split .Params.date "-" }} - {{ $year = int (index $split 0) }} - {{ $month = int (index $split 3) }} -{{ end }} - -{{ $full := "" }} -{{ $jpeg := "" }} -{{ $full = printf "https://images.redstrate.com/thumb/%s.avif" .Params.slug }} -{{ $jpeg = printf "https://images.redstrate.com/thumb/%s.jpg" .Params.slug }} - -{{ if $full }} - {{ $filename_without_ext := .Params.slug }} - - - - {{ $title := .Params.title }} - - {{ with $full }} - {{ if $.Params.threed }} - {{ with resources.Get "3d.png" }} - 3D cube icon - {{ end }} +{{ with $full }} + {{ if $.Params.threed }} + {{ with resources.Get "3d.png" }} + 3D cube icon {{ end }} - - {{ if $.Params.comic }} - {{ with resources.Get "comic.png" }} - Comic icon - {{ end }} - {{ end }} - - {{ if $.Params.animation }} - {{ with resources.Get "play-circle.png" }} - Play animation icon - {{ end }} - {{ end }} - - - - {{ $.Params.alt_text }} - - {{ else }} -

Thumbnail not found!

{{ end }} -
-{{ else }} - CANNOT FIND {{ .Params.slug }} -{{ end }} + + {{ if $.Params.comic }} + {{ with resources.Get "comic.png" }} + Comic icon + {{ end }} + {{ end }} + + {{ if $.Params.animation }} + {{ with resources.Get "play-circle.png" }} + Play animation icon + {{ end }} + {{ end }} + + + + {{ $.Params.alt_text }} + +{{ end }} + +