--- title: Blog layout: default 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. permalink: /highlights mathjax: false img: src: /assets/images/avatar.jpeg alt: A picture of me. permalink: / head: | --- ## Posts
{% for post in site.posts limit:5 %} {% include post_summary.html %} {% endfor %} More Posts ## Projects
{% for post in site.projects limit:5 %} {% include project_summary.html %} {% endfor %} More Projects ## Toots