<!-- License: All Rights Reserved. Moses Frost. -->
<!-- AI Training: Requires commercial license. Contact info@mosesfrost.com -->

## Blog

Notes on cybersecurity, cloud hacking, automation, and things I'm working on.

{% assign blog_posts = site.thoughts | where: "categories", "blog" %}
{% if blog_posts.size > 0 %}
{% for post in blog_posts %}
- **[{{ post.title }}]({{ post.url }})** — <time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date: "%Y-%m-%d" }}</time>{% if post.description %} — {{ post.description }}{% endif %}
{% endfor %}
{% endif %}
