Blog Feed

The blog feed is available at /blog/feed.xml, view it here on the demo. Users can subscribe to the feed using any of their favorite feed readers.

This will return a feed that looks like this:

<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Ruby Static Pro Blog</title>
    <subtitle>A blog about Ruby Static Pro</subtitle>
    <id>https://demo.rubystaticpro.com/blog</id>
    <link href="https://demo.rubystaticpro.com/blog" />
    <link href="https://demo.rubystaticpro.com/blog/feed.xml" rel="self" />
    <updated>2024-09-16T15:38:00+00:00</updated>
    <entry>
        <title>Unleashing Creativity: The Flexibility of Static Sites for Personal Branding</title>
        <link rel="alternate"
            href="https://demo.rubystaticpro.com/blog/unleashing-creativity-the-flexibility-of-static-sites-for-personal-branding/" />
        <id>
            https://demo.rubystaticpro.com/blog/unleashing-creativity-the-flexibility-of-static-sites-for-personal-branding/</id>
        <published>2024-09-16T15:38:00+00:00</published>
        <updated>2024-09-30T11:29:36+00:00</updated>
        <summary>Static sites offer unparalleled design control, easy integration options, allowing
            you to create a unique and adaptable online presence that truly reflects your personal
            brand.</summary>
    </entry>
    <entry>
        <title>Implementing Your Static Site (Example Code Blocks)</title>
        <link rel="alternate"
            href="https://demo.rubystaticpro.com/blog/from-theory-to-practice-implementing-your-static-site/" />
        <id>
            https://demo.rubystaticpro.com/blog/from-theory-to-practice-implementing-your-static-site/</id>
        <published>2024-09-15T11:02:00+00:00</published>
        <updated>2024-09-30T11:29:36+00:00</updated>
        <author>
            <name>Brian Baiker</name>
        </author>
        <summary>Static sites are easy to implement using popular tools like Middleman, with simple
            configuration and deployment options on platforms like Hatchbox, GitHub pages, S3 and
            more.</summary>
    </entry>
    <entry>
        <title>Why Static Sites Boost Your Online Presence</title>
        <link rel="alternate"
            href="https://demo.rubystaticpro.com/blog/why-static-sites-boost-your-online-presence/" />
        <id>https://demo.rubystaticpro.com/blog/why-static-sites-boost-your-online-presence/</id>
        <published>2024-09-14T22:15:00+00:00</published>
        <updated>2024-09-30T11:29:36+00:00</updated>
        <author>
            <name>Brian Baiker</name>
        </author>
        <summary>Static sites offer lightning-fast load times, improving SEO rankings and user
            experience, which can significantly enhance your online presence and drive business
            growth.</summary>
    </entry>
</feed>

This is controlled by the feed.xml.builder file.

You can customize the feed to your liking by editing this file.