25 lines
531 B
Markdown
25 lines
531 B
Markdown
---
|
|
layout: default
|
|
title: ~rodrick
|
|
style: default
|
|
extra: saved-theme="dark"
|
|
---
|
|
|
|
Hewwo! I'm [Rodrick](https://shroom.ink)!
|
|
I'm an artist, game dev, and web dev.
|
|
|
|
I'm *also* a 32-Bit Cafe [event planner](https://32bit.cafe/community/).
|
|
|
|
Events:
|
|
{% assign not_ready = 0 %}
|
|
{% for event in site.events %}
|
|
{% if event.started %}
|
|
- [{{ event.title }}]({{ event.url }})
|
|
{% else %}
|
|
{% assign not_ready = not_ready | plus: 1 %}
|
|
{% endif %}
|
|
{% endfor %}
|
|
{% unless not_ready == 0 %}
|
|
- {{ not_ready }} being planned.
|
|
{% endunless %}
|