<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="pretty-atom-feed.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>Blog Title</title>
  <subtitle>This is a longer description about your blog.</subtitle>
  <link href="https://example.com/feed/feed.xml" rel="self" />
  <link href="https://example.com/" />
  <updated>2025-05-21T00:00:00Z</updated>
  <id>https://example.com/</id>
  <author>
    <name>Your Name</name>
  </author>
  <entry>
    <title>Improving Performance with Eleventy Image Plugin</title>
    <link href="https://example.com/blog/5/" />
    <updated>2025-05-21T00:00:00Z</updated>
    <id>https://example.com/blog/5/</id>
    <content type="html">&lt;p&gt;Large images can slow down your site. The Eleventy Image Plugin processes your images into multiple formats and responsive sizes. It’s easy to set up and ensures your site loads quickly on any device, boosting both user experience and SEO.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Getting Help with The Eleventy Community</title>
    <link href="https://example.com/blog/4/" />
    <updated>2025-05-21T00:00:00Z</updated>
    <id>https://example.com/blog/4/</id>
    <content type="html">&lt;p&gt;The Eleventy community is active and welcoming. You can get help via the official Discord server, GitHub discussions, and Twitter. There are also plenty of tutorials and starter projects available, making it easier for newcomers to get started and for advanced users to share tips and plugins.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Adding Pagination to Eleventy Collections</title>
    <link href="https://example.com/blog/3/" />
    <updated>2025-05-21T00:00:00Z</updated>
    <id>https://example.com/blog/3/</id>
    <content type="html">&lt;p&gt;Eleventy’s built-in pagination lets you split long lists (like blog posts) across multiple pages. Configure pagination in your template’s front matter, and Eleventy will automatically handle the data slicing and URL generation for each paginated page.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Using Data Files in Eleventy</title>
    <link href="https://example.com/blog/2/" />
    <updated>2025-05-21T00:00:00Z</updated>
    <id>https://example.com/blog/2/</id>
    <content type="html">&lt;p&gt;Eleventy lets you define data using JSON, JS, or even YAML files. Place a &lt;code&gt;data.json&lt;/code&gt; in your directories to provide data specific to collections or templates. Eleventy merges these data sources, making information easily accessible in your templates for dynamic content generation.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>How Eleventy Handles Templating Languages</title>
    <link href="https://example.com/blog/1/" />
    <updated>2025-05-21T00:00:00Z</updated>
    <id>https://example.com/blog/1/</id>
    <content type="html">&lt;p&gt;One of Eleventy’s strengths is its flexible support for various templating languages. You can write pages in Markdown, Nunjucks, Liquid, Handlebars, JavaScript, and more—all within the same project. This makes it easy to migrate content or mix templates to suit your workflow.&lt;/p&gt;
</content>
  </entry>
</feed>