{% 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

View more projects โ†’
{% endblock %}