Add posts-only feeds
This commit is contained in:
parent
9243e71488
commit
f3c4eb2d61
4 changed files with 8 additions and 4 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
+++
|
+++
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
+++
|
+++
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue