tilde/_pages/index.md
2026-01-01 04:29:59 -06:00

676 B

layout title extra permalink
default ~rodrick saved-theme="dark" /

Hewwo! I'm Rodrick! I'm an artist, game dev, and web dev.

I'm also a 32-Bit Cafe event planner.

Events: {% assign not_ready = 0 %} {% for event in site.events %} {% if event.started %}

  • [{{ event.title }}]({{ event.url | relative_url }}) {% else %} {% assign not_ready = not_ready | plus: 1 %} {% endif %}
    {% endfor %} {% unless not_ready == 0 %}
  • {{ not_ready }} being planned.
    {% endunless %}