--- title: Blog layout: default permalink: /blog/ excerpt: | I'm Tom Hodson. Welcome to my little home on the web! There's a blog, a cv and some projects to look at. mathjax: false img: src: /assets/images/avatar.jpeg alt: A picture of me. ---

Blog

Date Posted

{% for post in site.posts %} {% if post.draft == false or jekyll.environment == "development" %} {% include post_summary.html %} {% endif %} {% endfor %}