personal_site/highlights.md
2025-01-18 23:01:15 +00:00

2.5 KiB

title, layout, excerpt, permalink, mathjax, img, head
title layout excerpt permalink mathjax img head
Home default Hi, I'm Tom Hodson. Welcome to my little home on the web. / false
src alt
/assets/images/avatar.jpeg A picture of me.
<link rel="stylesheet" href="/node_modules/@idotj/mastodon-embed-timeline/dist/mastodon-timeline.min.css"> <script src="/node_modules/@idotj/mastodon-embed-timeline/dist/mastodon-timeline.umd.js"></script>

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

{% if jekyll.environment == 'development' %} {% assign filtered_posts = site.posts %} {% else %} {% assign filtered_posts = site.posts | where: "draft", "false" %} {% endif %}

{% for post in filtered_posts limit:5 %} {% include post_summary.html %} {% endfor %}


More

Projects

Last Modified

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

Toots