diff --git a/art/balloonshroom.json b/art/balloonshroom.json new file mode 100644 index 0000000..5cab754 --- /dev/null +++ b/art/balloonshroom.json @@ -0,0 +1,8 @@ +{ + "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?", + "date": "2024-02-19", + "mastodon_url": "https://mastodon.art/@redstrate/111958219719666913", + "newgrounds_url": "https://www.newgrounds.com/art/view/redstrate/oc-plaza-1", + "program": "Krita", + "title": "OC Plaza for Balloonshroom" +} diff --git a/art/calamancyy.json b/art/calamancyy.json new file mode 100644 index 0000000..083399d --- /dev/null +++ b/art/calamancyy.json @@ -0,0 +1,8 @@ +{ + "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.", + "date": "2024-02-19", + "mastodon_url": "https://mastodon.art/@redstrate/111958219719666913", + "newgrounds_url": "https://www.newgrounds.com/art/view/redstrate/oc-plaza-1", + "program": "Krita", + "title": "OC Plaza for Calamancyy" +} diff --git a/art/l3ny.json b/art/l3ny.json new file mode 100644 index 0000000..537ad84 --- /dev/null +++ b/art/l3ny.json @@ -0,0 +1,8 @@ +{ + "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.", + "date": "2024-02-19", + "mastodon_url": "https://mastodon.art/@redstrate/111958219719666913", + "newgrounds_url": "https://www.newgrounds.com/art/view/redstrate/oc-plaza-1", + "program": "Krita", + "title": "OC Plaza for L3ny" +} diff --git a/characters/aerith.json b/characters/aerith.json new file mode 100644 index 0000000..fa4a711 --- /dev/null +++ b/characters/aerith.json @@ -0,0 +1,4 @@ +{ + "name": "Aerith", + "origin": "Final Fantasy 7" +} diff --git a/characters/merume.json b/characters/merume.json index df50b5a..7547f8c 100644 --- a/characters/merume.json +++ b/characters/merume.json @@ -2,5 +2,6 @@ "name": "Merume", "description": "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.", "age": "???", - "pronouns": "she/her" + "pronouns": "she/her", + "origin": "Original Character" } diff --git a/characters/mysterious-swordswoman.json b/characters/mysterious-swordswoman.json index 8172638..647a422 100644 --- a/characters/mysterious-swordswoman.json +++ b/characters/mysterious-swordswoman.json @@ -2,5 +2,6 @@ "name": "Mysterious Swordswoman", "description": "She is a talented swordsman and nomad that travels from town to town in the countryside.", "age": "???", - "pronouns": "she/her" + "pronouns": "she/her", + "origin": "Original Character" } diff --git a/config.yaml b/config.yaml index 79dcb53..d40b4e6 100644 --- a/config.yaml +++ b/config.yaml @@ -74,18 +74,21 @@ menu: - name: 'Videos' url: 'https://tube.ryne.moe/@redchannel' weight: 6 + - name: 'Shrines' + url: '/shrines' + weight: 7 - name: 'Downloads' url: '/downloads' - weight: 7 + weight: 8 - name: 'Links' url: '/links' - weight: 8 + weight: 9 - name: 'Guestbook' url: '/guestbook' - weight: 9 + weight: 10 - name: 'About' url: '/about' - weight: 10 + weight: 11 retromain: - name: 'Home' url: '/' diff --git a/content/about.md b/content/about.md index 89e8da8..d04022d 100644 --- a/content/about.md +++ b/content/about.md @@ -4,11 +4,11 @@ title: "About" {{< profile-picture >}} -I'm known as **redstrate**, and I create things to fill my own niche. I program, draw, and occasionally make bad music and edit videos. I'm an infrequent contributor to open source projects, and also a KDE developer. In my free time, I like to cook and study languages (the linguistic kind). +I'm known online as **redstrate**, and I create things to fill my own niche. I program, draw, and occasionally make bad music and edit videos. I'm a contributor to open source projects, and also a KDE developer. In my free time, I like to cook and study languages (real world and programming ones!) Of course, also play way too many video games! I like developing software that I would personally use, and it also fills a niche or problem that either isn't adequately solved, or maybe just want to learn how to do it myself. My languages of choice usually are [C](/software/tags/c), [C++](/software/tags/cplusplus), and [Rust](/software/tags/rust) - and that's what you'll find most of the projects using! -Drawing has been a hobby of mine ever since childhood, and I try to draw when I can. I'm not a professional artist (nor ever will be) so my posting schedule is erratic. My preferred software is [Krita](https://krita.org) and [Blender](https://blender.org). I also like to animate, but I don't really get the chance to sit down and do it anymore. +Drawing has been a hobby of mine ever since childhood, and I try to draw when I can. I have a showcase of almost all of the art I've made since 2016 in [my gallery]({{< ref "art" >}}). I'm not a professional artist so my posting schedule tends to be erratic. My preferred software is [Krita](https://krita.org) and [Blender](https://blender.org). I also like to animate, but I don't really get the chance to sit down and do it anymore. I also like to administrate my own servers, and that's what's hosting the website you're reading right now! You can find more details about this setup below. @@ -23,7 +23,7 @@ I'm on plenty of platforms if you want to follow me: # Contact -If you wish to contact me privately about something, the best way is by emailing me at josh@redstrate.com or sending a message through [Matrix](https://matrix.to/@redstrate@pyra.sh#/@redstrate:pyra.sh). See my [contact page](/contact) for more details. +See [this page](/contact) for contact information and details. # Languages diff --git a/content/art/2024/balloonshroom.md b/content/art/2024/balloonshroom.md new file mode 100644 index 0000000..8622d25 --- /dev/null +++ b/content/art/2024/balloonshroom.md @@ -0,0 +1,11 @@ +--- +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 +--- diff --git a/content/art/2024/calamancyy.md b/content/art/2024/calamancyy.md new file mode 100644 index 0000000..e2bfff4 --- /dev/null +++ b/content/art/2024/calamancyy.md @@ -0,0 +1,11 @@ +--- +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 +--- diff --git a/content/art/2024/l3ny.md b/content/art/2024/l3ny.md new file mode 100644 index 0000000..dedd0d9 --- /dev/null +++ b/content/art/2024/l3ny.md @@ -0,0 +1,11 @@ +--- +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 +--- diff --git a/content/art/stats/_index.md b/content/art/stats/_index.md index 8bf6d5b..4bd6bde 100644 --- a/content/art/stats/_index.md +++ b/content/art/stats/_index.md @@ -1,7 +1,7 @@ --- title: Stats layout: art-stats -total: 223 +total: 226 years: - year: 2019 num: 60 @@ -14,7 +14,7 @@ years: - year: 2021 num: 27 - year: 2024 - num: 9 + num: 12 - year: 2018 num: 7 - year: 2016 diff --git a/content/characters/aerith/_index.md b/content/characters/aerith/_index.md new file mode 100644 index 0000000..640c793 --- /dev/null +++ b/content/characters/aerith/_index.md @@ -0,0 +1,6 @@ +--- +layout: art-character +title: Aerith +origin: Final Fantasy 7 +slug: aerith +--- diff --git a/content/characters/merume/_index.md b/content/characters/merume/_index.md index 4e23818..4cba23c 100644 --- a/content/characters/merume/_index.md +++ b/content/characters/merume/_index.md @@ -3,6 +3,7 @@ layout: art-character title: Merume age: ??? pronouns: she/her +origin: Original Character 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/mysterious-swordswoman/_index.md b/content/characters/mysterious-swordswoman/_index.md index 73ed475..be7497c 100644 --- a/content/characters/mysterious-swordswoman/_index.md +++ b/content/characters/mysterious-swordswoman/_index.md @@ -3,6 +3,7 @@ layout: art-character title: Mysterious Swordswoman age: ??? pronouns: she/her +origin: Original Character slug: mysterious-swordswoman --- She is a talented swordsman and nomad that travels from town to town in the countryside. diff --git a/content/contact.md b/content/contact.md index 63220de..bc9296e 100644 --- a/content/contact.md +++ b/content/contact.md @@ -2,8 +2,12 @@ title: "Contact" --- -The easiest and fastest way you can contact me is via josh@redstrate.com. I do not use e-mail signing so please don't send any information that you don't want other mail servers to see. +The easiest and fastest way you can contact me is e-mail via josh@redstrate.com. -I'm also available on: -* [Mastodon](https://mastodon.art/@redstrate) as `@redstrate@mastodon.art`. -* [Matrix](https://matrix.to/@redstrate@pyra.sh#/@redstrate:pyra.sh) as `@redstrate:pyra.sh`. +Other services that support direct messaging: +* [Mastodon](https://mastodon.art/@redstrate) as `@redstrate@mastodon.art` +* [Matrix](https://matrix.to/@redstrate@pyra.sh#/@redstrate:pyra.sh) as `@redstrate:pyra.sh` + +## Privacy + +I run my own e-mail server, but I don't sign my e-mails (yet). If you require encryption from both sides, Matrix is another option since it supports end-to-end encryption. diff --git a/content/links.md b/content/links.md index ebd794c..70801f8 100644 --- a/content/links.md +++ b/content/links.md @@ -48,12 +48,12 @@ I'm slowing adding to this list, if you wish to be added and I missed you... or {{< out-link banner="cherrypixelbun.gif" link="https://cherrypixelbun.neocities.org/" label="Kirsche's Webzone" >}} -{{< out-link banner="ko.gif" link="https://knockout.chat/" label="Knockout" >}} - {{< out-link banner="animaritides.png" link="https://animaritides.neocities.org/" label="Animaritides" >}} {{< out-link banner="darksdomain.gif" link="https://darksdomain.neocities.org/" label="Dark's Domain" >}} {{< out-link banner="scoop.gif" link="https://kaleidescoop.neocities.org/" label="The Kal Zone" >}} +## Communities +{{< out-link banner="ko.gif" link="https://knockout.chat/" label="Knockout" >}} diff --git a/content/shrines/_index.md b/content/shrines/_index.md new file mode 100644 index 0000000..663bc4b --- /dev/null +++ b/content/shrines/_index.md @@ -0,0 +1,6 @@ +--- +title: "Shrines" +layout: "shrines" +--- + +These are best viewed on a widescreen/desktop display. diff --git a/content/shrines/ffxiv/char.png b/content/shrines/ffxiv/char.png new file mode 100644 index 0000000..0476121 Binary files /dev/null and b/content/shrines/ffxiv/char.png differ diff --git a/content/shrines/ffxiv/index.md b/content/shrines/ffxiv/index.md new file mode 100644 index 0000000..3adb45e --- /dev/null +++ b/content/shrines/ffxiv/index.md @@ -0,0 +1,4 @@ +--- +title: "FFXIV" +layout: "ffxiv" +--- diff --git a/scripts/gen_art.py b/scripts/gen_art.py index 179f52c..421ec1c 100644 --- a/scripts/gen_art.py +++ b/scripts/gen_art.py @@ -135,6 +135,9 @@ def parse_character_json(output_directory, filename, json_file): if "pronouns" in json_data: write_field(f, 'pronouns', json_data["pronouns"]) + if "origin" in json_data: + write_field(f, 'origin', json_data["origin"]) + write_field(f, 'slug', filename) f.write('---\n') diff --git a/themes/red/layouts/_default/art.html b/themes/red/layouts/_default/art.html index cf5c3ec..bbb3114 100644 --- a/themes/red/layouts/_default/art.html +++ b/themes/red/layouts/_default/art.html @@ -15,7 +15,7 @@
-Welcome to my art gallery! I have been saving my work since 2016, and this is the most complete archive of my work online.
+Welcome to my art gallery! I have been saving my work since 2016, and this is the most complete archive of my work online. You also might be interested in how this gallery works and how I maintain it.
The gallery is sorted by date, but there's other sections to check out such as Guest Art and Stats! You can also filter by tags, or by characters.
diff --git a/themes/red/layouts/_default/character.html b/themes/red/layouts/_default/character.html index 015e3b0..1fa6d48 100644 --- a/themes/red/layouts/_default/character.html +++ b/themes/red/layouts/_default/character.html @@ -2,16 +2,32 @@Age | {{ .Params.age }} |
---|---|
Pronouns | {{ .Params.pronouns }} |
Origin | +{{ .Params.origin }} | +
Gender | +Female♀ | +
---|---|
Race | +Viera/Veena | +
Height | +6' 3" (191 cm) | +
Nameday | +14th Sun of the 4th Umbral Moon | +
City-state | +Gridania | +
Guardian Deity | +Nophica | +