I really like Brandon Mathis’s Octopress as a blogging framework.
One of the many useful features is the ability to mark a break-point in a post with a more
comment,
so the preceding section is used as a preview excerpt on the index page.
The Atom feed generated by Octopress uses the full post content.
If you instead want to switch it to only display the summary excerpt
(particularly useful if you’ve used it for content warnings)
you’ll need two changes to source/atom.xml
:
- Use the
excerpt
liquid filter provided by Octopress - Switch out the
<content>
element for a<summary>
element
Here’s my diff: