{% extends "base.html" %} {# Widen the container for the two-column landing layout (see main.css). #} {% block body_class %}layout-wide{% endblock %} {% block content %}

{{ site.title }}

A placeholder landing page — replace this intro, or make the whole page your own.

{# Two columns: content on the left, taxonomy widgets in a sticky sidebar on the right. Collapses to a single column on small screens (see main.css). #}
{# Curated picks from [home].featured — posts flagged `featured = true`. Read as featured., same shape as recent. #} {% if featured.blog %} {% endif %} {# Each section is addressed by content-type key — no forced loop, so you can title and order them however you like. Keys come from [home].recent. #}

Recent posts

    {% for item in recent.blog %}
  • {{ item.title }} {% if item.date %}{% endif %} {% if item.description %}

    {{ item.description }}

    {% endif %}
  • {% endfor %}

Projects

    {% for item in recent.project %}
  • {{ item.title }} {% if item.description %}

    {{ item.description }}

    {% endif %}
  • {% endfor %}
{% if site.profile or taxonomies.tags %} {% endif %}
{% endblock %}