Feeds
Lamb publishes its content as both an Atom feed and a JSON Feed (v1.1). Readers and indieweb tools can pick whichever format they prefer.
Available endpoints
| Path | Format |
|---|---|
/feed | Atom |
/feed.json | JSON Feed |
/tag/<tag>/feed | Atom (single tag) |
/tag/<tag>/feed.json | JSON Feed (single tag) |
Both formats are autodiscoverable via <link rel="alternate"> tags in the HTML <head>, so a feed reader given the site URL will find them automatically.
Titleless posts
Status-style posts without a title produce a feed entry with an empty <title> (Atom) or no title field at all (JSON Feed). This follows the micro.blog convention so timeline-style readers can render them as short notes rather than empty-titled articles.
Related
- Cross-posting From Feeds — consuming external feeds into Lamb
- Themes — overriding
feed.php/feed_json.phpin a custom theme