--- layout: layouts/base.njk title: Blog withSidebar: true pagination: data: collections.posts size: 20 alias: paginatedPosts permalink: "blog/{% if pagination.pageNumber > 0 %}page/{{ pagination.pageNumber + 1 }}/{% endif %}" ---

Blog

{% set sparklineSvg = collections.posts | postingFrequency %} {% if sparklineSvg %} {{ sparklineSvg | safe }} {% endif %}

All posts including articles and notes. ({{ collections.posts.length }} total)

{% if paginatedPosts.length > 0 %}
{# Pagination controls #} {% if pagination.pages.length > 1 %} {% endif %} {% else %}

No posts yet. Create your first post using a Micropub client!

Some popular Micropub clients:

{% endif %}