personal_site/blog.md
2025-01-11 19:35:42 +00:00

563 B

title, layout, permalink, excerpt, mathjax, img
title layout permalink excerpt mathjax img
Blog default /blog/ I'm Tom Hodson. Welcome to my little home on the web! There's a blog, a cv and some projects to look at. false
src alt
/assets/images/avatar.jpeg A picture of me.

Blog

Date Posted

{% for post in site.posts %} {% if post.draft == false or jekyll.environment == "development" %} {% include post_summary.html %} {% endif %} {% endfor %}