personal_site/projects.md
2023-11-02 15:56:46 +00:00

949 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

{% for post in site.projects %}

{{post.img.alt}}
<section>
<h2 class="p-name blogroll-title"><a class="u-uid u-url" href="{{ post.url }}">{{ post.title }}</a></h2>
<!-- <time class="dt-published" datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date_to_string }}</time> -->
<summary class="p-summary">{{ post.excerpt | markdownify | remove: '<p>' | remove: '</p>' }}</summary>
</section>
{% endfor %}