--- title: Home layout: default excerpt: | Hi, I'm Tom Hodson. Welcome to my little home on the web. permalink: / mathjax: false img: src: /assets/images/avatar.jpeg alt: A picture of me. head: | --- Welcome to my little home on the web! Below you'll find recent blog posts, projects and mastodon toots. You'll also find links to the web version of my thesis (with animations!) and my CV.

Posts

Date Posted

{% assign draft_posts = site.posts | where: "draft", "true" %} {% assign published_posts = site.posts | where: "draft", "false" %} {% if jekyll.environment == 'development' %} {% for post in draft_posts %} {% include post_summary.html %} {% endfor %} {% endif %} {% for post in published_posts limit:5 %} {% include post_summary.html %} {% endfor %}
More

Projects

Last Modified

{% assign projects = site.projects | sort_natural: "date" | reverse %} {% for post in projects limit:5 %} {% if post.draft == false or jekyll.environment == "development" %} {% include project_summary.html %} {% endif %} {% endfor %} More

Toots