diff --git a/art/bathing.json b/art/bathing.json index 8e6e8c6..6a0b412 100644 --- a/art/bathing.json +++ b/art/bathing.json @@ -1,7 +1,7 @@ { "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.", "characters": [ - "Mysterious Sworswoman" + "Mysterious Swordswoman" ], "date": "2023-04-26", "description": "Looks like it's a great time for a hot bath!\n\nI thought this was going to be a quick sketch, but ended up getting carried away a bit.", diff --git a/art/join-me.json b/art/join-me.json index 8c3d0df..65c787b 100644 --- a/art/join-me.json +++ b/art/join-me.json @@ -3,6 +3,7 @@ "date": "2023-06-12", "description": "Want to join in on the fun?", "mastodon_url": "https://mastodon.art/@redstrate/110529001103381634", + "pixiv_url": "https://www.pixiv.net/artworks/108996390", "program": "Procreate", "title": "want to join?" } diff --git a/art/mountains.json b/art/mountains.json index 2cae552..a58b329 100644 --- a/art/mountains.json +++ b/art/mountains.json @@ -1,9 +1,12 @@ { + "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.", "characters": [ "Mysterious Swordswoman" ], "date": "2023-05-19", + "mastodon_url": "https://mastodon.art/@redstrate/110397757041747085", + "newgrounds_url": "https://www.newgrounds.com/art/view/redstrate/mountains", + "pixiv_url": "https://www.pixiv.net/artworks/108274736", "program": "Krita", - "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.", "title": "mountains" } diff --git a/content/art/2023/bathing.md b/content/art/2023/bathing.md index 83a85f0..1963854 100644 --- a/content/art/2023/bathing.md +++ b/content/art/2023/bathing.md @@ -6,7 +6,7 @@ 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 Sworswoman +- Mysterious Swordswoman mastodon_url: https://mastodon.art/@redstrate/110267364853210553 pixiv_url: https://www.pixiv.net/en/artworks/107564292 program: Procreate diff --git a/content/art/2023/join-me.md b/content/art/2023/join-me.md index 52a9079..f883bdf 100644 --- a/content/art/2023/join-me.md +++ b/content/art/2023/join-me.md @@ -6,6 +6,7 @@ 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 --- Want to join in on the fun? diff --git a/content/art/2023/mountains.md b/content/art/2023/mountains.md index d3cd289..40feeaa 100644 --- a/content/art/2023/mountains.md +++ b/content/art/2023/mountains.md @@ -7,5 +7,8 @@ alt_text: "Artwork of a woman holding a sword behind her shoulder, and draped in 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 --- diff --git a/content/art/stats/_index.md b/content/art/stats/_index.md index 38251e5..f02b4ae 100644 --- a/content/art/stats/_index.md +++ b/content/art/stats/_index.md @@ -23,7 +23,7 @@ characters: - name: Juritta num: 13 - name: Mysterious Swordswoman - num: 11 + num: 12 - name: Merume num: 7 - name: Asuka diff --git a/content/blog/drawing-simple-cubes/index.md b/content/blog/drawing-simple-cubes/index.md index a8229cc..bf0bad9 100644 --- a/content/blog/drawing-simple-cubes/index.md +++ b/content/blog/drawing-simple-cubes/index.md @@ -1,6 +1,6 @@ --- title: "Graphics Dump: Drawing debug cubes" -date: 2023-06-27 +date: 2023-06-28 draft: true summary: "When working on my engine, I wanted to clean up my debug gizmos a bit. The first thing to tackle is drawing bounding boxes!" tags: diff --git a/content/blog/figure5/20230623_0032.webp b/content/blog/figure5/20230623_0032.webp new file mode 100644 index 0000000..c9a3f67 Binary files /dev/null and b/content/blog/figure5/20230623_0032.webp differ diff --git a/content/blog/figure5/index.md b/content/blog/figure5/index.md new file mode 100644 index 0000000..3993b3b --- /dev/null +++ b/content/blog/figure5/index.md @@ -0,0 +1,14 @@ +--- +title: "Figure Review: Lyndis (Intelligent Systems)" +date: 2023-06-25 +draft: false +tags: +- Figures +- Review +series: +- Figure Reviews +--- + +Lyndis is a rare item in figure merchandising, so this was a pleasant surprise - and straight from [Intelligent Systems](https://en.wikipedia.org/wiki/Intelligent_Systems), who I thought only did games. Let's dig into this figure! + +![Photo of the Lyndis figure.](20230623_0032.webp) diff --git a/content/blog/infra-review/index.md b/content/blog/infra-review/index.md index 8dbc797..02fff59 100644 --- a/content/blog/infra-review/index.md +++ b/content/blog/infra-review/index.md @@ -1,6 +1,6 @@ --- title: "Game Review: INFRA" -date: 2023-06-28 +date: 2023-06-29 draft: true tags: - Review diff --git a/content/blog/level-csg/index.md b/content/blog/level-csg/index.md index caa44c9..73dd52f 100644 --- a/content/blog/level-csg/index.md +++ b/content/blog/level-csg/index.md @@ -1,6 +1,6 @@ --- title: "Graphics Dump: Easy level building with tiny_csg" -date: 2023-06-25 +date: 2023-06-26 draft: true summary: "Have you ever played Half-Life 2 and infatuated with it's odd, cubic level design like I am? Well, you can use it at home!" tags: diff --git a/content/blog/ps2-bios/index.md b/content/blog/ps2-bios/index.md index 08dfc9b..9725e28 100644 --- a/content/blog/ps2-bios/index.md +++ b/content/blog/ps2-bios/index.md @@ -1,6 +1,6 @@ --- title: "Dumping and repacking the Playstation 2 DVD Player" -date: 2023-06-26 +date: 2023-06-27 draft: true summary: "Earlier this year, me and my partner got a Playstation 2 as a gift. Of course I wanted to softmod it! " tags: