Proper ATOM feed Formatting
Planted 02020-12-19
Tips to generate a good feed.
The <id>
element an be defined by using the format
For example I used
- Starts with
tag
- Followed by a
:
- Followed by an authority name of either a DNS name or an email address
- Followed by a
,
- Followed by
YYYY-MM-DD
, month and day are optional. This date is when the tag scheme was first used, not the date of the specific entry or item.
- Followed by a
:
- Followed by any number of characters which are valid in a URI. Special characters may be escaped using percent encoding.
As I found out from How to ATOM id, w3 tag docs, and ID Element
And here it is with Liquid in Jekyll for my booklist.yaml
file