Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting feed: true on listings and for blog does not result in index.xml file for RSS feed #17

Open
larnsce opened this issue Aug 3, 2023 · 0 comments

Comments

@larnsce
Copy link
Contributor

larnsce commented Aug 3, 2023

I have followed these instructions:

https://quarto.org/docs/websites/website-blog.html#rss-feed

The index.xml does not show up after rendering the index.qmd of the blog or building the site.

_quarto.yml

website:
  title: "openwashdata"
  site-url: https://openwashdata.org/
  description: "Website of the openwashdata community"

index.qmd in website/pages/blog

---
title: openwashdata blog
subtitle:
    Stories, tutorials, and tips from and for the openwashdata community
listing:
  sort: "date desc"
  contents: "posts/*/index.qmd"
  type: default
  fields: [image, date, title, author, description, reading-time]
  sort-ui: false
  filter-ui: false
  categories: true
  feed: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant