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