From f3c4eb2d614ddaeb02d93578ebab49f2a6000408 Mon Sep 17 00:00:00 2001 From: jultty Date: Sun, 18 Aug 2024 14:49:50 -0300 Subject: [PATCH] Add posts-only feeds --- content/feeds.md | 5 +++-- content/feeds.pt.md | 5 +++-- content/posts/_index.md | 1 + content/posts/_index.pt.md | 1 + 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/content/feeds.md b/content/feeds.md index cd93be1..bdd03de 100644 --- a/content/feeds.md +++ b/content/feeds.md @@ -1,5 +1,6 @@ +++ +++ -- Posts: [RSS](https://blog.jutty.dev/rss.xml) [Atom](https://blog.jutty.dev/atom.xml) -- Links: [RSS](https://blog.jutty.dev/links/rss.xml) [Atom](https://blog.jutty.dev/links/atom.xml) +- All English content: [RSS](https://blog.jutty.dev/rss.xml) [Atom](https://blog.jutty.dev/atom.xml) +- Blog posts only: [RSS](https://blog.jutty.dev/posts/rss.xml) [Atom](https://blog.jutty.dev/posts/atom.xml) +- Links only: [RSS](https://blog.jutty.dev/links/rss.xml) [Atom](https://blog.jutty.dev/links/atom.xml) diff --git a/content/feeds.pt.md b/content/feeds.pt.md index 48e1fed..648b627 100644 --- a/content/feeds.pt.md +++ b/content/feeds.pt.md @@ -1,5 +1,6 @@ +++ +++ -- Posts: [RSS](https://blog.jutty.dev/pt/rss.xml) [Atom](https://blog.jutty.dev/pt/atom.xml) -- Links: [RSS](https://blog.jutty.dev/pt/links/rss.xml) [Atom](https://blog.jutty.dev/pt/links/atom.xml) +- Todo o conteúdo em português: [RSS](https://blog.jutty.dev/pt/rss.xml) [Atom](https://blog.jutty.dev/pt/atom.xml) +- Apenas posts: [RSS](https://blog.jutty.dev/pt/posts/rss.xml) [Atom](https://blog.jutty.dev/pt/posts/atom.xml) +- Apenas links: [RSS](https://blog.jutty.dev/pt/links/rss.xml) [Atom](https://blog.jutty.dev/pt/links/atom.xml) diff --git a/content/posts/_index.md b/content/posts/_index.md index b6314da..cfa53d1 100644 --- a/content/posts/_index.md +++ b/content/posts/_index.md @@ -3,4 +3,5 @@ title = "Posts" sort_by = "date" template = "posts.html" page_template = "post-page.html" +generate_feeds = true +++ diff --git a/content/posts/_index.pt.md b/content/posts/_index.pt.md index b6314da..cfa53d1 100644 --- a/content/posts/_index.pt.md +++ b/content/posts/_index.pt.md @@ -3,4 +3,5 @@ title = "Posts" sort_by = "date" template = "posts.html" page_template = "post-page.html" +generate_feeds = true +++