FamilyHQ Sign out Sign in

RSS and Atom feeds

Publish syndication feeds from pages with register: feed.rss or feed.atom.

RSS and Atom feeds

lazysite includes starter registry templates for RSS and Atom feeds. Pages opt in to feeds by listing feed.rss or feed.atom in their register: front matter.

Syntax

---
title: Blog Post Title
subtitle: A brief description of the post.
date: 2024-06-15
register:
  - feed.rss
  - feed.atom
---

Feed templates

The starter includes two feed templates in registries/:

Both templates use these page fields:

And these site variables from lazysite.conf:

Example

Add date: to front matter for meaningful feed ordering:

---
title: Version 2.0 Released
subtitle: Major update with new features.
date: 2024-06-15
register:
  - feed.rss
  - feed.atom
  - sitemap.xml
---

Notes