personal_site/index.md
2023-11-01 18:18:37 +00:00

988 B

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

{% for post in site.posts %}

{{post.alt}}

{{ post.title }}

{{ post.excerpt | markdownify | remove: '

' | remove: '

' }}
{% unless forloop.last %}
{% endunless %}

{% endfor %}