Quarto Note
tools
tome-of-xp
使用Quarto时遇到的小问题
使用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
)