Quarto Note

tools
tome-of-xp
使用Quarto时遇到的小问题
作者

Luozx

发布于

2025-03-18 00:00

使用multi-listing时,feed参数只在第一次出现时生效。

例如我的首页index.qmd中有:

listing:
  - id: recent-posts
    contents: posts
1    feed: true
  - id: featured
    contents: 
      - ./posts/buying-us-bond.qmd
      - ./posts/steps-of-buying-us-bonds.qmd
    feed: false
1
feed: true 必须在前,quarto render才会正常生成RSS feed(index.xml
回到顶部

二次使用