diff --git a/art/konqi.json b/art/konqi.json new file mode 100644 index 0000000..3a61d0e --- /dev/null +++ b/art/konqi.json @@ -0,0 +1,10 @@ +{ + "alt_text": "Three drawings of KDE's mascot, the dragon Konqi.\n\nThe 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.\n\nThe second Konqi is juggling said physical media in the air, somehow not dropping them in the process.\n\nThe third and unfortunately final Konqi is finding DVDs inside of a cardbox box. He's also very pleased.", + "characters": [ + "Konqi" + ], + "date": "2024-04-09", + "description": "Eating DVDs isn't illegal, right?", + "mastodon_url": "https://mastodon.art/@redstrate/112238971210645004", + "title": "Konqi 📀" +} diff --git a/content/art/2024/konqi.md b/content/art/2024/konqi.md new file mode 100644 index 0000000..f296d8e --- /dev/null +++ b/content/art/2024/konqi.md @@ -0,0 +1,12 @@ +--- +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 +mastodon_url: https://mastodon.art/@redstrate/112238971210645004 +--- +Eating DVDs isn't illegal, right? diff --git a/content/art/stats/_index.md b/content/art/stats/_index.md index 821e0eb..66a1eaf 100644 --- a/content/art/stats/_index.md +++ b/content/art/stats/_index.md @@ -1,7 +1,7 @@ --- title: Stats layout: art-stats -total: 227 +total: 228 years: - year: 2019 num: 60 @@ -14,7 +14,7 @@ years: - year: 2021 num: 27 - year: 2024 - num: 13 + num: 14 - year: 2018 num: 7 - year: 2016 diff --git a/content/software/kensa.md b/content/software/kensa.md new file mode 100644 index 0000000..3efcf26 --- /dev/null +++ b/content/software/kensa.md @@ -0,0 +1,15 @@ +--- +title: "Kensa" +date: 2024-04-04 +draft: false +layout: "project" +projtags: +- C++ +- Qt +- KDE +source: "https://invent.kde.org/redstrate/kensa" +license: GPLv2 +summary: "View detailed information about a process." +--- + +Description to be written! diff --git a/data/contributions.json b/data/contributions.json index 737dd55..a4c0d23 100644 --- a/data/contributions.json +++ b/data/contributions.json @@ -1,5 +1,17 @@ { "contributions": [ + { + "id": "libinput/libinput", + "name": "libinput", + "description": "Added support for tablet dials.", + "type": "xdg" + }, + { + "id": "multimedia/plasmatube", + "name": "PlasmaTube", + "description": "Maintainer, and added support for multiple video sources. Also features like Picture-in-Picture.", + "type": "kde" + }, { "id": "network/neochat", "name": "NeoChat", @@ -45,7 +57,7 @@ { "id": "network/tokodon", "name": "Tokodon", - "description": "Maintainer, added numerous features and fixed bugs.", + "description": "Maintainer, added numerous features and fixed lots of bugs.", "type": "kde" }, { @@ -56,7 +68,7 @@ { "id": "goatcorp/dalamud", "name": "Dalamud", - "description": "Fixed searching for plugins by punchline.", + "description": "Fixed searching for plugins by punchline and other boring bugfixes.", "type": "github" }, { diff --git a/themes/red/layouts/_default/software.html b/themes/red/layouts/_default/software.html index f5112fc..f12d3b2 100644 --- a/themes/red/layouts/_default/software.html +++ b/themes/red/layouts/_default/software.html @@ -41,7 +41,7 @@ {{ .Scratch.Set "header-name" "Contributions" }} {{ partial "fake-heading.html" . }} -

I also do plenty of open-source work, here's a list of some of the projects I contributed to!

+

I also do plenty of open-source work, here's a list of some of the projects I contributed to! This is stuff I did in my free time and not part of employment or paid work.

{{ $contrib := (index site.Data "contributions") }} @@ -77,12 +77,21 @@ MRs {{ else }} -
  • - Commits -
  • -
  • - PRs -
  • + {{ if eq .type "xdg" }} +
  • + Commits +
  • +
  • + MRs +
  • + {{ else }} +
  • + Commits +
  • +
  • + PRs +
  • + {{ end }} {{ end }} {{ end }} {{ end }}