diff --git a/src/feeds/atom.njk b/src/feeds/atom.njk index a5380f6..8383f74 100644 --- a/src/feeds/atom.njk +++ b/src/feeds/atom.njk @@ -8,6 +8,7 @@ } --- + {{ metadata.site.name }} {{ metadata.site.description }} diff --git a/src/feeds/rss.njk b/src/feeds/rss.njk index 2b65ee9..defab4e 100644 --- a/src/feeds/rss.njk +++ b/src/feeds/rss.njk @@ -6,6 +6,7 @@ eleventyImport: - posts --- + {{ metadata.site.name }} diff --git a/src/feeds/styles/atom.njk b/src/feeds/styles/atom.njk new file mode 100644 index 0000000..2a8f550 --- /dev/null +++ b/src/feeds/styles/atom.njk @@ -0,0 +1,82 @@ +--- +permalink: "/atom.xslt" +eleventyExcludeFromCollections: true +--- + + + + + + + + + Web Feed • <xsl:value-of select="atom:feed/atom:title"/> + + + +
+
+

This is a web feed, also known as an RSS feed. Subscribe by copying the URL from the address bar into your newsreader app.

+
+
+
+ +
+
+

Recent Items

+ +
+ + +
+ + +

's Web Feed Preview

+

This RSS feed provides the latest posts from 's blog. + + + + + + Visit Website → + + +

+ +

What is an RSS feed?

+

An RSS feed is a data format that contains the latest content from a website, blog, or podcast. You can use feeds to subscribe to websites and get the latest content in one place.

+
    +
  • Feeds put you in control. Unlike social media apps, there is no algorithm deciding what you see or read. You always get the latest content from the creators you care about.
  • +
  • Feed are private by design. No one owns web feeds, so no one is harvesting your personal information and profiting by selling it to advertisers.
  • +
  • Feeds are spam-proof. Had enough? Easy, just unsubscribe from the feed.
  • +
+

All you need to do to get started is to add the URL (web address) for this feed to a special app called a newsreader. Visit About Feeds to get started with newsreaders and subscribing. It’s free.

+
+ + +
+

+ + + + + + +

+

+ +

+ + Published: + +
+
+ +
\ No newline at end of file diff --git a/src/feeds/styles/rss.njk b/src/feeds/styles/rss.njk new file mode 100644 index 0000000..dd02b2f --- /dev/null +++ b/src/feeds/styles/rss.njk @@ -0,0 +1,83 @@ +--- +permalink: "/rss.xslt" +eleventyExcludeFromCollections: true +--- + + + + + + + + + Web Feed • <xsl:value-of select="rss/channel/title"/> + + + +
+
+

This is a web feed, also known as an RSS feed. Subscribe by copying the URL from the address bar into your newsreader app.

+
+
+
+ +
+
+

Recent Items

+ +
+ + +
+ + +

's Web Feed Preview

+

This RSS feed provides the latest posts from 's blog. + + + + + + Visit Website → + + +

+ +

What is an RSS feed?

+

An RSS feed is a data format that contains the latest content from a website, blog, or podcast. You can use feeds to subscribe to websites and get the latest content in one place.

+
    +
  • Feeds put you in control. Unlike social media apps, there is no algorithm deciding what you see or read. You always get the latest content from the creators you care about.
  • +
  • Feed are private by design. No one owns web feeds, so no one is harvesting your personal information and profiting by selling it to advertisers.
  • +
  • Feeds are spam-proof. Had enough? Easy, just unsubscribe from the feed.
  • +
+

All you need to do to get started is to add the URL (web address) for this feed to a special app called a newsreader. Visit About Feeds to get started with newsreaders and subscribing. It’s free.

+
+ + +
+

+ + + + + + +

+

+ +

+ + Published: + +
+
+ +
\ No newline at end of file diff --git a/src/feeds/tags/atom.njk b/src/feeds/tags/atom.njk index 9f6a1c7..73e698a 100644 --- a/src/feeds/tags/atom.njk +++ b/src/feeds/tags/atom.njk @@ -5,10 +5,12 @@ pagination: alias: tag eleventyComputed: permalink: "/post/tag/{{ tag }}/atom.xml" +eleventyExcludeFromCollections: true eleventyImport: collections: ["posts", "tags"] --- + {{ metadata.site.name }} Posts tagged #{{ tag }} diff --git a/src/feeds/tags/json.njk b/src/feeds/tags/json.njk index 790b353..e04b1bb 100644 --- a/src/feeds/tags/json.njk +++ b/src/feeds/tags/json.njk @@ -5,6 +5,7 @@ pagination: alias: tag eleventyComputed: permalink: "/post/tag/{{ tag }}/feed.json" +eleventyExcludeFromCollections: true eleventyImport: collections: ["posts", "tags"] --- diff --git a/src/feeds/tags/rss.njk b/src/feeds/tags/rss.njk index 848ada4..2ce48ec 100644 --- a/src/feeds/tags/rss.njk +++ b/src/feeds/tags/rss.njk @@ -5,10 +5,12 @@ pagination: alias: tag eleventyComputed: permalink: "/post/tag/{{ tag }}/rss.xml" +eleventyExcludeFromCollections: true eleventyImport: collections: ["posts", "tags"] --- + {{ metadata.site.name }}