Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/tests/docs/extensions/project/_quarto.yml
3562 views
1
project:
2
type: website
3
4
website:
5
title: "site"
6
navbar:
7
right:
8
- about.qmd
9
- icon: github
10
href: https://github.com/
11
- icon: twitter
12
href: https://twitter.com
13
format:
14
html:
15
theme: cosmo
16
css: styles.css
17
18