{# Welcome to the main page! #} {{ config.title }} {% style() %} h1 { size:5em; } {% end %}

{{ config.title }}

{%- for i in config.extra.links %} {{ i.title }} {%- endfor -%}

Atlas48

{# TODO: add "about me" section #}

    {% for page in paginator.pages %}
  1. {{ post_macros::title(page=page) }}
  2. {% endfor %}