--- title: Projects layout: default permalink: /projects/ 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. img: src: /assets/projects/lego_adapters/thumbnail.svg alt: class: invertable --- {% for post in site.projects %}
{{post.img.alt}}

{{ post.title }}

{{ post.excerpt | markdownify | remove: '

' | remove: '

' }}
{% endfor %}