Files
alttpr-python/blog/index.md
aerinon bf92fe91c2 doc: new documentation helps
fix: issue with blank shop items
2026-01-30 10:05:29 -07:00

2.6 KiB

layout, title, nav_order, has_children
layout title nav_order has_children
default Blog 6 false

Development Blog

{: .no_toc }

Latest updates, release notes, and development insights for ALttP Door Randomizer. {: .fs-6 .fw-300 }


Recent Posts

{% assign posts = site.posts | sort: 'date' | reverse %} {% for post in posts limit:10 %}

{{ post.title }}

{{ post.date | date: "%B %d, %Y" }} {% if post.author %} • by {{ post.author }}{% endif %}

{{ post.excerpt | strip_html | truncatewords: 50 }}

Read more →

{% endfor %}

Categories

Browse posts by category:

Release Notes

{% assign release_posts = site.posts | where: "category", "release" %} {% for post in release_posts limit:5 %}

  • [{{ post.title }}]({{ post.url | relative_url }}) - {{ post.date | date: "%B %d, %Y" }} {% endfor %}

Development Updates

{% assign dev_posts = site.posts | where: "category", "development" %} {% for post in dev_posts limit:5 %}

  • [{{ post.title }}]({{ post.url | relative_url }}) - {{ post.date | date: "%B %d, %Y" }} {% endfor %}

Feature Highlights

{% assign feature_posts = site.posts | where: "category", "features" %} {% for post in feature_posts limit:5 %}

  • [{{ post.title }}]({{ post.url | relative_url }}) - {{ post.date | date: "%B %d, %Y" }} {% endfor %}

Technical Deep Dives

{% assign feature_posts = site.posts | where: "category", "features" %} {% for post in feature_posts limit:5 %}

  • [{{ post.title }}]({{ post.url | relative_url }}) - {{ post.date | date: "%B %d, %Y" }} {% endfor %}

Subscribe

Stay up to date with Door Randomizer development:


Archive

View all posts by year:

{% assign posts_by_year = site.posts | group_by_exp: "post", "post.date | date: '%Y'" %} {% for year in posts_by_year %}

{{ year.name }}

{% for post in year.items %}

  • [{{ post.title }}]({{ post.url | relative_url }}) - {{ post.date | date: "%B %d, %Y" }} {% endfor %} {% endfor %}

Contributing to the Blog

Want to write a guest post or contribute content?

Contact us on Discord to discuss your ideas!