Add posts-only feeds

This commit is contained in:
jultty 2024-08-18 14:49:50 -03:00
commit f3c4eb2d61
4 changed files with 8 additions and 4 deletions

View file

@ -1,5 +1,6 @@
+++ +++
+++ +++
- Posts: [RSS](https://blog.jutty.dev/rss.xml) [Atom](https://blog.jutty.dev/atom.xml) - All English content: [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) - 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)

View file

@ -1,5 +1,6 @@
+++ +++
+++ +++
- Posts: [RSS](https://blog.jutty.dev/pt/rss.xml) [Atom](https://blog.jutty.dev/pt/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)
- Links: [RSS](https://blog.jutty.dev/pt/links/rss.xml) [Atom](https://blog.jutty.dev/pt/links/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)

View file

@ -3,4 +3,5 @@ title = "Posts"
sort_by = "date" sort_by = "date"
template = "posts.html" template = "posts.html"
page_template = "post-page.html" page_template = "post-page.html"
generate_feeds = true
+++ +++

View file

@ -3,4 +3,5 @@ title = "Posts"
sort_by = "date" sort_by = "date"
template = "posts.html" template = "posts.html"
page_template = "post-page.html" page_template = "post-page.html"
generate_feeds = true
+++ +++