diff --git a/content/feeds.md b/content/feeds.md index cd93be16..bdd03de4 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 48e1fed2..648b6275 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 b6314dae..cfa53d1d 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 b6314dae..cfa53d1d 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 +++