You get a feed! You get a feed! Feeds for everyone! #182
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the initial work for feed generation via Stackgen.rb. NOTE: The new feeds should be functional and are ready to test, but they haven't been inserted into any pages as yet! (This pull request is really so you know I'm poking at #61.)
I've moved the code for the feeds themselves into a layout, with the editable portions like the feed image, email addresses, podcast title, etc. moved into the front matter so small edits are less daunting. This covers the three feed types: the main feed of all posts, a feed for each tag (except for the 'podcasts' tag special case) and the podcast feed, which is podcasts tag with all the lovely iTunes information, at the correct podcast feed location (/feed/podcast/ not /feed/podcasts/). Podcast download enclosures are included in all feeds should episodes make a guest appearance anywhere else.
I went with a feed for every tag, for now, since that covers everything including the main channels. It may be overkill but who am I to judge what people want to subscribe to? (It does lead to both announcement and announcements, though? Don't blame me!)