{% extends "base.html" %} {% block content %} {# Two columns: centered content on the left, taxonomy widgets in a narrow full-height side panel on the right. Collapses to a single column on small screens (see main.css). #}

{{ site.title }}

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

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