{% extends "layout.html" %} {% block title %}{{ config.title }}{% endblock %} {% block body %}

{{ section.title }}

👨‍💻 Software Developer
🌏 Sunshine Coast, Australia
{{ section.content | safe }}

Recent Posts 

{% set section = get_section(path="posts/_index.md") %} {% set subsections = section.subsections | reverse %} {% for sub in subsections %} {% set section = get_section(path=sub) %} {% for page in section.pages %} {% include "article.html" %} {% endfor %} {% endfor %}

Projects

  • Allsorts

    Font parser, shaping engine, and subsetter implemented in Rust.

  • Bit Cannon

    A blog about operating system exploration.

  • 🍃Leaf

    Lightweight, self-hosted task tracking.

  • Linked List

    A personal knowledge base.

  • Read Rust

    Curated posts from the Rust community (now in maintenance mode).

{% endblock %}