--- layout: layouts/base.njk title: Weekly Digest withSidebar: true pagefindIgnore: true eleventyExcludeFromCollections: true eleventyImport: collections: - weeklyDigests pagination: data: collections.weeklyDigests size: 20 alias: paginatedDigests permalink: "digest/{% if pagination.pageNumber > 0 %}page/{{ pagination.pageNumber + 1 }}/{% endif %}" ---
A weekly summary of all posts. Subscribe via RSS for one update per week.
{% if paginatedDigests.length > 0 %}– · {{ d.posts.length }} post{% if d.posts.length != 1 %}s{% endif %}
{% set typeLabels = [] %} {% for key, posts in d.byType %} {% set typeLabels = (typeLabels.push(key + " (" + posts.length + ")"), typeLabels) %} {% endfor %} {% if typeLabels.length %}{{ typeLabels | join(", ") }}
{% endif %}No digests yet. Posts will be grouped into weekly digests automatically.
{% endif %}