personal_site/projects.md
2025-05-06 10:51:25 +01:00

714 B

title, layout, permalink, excerpt, img, social_image
title layout permalink excerpt img social_image
Projects default /projects/ I'm Tom Hodson. Welcome to my little home on the web! There's a blog, a cv and some projects to look at.
src alt class
/assets/projects/lego_adapters/thumbnail.svg invertable
/assets/projects/lego_adapters/thumbnail.png

Projects

Last Modified

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