# This is a YAML stream (http://yaml.org) but you don't need to know much YAML # to get the hang of it. # There are multiple "documents". The first document is the channel information: --- title: Foo News Feed link: http://example.com/foo/ description: News for the Foo Project webmaster: you@example.com # The second and subsequent documents are items. The first line is the title, # the second line is the date, and the rest is the item description (Markdown). # Because line endings are important, don't forget the pipe character. --- | Really Exciting Title 2/28/08 12:00 This is where I pontificate about the really exciting fish that is sitting on my plate. Here's a [download link](http://example.com/foo/foo-1.0.tar.gz). --- | Another Item 2/28/08 12:04 You know, it doesn't really matter what order you put them in, since they each have dates.