---
layout: default
title: brendan mcdevitt
---
Blog Posts
{% for post in site.posts %}
{% unless post.title == 'posts index' %}
- {{ post.date | date_to_string }} » {{ post.title }}
{% endunless %}
{% endfor %}
Homelab Posts
{% for post in site.homelab %}
{% unless post.title == 'homelab index' %}
- {{ post.date | date_to_string }} » {{ post.title }}
{% endunless %}
{% endfor %}
Programming
{% for post in site.programming %}
{% unless post.title == 'programming index' %}
- {{ post.date | date_to_string }} » {{ post.title }}
{% endunless %}
{% endfor %}
Security
{% for post in site.security %}
{% unless post.title == 'security index' %}
- {{ post.date | date_to_string }} » {{ post.title }}
{% endunless %}
{% endfor %}
Endurance Training
{% for post in site.endurance_training %}
{% unless post.title == 'endurance_training index' %}
- {{ post.date | date_to_string }} » {{ post.title }}
{% endunless %}
{% endfor %}