From cabe10e0d1fb8e06367b61e6521d75c8301406de Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 6 Dec 2025 22:39:32 -0800 Subject: 06-first-sdvx-18 --- .../content/posts/06-first-sdvx-18/18.webp | Bin 0 -> 339632 bytes .../content/posts/06-first-sdvx-18/index.md | 15 + .../MinIndie/layouts/shortcodes/hashtag.html | 3 + .../MinIndie/layouts/shortcodes/mention.html | 8 + micro.pinapelz.moe/categories/games/index.html | 106 +++++ micro.pinapelz.moe/categories/games/index.xml | 21 + micro.pinapelz.moe/categories/index.html | 2 + micro.pinapelz.moe/categories/index.xml | 9 +- micro.pinapelz.moe/index.html | 21 + micro.pinapelz.moe/index.xml | 9 +- .../posts/2025-12-06-first-sdvx-18/18.webp | Bin 0 -> 339632 bytes .../posts/2025-12-06-first-sdvx-18/index.html | 496 +++++++++++++++++++++ micro.pinapelz.moe/posts/index.html | 39 ++ micro.pinapelz.moe/posts/index.xml | 9 +- micro.pinapelz.moe/sitemap.xml | 30 +- micro.pinapelz.moe/tags/arcade/index.html | 7 + micro.pinapelz.moe/tags/arcade/index.xml | 9 +- micro.pinapelz.moe/tags/index.xml | 16 +- micro.pinapelz.moe/tags/rhythm-games/index.html | 106 +++++ micro.pinapelz.moe/tags/rhythm-games/index.xml | 21 + micro.pinapelz.moe/tags/sdvx/index.html | 94 ++++ micro.pinapelz.moe/tags/sdvx/index.xml | 13 + 22 files changed, 1010 insertions(+), 24 deletions(-) create mode 100644 indieweb-micro/content/posts/06-first-sdvx-18/18.webp create mode 100644 indieweb-micro/content/posts/06-first-sdvx-18/index.md create mode 100644 indieweb-micro/themes/MinIndie/layouts/shortcodes/hashtag.html create mode 100644 indieweb-micro/themes/MinIndie/layouts/shortcodes/mention.html create mode 100644 micro.pinapelz.moe/categories/games/index.html create mode 100644 micro.pinapelz.moe/categories/games/index.xml create mode 100644 micro.pinapelz.moe/posts/2025-12-06-first-sdvx-18/18.webp create mode 100644 micro.pinapelz.moe/posts/2025-12-06-first-sdvx-18/index.html create mode 100644 micro.pinapelz.moe/tags/rhythm-games/index.html create mode 100644 micro.pinapelz.moe/tags/rhythm-games/index.xml create mode 100644 micro.pinapelz.moe/tags/sdvx/index.html create mode 100644 micro.pinapelz.moe/tags/sdvx/index.xml diff --git a/indieweb-micro/content/posts/06-first-sdvx-18/18.webp b/indieweb-micro/content/posts/06-first-sdvx-18/18.webp new file mode 100644 index 0000000..83768f7 Binary files /dev/null and b/indieweb-micro/content/posts/06-first-sdvx-18/18.webp differ diff --git a/indieweb-micro/content/posts/06-first-sdvx-18/index.md b/indieweb-micro/content/posts/06-first-sdvx-18/index.md new file mode 100644 index 0000000..20da6bd --- /dev/null +++ b/indieweb-micro/content/posts/06-first-sdvx-18/index.md @@ -0,0 +1,15 @@ +--- +title: "First MXM 18 Cleared!" +date: 2025-12-06T22:33:23-08:00 +slug: 2025-12-06-first-sdvx-18 +type: posts +draft: false +categories: + - games +tags: + - arcade +--- +Cleared my first 18 difficulty chart in {{< hashtag "sdvx" >}} + +Albeit its not a very difficult one, but I think I'm finally starting to chip away at the 17-18 difficulty wall. +{{< figure src="18.webp" alt="Sound Voltex Enchant 6 Clear" width="500" >}} diff --git a/indieweb-micro/themes/MinIndie/layouts/shortcodes/hashtag.html b/indieweb-micro/themes/MinIndie/layouts/shortcodes/hashtag.html new file mode 100644 index 0000000..5908132 --- /dev/null +++ b/indieweb-micro/themes/MinIndie/layouts/shortcodes/hashtag.html @@ -0,0 +1,3 @@ +{{ $tag := .Get 0 }} + +{{ if not (hasPrefix $tag "#") }}#{{ end }}{{ strings.TrimPrefix "#" $tag }} diff --git a/indieweb-micro/themes/MinIndie/layouts/shortcodes/mention.html b/indieweb-micro/themes/MinIndie/layouts/shortcodes/mention.html new file mode 100644 index 0000000..13a5355 --- /dev/null +++ b/indieweb-micro/themes/MinIndie/layouts/shortcodes/mention.html @@ -0,0 +1,8 @@ +{{ $username := .Get 0 }} +{{ $url := .Get 1 }} + +{{ if not $url }} + {{ errorf "mention shortcode requires both username and URL parameters. Usage: {{< mention \"username\" \"https://example.com/@username\" >}}" }} +{{ end }} + +@{{ strings.TrimPrefix "@" $username }} diff --git a/micro.pinapelz.moe/categories/games/index.html b/micro.pinapelz.moe/categories/games/index.html new file mode 100644 index 0000000..f8fe79d --- /dev/null +++ b/micro.pinapelz.moe/categories/games/index.html @@ -0,0 +1,106 @@ + + + + + + + + Games | micro.pinapelz.moe + + + + + + + + + + + + + + + + + + +
+
+
+ ==============
+ == Pinapelz ==
+ ============== +
+
check it out. I'm in the house like carpet
+
+ +
+ + + +
+
+

+ Games + + RSS icon + +

+
+ +

Content linked to the taxonomy term « GAMES »:

+ + + + +
+

Posts

+ +
+
+ +
+ + + + diff --git a/micro.pinapelz.moe/categories/games/index.xml b/micro.pinapelz.moe/categories/games/index.xml new file mode 100644 index 0000000..65a2df3 --- /dev/null +++ b/micro.pinapelz.moe/categories/games/index.xml @@ -0,0 +1,21 @@ + + + + Games on micro.pinapelz.moe + https://micro.pinapelz.moe/categories/games/ + Recent content in Games on micro.pinapelz.moe + Hugo + en-us + yukais@pinapelz.com (Pinapelz) + yukais@pinapelz.com (Pinapelz) + Sat, 06 Dec 2025 22:33:23 -0800 + + + First MXM 18 Cleared! + https://micro.pinapelz.moe/posts/2025-12-06-first-sdvx-18/ + Sat, 06 Dec 2025 22:33:23 -0800yukais@pinapelz.com (Pinapelz) + https://micro.pinapelz.moe/posts/2025-12-06-first-sdvx-18/ + <p>Cleared my first 18 difficulty chart in <a href="https://micro.pinapelz.moe//tags/sdvx" class="p-category">#sdvx</a> </p> <p>Albeit its not a very difficult one, but I think I&rsquo;m finally starting to chip away at the 17-18 difficulty wall. <figure><img src="https://micro.pinapelz.moe/posts/2025-12-06-first-sdvx-18/18.webp" alt="Sound Voltex Enchant 6 Clear" width="500"> </figure> </p> + + + diff --git a/micro.pinapelz.moe/categories/index.html b/micro.pinapelz.moe/categories/index.html index 8c3b840..b44b7a8 100644 --- a/micro.pinapelz.moe/categories/index.html +++ b/micro.pinapelz.moe/categories/index.html @@ -73,6 +73,8 @@
  • Default
  • +
  • Games
  • +
  • Life
  • Tools
  • diff --git a/micro.pinapelz.moe/categories/index.xml b/micro.pinapelz.moe/categories/index.xml index 596c38d..0d8f9dc 100644 --- a/micro.pinapelz.moe/categories/index.xml +++ b/micro.pinapelz.moe/categories/index.xml @@ -8,8 +8,15 @@ en-us yukais@pinapelz.com (Pinapelz) yukais@pinapelz.com (Pinapelz) - Thu, 04 Dec 2025 23:19:29 -0800 + Sat, 06 Dec 2025 22:33:23 -0800 + + Games + https://micro.pinapelz.moe/categories/games/ + Sat, 06 Dec 2025 22:33:23 -0800yukais@pinapelz.com (Pinapelz) + https://micro.pinapelz.moe/categories/games/ + + Tools https://micro.pinapelz.moe/categories/tools/ diff --git a/micro.pinapelz.moe/index.html b/micro.pinapelz.moe/index.html index 9ed9ecc..d971565 100644 --- a/micro.pinapelz.moe/index.html +++ b/micro.pinapelz.moe/index.html @@ -81,6 +81,27 @@
    +
    +

    First MXM 18 Cleared!

    + + + arcade + +
    +

    Cleared my first 18 difficulty chart in + +#sdvx +

    +

    Albeit its not a very difficult one, but I think I’m finally starting to chip away at the 17-18 difficulty wall. +

    Sound Voltex Enchant 6 Clear +
    +

    + +
    +
    + +

    Enable HID Mode on Nintendo Pro Controller 2

    diff --git a/micro.pinapelz.moe/index.xml b/micro.pinapelz.moe/index.xml index 72e4836..ed47848 100644 --- a/micro.pinapelz.moe/index.xml +++ b/micro.pinapelz.moe/index.xml @@ -8,8 +8,15 @@ en-us yukais@pinapelz.com (Pinapelz) yukais@pinapelz.com (Pinapelz) - Thu, 04 Dec 2025 23:19:29 -0800 + Sat, 06 Dec 2025 22:33:23 -0800 + + First MXM 18 Cleared! + https://micro.pinapelz.moe/posts/2025-12-06-first-sdvx-18/ + Sat, 06 Dec 2025 22:33:23 -0800yukais@pinapelz.com (Pinapelz) + https://micro.pinapelz.moe/posts/2025-12-06-first-sdvx-18/ + <p>Cleared my first 18 difficulty chart in <a href="https://micro.pinapelz.moe//tags/sdvx" class="p-category">#sdvx</a> </p> <p>Albeit its not a very difficult one, but I think I&rsquo;m finally starting to chip away at the 17-18 difficulty wall. <figure><img src="https://micro.pinapelz.moe/posts/2025-12-06-first-sdvx-18/18.webp" alt="Sound Voltex Enchant 6 Clear" width="500"> </figure> </p> + Enable HID Mode on Nintendo Pro Controller 2 https://micro.pinapelz.moe/posts/2025-12-04-procon2-hid-tool/ diff --git a/micro.pinapelz.moe/posts/2025-12-06-first-sdvx-18/18.webp b/micro.pinapelz.moe/posts/2025-12-06-first-sdvx-18/18.webp new file mode 100644 index 0000000..83768f7 Binary files /dev/null and b/micro.pinapelz.moe/posts/2025-12-06-first-sdvx-18/18.webp differ diff --git a/micro.pinapelz.moe/posts/2025-12-06-first-sdvx-18/index.html b/micro.pinapelz.moe/posts/2025-12-06-first-sdvx-18/index.html new file mode 100644 index 0000000..f566c15 --- /dev/null +++ b/micro.pinapelz.moe/posts/2025-12-06-first-sdvx-18/index.html @@ -0,0 +1,496 @@ + + + + + + + + First MXM 18 Cleared! | micro.pinapelz.moe + + + + + + + + + + + + + + + + + + +
    +
    +
    + ==============
    + == Pinapelz ==
    + ============== +
    +
    check it out. I'm in the house like carpet
    +
    + +
    + + + +
    +
    + +

    First MXM 18 Cleared!

    + + + +
    + + - Permalink +
    +
    +

    Cleared my first 18 difficulty chart in + +#sdvx +

    +

    Albeit its not a very difficult one, but I think I’m finally starting to chip away at the 17-18 difficulty wall. +

    Sound Voltex Enchant 6 Clear +
    +

    + +
    + + + + + + +
    +

    Webmentions

    +
    Loading…
    +
    + + + + + +
    +
    + +
    + + + + diff --git a/micro.pinapelz.moe/posts/index.html b/micro.pinapelz.moe/posts/index.html index 08cea4c..6dad87d 100644 --- a/micro.pinapelz.moe/posts/index.html +++ b/micro.pinapelz.moe/posts/index.html @@ -94,6 +94,45 @@
      +
    • + +
      + : + + + First MXM 18 Cleared! + +
      +
    • + + + + + + + + +
    • + + +
      + + + + diff --git a/micro.pinapelz.moe/tags/sdvx/index.xml b/micro.pinapelz.moe/tags/sdvx/index.xml new file mode 100644 index 0000000..bb4ea2d --- /dev/null +++ b/micro.pinapelz.moe/tags/sdvx/index.xml @@ -0,0 +1,13 @@ + + + + Sdvx on micro.pinapelz.moe + http://localhost:1313/tags/sdvx/ + Recent content in Sdvx on micro.pinapelz.moe + Hugo + en-us + yukais@pinapelz.com (Pinapelz) + yukais@pinapelz.com (Pinapelz) + + + -- cgit v1.2.3