Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/tests/docs/playwright/blog/simple-blog/_quarto.yml
3563 views
1
project:
2
type: website
3
4
website:
5
title: "Testing listing search"
6
navbar:
7
left:
8
- href: index.qmd
9
text: Home
10
- href: default.qmd
11
text: Default
12
- href: grid.qmd
13
text: Grid
14
- href: table.qmd
15
text: Table
16
17
format: html
18
19